mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01: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>
9 lines
363 B
BlitzBasic
9 lines
363 B
BlitzBasic
require recipes-devtools-arc/gcc/gcc-${PV}.inc
|
|
require recipes-devtools/gcc/gcc-cross-canadian.inc
|
|
|
|
EXTRA_OECONF:append:libc-baremetal = " --without-headers"
|
|
EXTRA_OECONF:remove:libc-baremetal = "--with-sysroot=/not/exist"
|
|
EXTRA_OECONF:remove:libc-baremetal = "--with-build-sysroot=${STAGING_DIR_TARGET}"
|
|
EXTRA_OECONF:append:libc-baremetal = " --enable-plugin "
|
|
|