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:
Ben Cownley
2024-09-25 10:36:40 +01:00
committed by Naveen Saini
parent e4ad333f5b
commit e411e5b839

View File

@@ -17,3 +17,6 @@ EXTRA_OECMAKE:append = " -DUSER_CACHE_DIR=${ZEPHYR_USER_CACHE_DIR}"
# Inhibit packaging steps that require the Yocto toolchain # Inhibit packaging steps that require the Yocto toolchain
INHIBIT_PACKAGE_DEBUG_SPLIT = "1" INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
INHIBIT_PACKAGE_STRIP = "1" INHIBIT_PACKAGE_STRIP = "1"
# Set Zephyr work directory to describe toolchain accurately
MULTIMACH_TARGET_SYS = "${ZEPHYR_BOARD}-zephyr"