mirror of https://github.com/thesofproject/sof.git
e3f45d2770
This ensures that the ubuntu version we use has the right versions of Open SSL. Without this, the rimage compilation will fail with the following error: pkcs1_5.c: In function 'pkcs_sign': pkcs1_5.c:117:20: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}' Signed-off-by: Prashant Malani <pmalani@google.com> Acked-by: Dylan Reid <dgreid@chromium.org> |
||
---|---|---|
.. | ||
docker_build | ||
README.docker | ||
build-soft.sh | ||
checkpatch.pl | ||
const_structs.checkpatch | ||
docker-run.sh | ||
host-build-all.sh | ||
rimage-build.sh | ||
sof-post-commit-hook.sh | ||
sof-pre-commit-hook.sh | ||
spelling.txt | ||
xtensa-build-all.sh |
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. 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 --build-arg UID=$(id -u) -t sof . 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 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