sof/scripts
Fred Oh 4cbff552bf scripts/docker-run.sh: thesofproject/sof:latest to default
latest_ubuntu22.04 was used when upgrading to Ubuntu 22.04.
Now it is time to go back to the latest.

Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
2024-05-22 15:24:11 +01:00
..
cmake cmake: a few new add_local_sources[_ifdef]() compatibility macros 2023-11-29 14:52:36 +00:00
docker_build Dockerfile: add AMD/Vangogh gcc toolchain 2023-07-14 12:50:49 +01:00
kconfig
scan platform: remove support for cAVS 1.5 platforms 2023-03-02 11:28:23 +00:00
README.docker
build-tools.sh fuzzer: remove old fuzzer 2023-03-15 13:23:42 +00:00
checkpatch.pl
const_structs.checkpatch
docker-qemu.sh
docker-run.sh scripts/docker-run.sh: thesofproject/sof:latest to default 2024-05-22 15:24:11 +01:00
fuzz.sh fuzz.sh: fix ZEPHYR_BASE comment 2024-05-09 11:16:51 +03:00
gen-doc.sh
host-testbench.sh
llext_link_helper.py llext_link_helper.py: use a raw string for '\.so$' regex 2024-05-09 11:16:51 +03:00
parse_sparse_output.sh parse_sparse_output.sh: add "removes address space" and "too many" 2023-04-25 11:52:23 +03:00
qemu-check.sh platform: remove support for cAVS 2.0 platforms 2023-03-07 14:02:18 +02:00
rebuild-testbench.sh rebuild-testbench.sh: add incremental build command in help message 2023-12-19 16:54:45 +00:00
run-mocks.sh Scripts: run-mocks.sh: Change default config to avoid error 2023-08-25 16:55:18 +01:00
set_xtensa_params.sh xtensa-build-zephyr.py: clarify XTENSA_SYSTEM and XTENSA_CORE in --help 2024-03-01 16:45:59 +00:00
sof-post-commit-hook.sh
sof-pre-commit-hook.sh
sof-target-install.sh
sof_fw.kb
spelling.txt
sudo-cwd.sh
test-repro-build.sh script: test-repro-build: change imx8 with AMD's rmb 2024-02-16 21:48:10 +02:00
xtensa-build-all.sh scripts: xtensa-build-all: remove imx8ulp 2024-03-15 13:14:15 +02:00
xtensa-build-zephyr.py build: remove a redundant call to 'str()' 2024-05-14 14:37:44 +01:00

README.docker

The docker container provided in docker_build sets up a build environment for
building Sound Open Firmware. A working docker installation is needed to run
the docker build container.

Note: In order to run docker as non sudo/root user please run.

sudo usermod -aG docker your-user-name

Then logout and login again.

Quick Start:

First, build the docker container. This step needs to be done initially and
when the toolchain or alsa dependencies are updated.

cd scripts/docker_build

./docker-build.sh

After the container is built, it can be used to run the scripts.

To build for tigerlake:
./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -l tgl
or (may need password test0000 for rimage install)
./scripts/docker-run.sh ./scripts/xtensa-build-all.sh tgl

To rebuild the topology and logger:
./scripts/docker-run.sh ./scripts/build-tools.sh

An incremental sof.git build:
./scripts/docker-run.sh make

Or enter a shell:
./scripts/docker-run.sh bash