Files
meta-zephyr/ci/zephyr-toolchain.yml
Peter Hoyes c53f775d85 zephyr-kernel: Add 'zephyr' toolchain variant
Add an option to build applications using the Zephyr SDK by specifying
ZEPHYR_TOOLCHAIN_VARIANT="zephyr". This mode works with the zephyr or
poky distros (TCMODE is ignored), allowing Zephyr applications to be
built alongside a Linux stack.

Provide a toolchain-specific inc file for the Zephyr SDK, which
configures the dependencies and CMake appropriately.

Add Zephyr toolchain variant to CI configuration for qemu-cortex-a53,
qemu-cortex-m3 and qemu-x86. Update README.txt

Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
Tested-by: Jon Mason <jon.mason@arm.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
2022-09-08 21:16:28 +08:00

12 lines
296 B
YAML

header:
version: 11
# The Zephyr toolchain is standalone and does not depend on TCMODE or TCLIB, so
# validate that it is possible to build Zephyr applications alongside a
# poky-based Linux distro
distro: poky
local_conf_header:
zephyr-toolchain: |
ZEPHYR_TOOLCHAIN_VARIANT = "zephyr"