sof/scripts
Pan Xiuli 2b0249373f scripts: change names for binary in qemu-check
Use back old style name.
Modify the build folder as gcc and xcc prefix added.

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
2019-01-23 10:59:50 +00:00
..
cmake cmake: defconfigs support 2019-01-22 15:35:35 +00:00
docker_build scripts: pre update sof docker for cmake covert 2019-01-22 09:36:13 +00:00
kconfig cmake: add overrideconfig 2019-01-22 15:35:35 +00:00
README.docker scripts: remove all soft related stuff 2019-01-10 15:10:10 +00:00
build-tools.sh scripts: enable tools test build 2018-12-04 13:43:51 +00:00
checkpatch.pl scripts/checkpatch.pl: remove trace format warnings 2019-01-16 20:07:40 +00:00
const_structs.checkpatch sof: add git pre- and post-commit hooks 2018-01-23 21:08:05 +00:00
docker-qemu.sh scripts: increase shm size for some QEMU platforms 2019-01-14 13:58:29 +00:00
docker-run.sh scripts: remove all soft related stuff 2019-01-10 15:10:10 +00:00
host-build-all.sh cmake: update host-build-all.sh 2019-01-22 15:35:35 +00:00
host-testbench.sh scripts: remove all soft related stuff 2019-01-10 15:10:10 +00:00
qemu-check.sh scripts: change names for binary in qemu-check 2019-01-23 10:59:50 +00:00
rimage-build.sh scripts: add rimage build scripts local install 2018-10-09 17:39:47 +08: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: update build all scripts 2019-01-23 10:59:50 +00: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 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 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