Home
last modified time | relevance | path

Searched full:docker (Results 1 – 14 of 14) sorted by relevance

/sof-2.7.6/scripts/
DREADME.docker1 The docker container provided in docker_build sets up a build environment for
2 building Sound Open Firmware. A working docker installation is needed to run
3 the docker build container.
5 Note: In order to run docker as non sudo/root user please run.
7 sudo usermod -aG docker your-user-name
13 First, build the docker container. This step needs to be done initially and
18 ./docker-build.sh
23 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -l byt
25 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh byt
28 ./scripts/docker-run.sh ./scripts/build-tools.sh
[all …]
Ddocker-run.sh5 # Runs a given script in the docker container you can generate from the
9 # ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh byt
11 # ./scripts/docker-run.sh ./scripts/build-tools.sh
19 docker run -i -v "$(pwd)":/home/sof/work/sof.git \
Ddocker-qemu.sh5 # Runs a given script in the docker container you can generate from the
8 # ./scripts/docker-qemu.sh ../sof.git/scripts/qemu-check.sh
11 docker run -i --shm-size=512m --privileged -v `pwd`:/home/sof/sof.git \
Dqemu-check.sh171 # dump log into sof.git incase running in docker
/sof-2.7.6/
D.travis.yml16 - docker
36 &docker-pull-sof
37 docker pull thesofproject/sof && docker tag thesofproject/sof sof
39 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -r $PLATFORM
52 before_install: *docker-pull-sof
53 script: CMAKE_BUILD_TYPE=Release ./scripts/docker-run.sh ./scripts/build-tools.sh
61 - ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -o no-agent -r $PLATFORM
62 - ./scripts/docker-qemu.sh ../sof.git/scripts/qemu-check.sh $PLATFORM
65 - *docker-pull-sof
66 - docker pull thesofproject/sofqemu &&
[all …]
/sof-2.7.6/.github/workflows/
Dpull-request.yml64 - name: docker
65 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
69 run: ./scripts/docker-run.sh ./scripts/build-tools.sh -t
71 run: ./scripts/docker-run.sh ./scripts/rebuild-testbench.sh
88 - name: docker
89 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
94 run: ./scripts/docker-run.sh
124 - name: docker SOF
125 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
130 run: ./scripts/docker-run.sh
[all …]
Dtools.yml20 - name: docker
21 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
25 run: CMAKE_BUILD_TYPE=Release ./scripts/docker-run.sh
Dinstaller.yml26 - name: docker
27 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
33 run: ./scripts/docker-run.sh make -j3 -C installer/ stage
Dzephyr.yml19 run: docker run -v "$(pwd)":/workdir
21 docker.io/zephyrprojectrtos/zephyr-build:v0.18.3
22 ./zephyr/docker-build.sh
/sof-2.7.6/scripts/docker_build/sof_qemu/
DDockerfile2 # Defines a docker image that can run Xtensa Qemu
6 # build docker image:
8 # ./docker-build.sh
10 # run docker image:
12 # ./scripts/docker-qemu.sh scrpits-or-command-you-want-run
Ddocker-build.sh5 docker build --build-arg UID=$(id -u) --build-arg host_http_proxy="$http_proxy" \
/sof-2.7.6/scripts/docker_build/sof_builder/
DDockerfile5 # Defines a docker image that can build sound open firmware
9 # build docker image:
10 # docker build --build-arg UID=$(id -u) -t sof .
11 # docker run -it -v <insert sof dir here>:/home/sof/workdir --user `id -u` sof
14 # docker run -it -v <insert sof dir here>:/home/sof/work/sof.git --user `id -u` sof ./incremental.…
Ddocker-build.sh5 docker build --build-arg UID=$(id -u) --build-arg host_http_proxy="$http_proxy" \
/sof-2.7.6/zephyr/
Ddocker-build.sh8 # Minor adjustments to the docker image provided by the Zephyr project.
24 # Matches docker.io/zephyrprojectrtos/zephyr-build:latest gid