summaryrefslogtreecommitdiff
path: root/zephyr/test/base32
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2020-12-14 16:40:15 -0700
committerCommit Bot <commit-bot@chromium.org>2020-12-16 15:20:03 +0000
commit23cba35c666ead3154bb857670f4faf6abb39399 (patch)
treeb6fae9856291673adec5600fe98ea9b6fe2dbb53 /zephyr/test/base32
parent57a42eb41ab26bca5d2edd6a3ff1ba2aaeb0fabf (diff)
downloadchrome-ec-23cba35c666ead3154bb857670f4faf6abb39399.tar.gz
zmake: change projects to chroot-supported toolchains
Switch all zmake.yaml files to chroot-supported toolchains (chroot llvm for these files) so that we can run "zmake testall" without grabbing the Zephyr SDK. BUG=b:175248887 BRANCH=none TEST=zmake testall Cq-Depend: chromium:2590992 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I6c57ca734c18bdcc159b185709a3dd22a52a8b52 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2591628 Commit-Queue: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'zephyr/test/base32')
-rw-r--r--zephyr/test/base32/zmake.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/test/base32/zmake.yaml b/zephyr/test/base32/zmake.yaml
index fd47b6a0c4..8269f3557e 100644
--- a/zephyr/test/base32/zmake.yaml
+++ b/zephyr/test/base32/zmake.yaml
@@ -5,6 +5,6 @@
board: native_posix
supported-zephyr-versions:
- v2.4
-toolchain: zephyr
+toolchain: llvm
output-type: elf
is-test: true