sof/scripts
Janusz Jankowski 252d7fec4c scripts: add icl to xtensa-build-all.sh
Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>
2018-08-31 19:53:17 +02:00
..
docker_build scripts: docker: update gcc cross compiler to 8.1 2018-08-07 21:31:13 +08:00
README.docker scripts: docker: simplify docker build 2018-06-11 17:07:36 +01:00
build-soft.sh scripts: Add build-soft.sh 2018-04-30 20:05:24 +01:00
checkpatch.pl scripts: checkpatch: don't complain about int_t uint_t types 2018-04-04 15:54:03 +01:00
const_structs.checkpatch sof: add git pre- and post-commit hooks 2018-01-23 21:08:05 +00:00
docker-run.sh scripts: Add ability to build in a container 2018-04-30 16:24:56 +01:00
host-build-all.sh scripts: remove prefix for host build 2018-05-11 10:11:34 +01:00
host-testbench.sh scripts: update host testbench script with src topology example 2018-07-02 23:55:06 -07:00
rimage-build.sh scripts: Add #! headers to shell scripts 2018-04-30 16:21:39 +01:00
sof-post-commit-hook.sh sof: add git pre- and post-commit hooks 2018-01-23 21:08:05 +00:00
sof-pre-commit-hook.sh sof: add git pre- and post-commit hooks 2018-01-23 21:08:05 +00:00
spelling.txt sof: add git pre- and post-commit hooks 2018-01-23 21:08:05 +00:00
xtensa-build-all.sh scripts: add icl to xtensa-build-all.sh 2018-08-31 19:53:17 +02: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: 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