summaryrefslogtreecommitdiff
path: root/zephyr/projects/kohaku
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-01-25 10:11:32 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-26 11:07:57 +0000
commit7d268015237aa85dc75696ee037c7c871ee80915 (patch)
tree5dba2744917e80d8398b943bac73457d2b0db34f /zephyr/projects/kohaku
parente40faf973d39a9d30d1333a482ee60943dcf8283 (diff)
downloadchrome-ec-7d268015237aa85dc75696ee037c7c871ee80915.tar.gz
zephyr: kohaku/volteer: unset prefer-zephyr-sdk
coreboot-sdk is working now, this hack can go away. BUG=b:178363068 BRANCH=none TEST=compile without -t coreboot-sdk, run on device Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: Ifc5b05557ecf623e709bfd2b464648bd24197e1c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2647536 Reviewed-by: Patrick Georgi <pgeorgi@chromium.org> Commit-Queue: Patrick Georgi <pgeorgi@chromium.org> Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Diffstat (limited to 'zephyr/projects/kohaku')
-rw-r--r--zephyr/projects/kohaku/zmake.yaml18
1 files changed, 1 insertions, 17 deletions
diff --git a/zephyr/projects/kohaku/zmake.yaml b/zephyr/projects/kohaku/zmake.yaml
index 95831a19f7..7477961500 100644
--- a/zephyr/projects/kohaku/zmake.yaml
+++ b/zephyr/projects/kohaku/zmake.yaml
@@ -5,6 +5,7 @@
board: kohaku
supported-zephyr-versions:
- v2.4
+toolchain: coreboot-sdk
# Note: below output type is not correct, but good enough for
# developing right now. We need to run ecst to pack the RO/RW binary
@@ -14,20 +15,3 @@ supported-zephyr-versions:
# build-singleimage/zephyr/zephyr_kohaku.bin instead until Zmake
# grows a configuration option to handle ecst.
output-type: raw
-
-# Note: coreboot-sdk toolchain will build, but may have runtime
-# issues. This is set to "coreboot-sdk" so the automated CQ builder
-# can use it for build tests.
-#
-# For compiling for a real device, you need to use the Zephyr SDK
-# toolchain, which is not available in the chroot (and thus, to the CQ
-# builder). Please follow
-# https://docs.zephyrproject.org/latest/getting_started/installation_linux.html
-# for instructions on installing the SDK.
-#
-# If you are building outside of the chroot on a gLinux machine, the
-# arm-none-eabi-gcc toolchain seems to work fine. If you prefer this
-# toolchain, you can pass --toolchain=arm-none-eabi to zmake
-# configure, and that will work as well.
-toolchain: coreboot-sdk
-prefer-zephyr-sdk: true