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
15 # Make sure we're in the right place; chgrp -R below.
16 test -e ./scripts/xtensa-build-zephyr.sh
18 sudo apt-get update
19 sudo apt-get -y install tree
21 if test -e zephyrproject; then
22 ./scripts/xtensa-build-zephyr.sh -a
24 # Matches docker.io/zephyrprojectrtos/zephyr-build:latest gid
25 ls -ln | head
27 sudo chgrp -R 1000 .
28 sudo chmod -R g+rwX .
29 ./scripts/xtensa-build-zephyr.sh -a -c