mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 13:58:40 +01:00
topics/baicow01/zephyr-toolchain-set: Set zephyr toolchain work dir
Currently the work dir generated by the zephyr toolchain is incorrect Setting it to correctly reflect the arch and zephyr stage Signed-off-by: Ben Cownley <ben.cownley@arm.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
committed by
Naveen Saini
parent
e4ad333f5b
commit
e411e5b839
@@ -17,3 +17,6 @@ EXTRA_OECMAKE:append = " -DUSER_CACHE_DIR=${ZEPHYR_USER_CACHE_DIR}"
|
||||
# Inhibit packaging steps that require the Yocto toolchain
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
|
||||
# Set Zephyr work directory to describe toolchain accurately
|
||||
MULTIMACH_TARGET_SYS = "${ZEPHYR_BOARD}-zephyr"
|
||||
|
||||
Reference in New Issue
Block a user