mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-24 16:36:21 +02:00
This commit restructures meta-zephyr into meta-zephyr-core and meta-zephyr-bsp. It moves machine definitions into meta-zephyr-bsp in preparation for adding the autogenerated zephyr machines. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
|
|
|
QEMU_TARGETS = ""
|
|
|
|
#SRC_URI += " \
|
|
# file://nios2-add-support.patch \
|
|
# "
|
|
|
|
EXTRA_OECONF:remove = "--target-list"
|
|
|
|
#QEMUS_BUILT = "arm-softmmu i386-softmmu nios2-softmmu"
|
|
QEMUS_BUILT = "arm-softmmu i386-softmmu"
|
|
EXTRA_OECONF:append = " --target-list="${QEMUS_BUILT}""
|