mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-24 16:36:21 +02:00
Various changes to properly handle QEMU for Cortex M3.
This was solved by creating a new MACHINE qemu-cortex-m3.
Specifying MACHINE=qemu-cortex-m3 will select proper tuning
for the cross-compiler.
Typical usage:
$ MACHINE=qemu-cortex-m3 bitbake zephyr-philosophers
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
16 lines
243 B
Plaintext
16 lines
243 B
Plaintext
|
|
DISTRO = "zephyr"
|
|
DISTRO_NAME = "Zephyr"
|
|
DISTRO_VERSION = "1.0"
|
|
|
|
TARGET_VENDOR = "-yocto"
|
|
|
|
TCLIBC = "baremetal"
|
|
TCLIBCAPPEND = ""
|
|
|
|
TEST_TARGET = "QemuTargetZephyr"
|
|
TEST_SUITES = "zephyr"
|
|
|
|
BOARD_arm ?= "qemu_cortex_m3"
|
|
BOARD_x86 ?= "qemu_x86"
|