The tests that use this recipe need access to the UBOOT_ARCH variable from the recipe for testing purposes.
Signed-off-by: Richard Purdie <[email protected]> --- meta/recipes-kernel/linux/linux-yocto-fitimage.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-kernel/linux/linux-yocto-fitimage.bb b/meta/recipes-kernel/linux/linux-yocto-fitimage.bb index 75dbcb2af5c..1f95b9064e4 100644 --- a/meta/recipes-kernel/linux/linux-yocto-fitimage.bb +++ b/meta/recipes-kernel/linux/linux-yocto-fitimage.bb @@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-with-L inherit linux-kernel-base kernel-fit-image +UBOOT_ARCH = "${@oe.kernel.map_uboot_arch(d)}" + # Set the version of this recipe to the version of the included kernel # (without taking the long way around via PV) PKGV = "${@oe.kernel.get_version_file("${STAGING_KERNEL_BUILDDIR}")}"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#242538): https://lists.openembedded.org/g/openembedded-core/message/242538 Mute This Topic: https://lists.openembedded.org/mt/120561029/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
