mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
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>
12 lines
296 B
YAML
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"
|