mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-14 15:49:32 +02:00
zephyr-core/zephyr-kernel: Inhibit packaging steps with the Zephyr SDK
The packaging step includes post-processing of elf files using objcopy and strip from the Yocto toolchain. When using the Zephyr SDK, the Yocto toolchain is explicitly not built so it is not possible to run these steps. Therefore, inhibit them in zephyr-toolchain-zephyr.inc Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
committed by
Naveen Saini
parent
2a81a45bfb
commit
375aea434e
@@ -13,3 +13,7 @@ deltask generate_toolchain_file
|
||||
# Provide a suitable location to store the toolchain capabilites cache
|
||||
ZEPHYR_USER_CACHE_DIR = "${B}/.cache"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user