blob: 468ae251fb77e71604f2b39abc3b34e20de75af5 [file] [log] [blame]
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: This script assumes the sof.git/ and soft.git/ directories are siblings.
Note2: 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 baytrail:
./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -l byt
or (may need password test0000 for rimage install)
./scripts/docker-run.sh ./scripts/xtensa-build-all.sh byt
To rebuild the topology in soft.git:
./scripts/docker-run.sh ./scripts/build-soft.sh
An incremental sof.git build:
./scripts/docker-run.sh make
Or enter a shell:
./scripts/docker-run.sh bash