Skip to content

Commit 96282c3

Browse files
lyakhlgirdwood
authored andcommitted
build: remove xtensa-build-all.sh
xtensa-build-all.sh is only used for XTOS builds, which are now being removed. This also breaks test-repro-build.sh which we don't want to remove to later convert to use Zephyr. To preserve it until then we add a check for test-repro-build.sh. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 4f69371 commit 96282c3

4 files changed

Lines changed: 2 additions & 321 deletions

File tree

scripts/docker-run.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
# Runs a given script in the docker container you can generate from the
66
# docker_build directory.
77
# Example:
8-
# To build sof for tigerlake:
9-
# ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh tgl
108
# To build topology:
119
# ./scripts/docker-run.sh ./scripts/build-tools.sh
1210

scripts/set_xtensa_params.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
# These variables are currently used in/by:
1111
#
12-
# - xtensa-build-all.sh (XTOS)
1312
# - script/rebuild-testbench.sh
1413
# - before Zephyr's `twister` or `west build`
1514
#

scripts/test-repro-build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,6 @@ main()
190190
printf "\n\n ---- FAIL: differences found between %s/b0/ and b1/ --- \n\n" "$(pwd)"
191191
}
192192

193+
test -x "${SOF_TOP}"/scripts/xtensa-build-all.sh || exit 0
194+
193195
main "$@"

scripts/xtensa-build-all.sh

Lines changed: 0 additions & 318 deletions
This file was deleted.

0 commit comments

Comments
 (0)