Lines Matching +full:xtensa +full:- +full:build +full:- +full:all
2 # SPDX-License-Identifier: BSD-3-Clause
3 # Copyright(c) 2021 Intel Corporation. All rights reserved.
5 # "All problems can be solved by another level of indirection"
10 set -e
11 set -x
16 test -e ./sof/scripts/xtensa-build-zephyr.py
19 # /opt/sparse is the current location in the zephyr-build image.
22 command -V sparse || true
26 # TODO: move all code to a function
27 # https://github.com/thesofproject/sof-test/issues/740
30 # https://github.com/zephyrproject-rtos/docker-image/blob/master/Dockerfile
36 ls -ld /opt/toolchains/zephyr-sdk-*
37 ln -s /opt/toolchains/zephyr-sdk-* ~/ || true
45 if test -e .west || test -e zephyr; then
48 init_update='-u'
53 ./sof/scripts/xtensa-build-zephyr.py $init_update --no-interactive "$@" # || /bin/bash