From: Bartosz Golaszewski <[email protected]> Reuse the same code that generates zephyr samples for building tests. This allows us to generate .bin files in all cases.
Signed-off-by: Bartosz Golaszewski <[email protected]> --- .../recipes-kernel/zephyr-kernel/zephyr-image.inc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-image.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-image.inc index c77692d..2d4c6ff 100644 --- a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-image.inc +++ b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-image.inc @@ -1,17 +1,10 @@ -require zephyr-kernel-src.inc -require zephyr-kernel-common.inc - +require zephyr-sample.inc inherit testimage -inherit deploy QEMU_BIN_PATH = "${STAGING_BINDIR_NATIVE}" ZEPHYR_BASE = "${S}" OECMAKE_SOURCEPATH = "${S}/${ZEPHYR_SRC_DIR}" -do_deploy () { - install -D ${B}/zephyr/${ZEPHYR_MAKE_OUTPUT} ${DEPLOYDIR}/${ZEPHYR_IMAGENAME} -} - addtask deploy after do_compile do_install[noexec] = "1" -- 2.30.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#56114): https://lists.yoctoproject.org/g/yocto/message/56114 Mute This Topic: https://lists.yoctoproject.org/mt/89017995/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
