get_kernellocalversion_file relies on hard coded kernel-abiversion file. The kernel- prefix changes when you modify KERNEL_PACKAGE_NAME.
Update to account for the modification of KERNEL_PACKAGE_NAME. Signed-off-by: Vincent Davis Jr <[email protected]> --- meta/recipes-kernel/linux/linux-yocto-fitimage.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-fitimage.bb b/meta/recipes-kernel/linux/linux-yocto-fitimage.bb index 6ce1960a87..68cda0bfae 100644 --- a/meta/recipes-kernel/linux/linux-yocto-fitimage.bb +++ b/meta/recipes-kernel/linux/linux-yocto-fitimage.bb @@ -10,4 +10,4 @@ inherit linux-kernel-base kernel-fit-image # Set the version of this recipe to the version of the included kernel # (without taking the long way around via PV) -PKGV = "${@get_kernelversion_file("${STAGING_KERNEL_BUILDDIR}")}" +PKGV = "${@get_kernelversion_file("${STAGING_KERNEL_BUILDDIR}", "${KERNEL_PACKAGE_NAME}")}" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#240815): https://lists.openembedded.org/g/openembedded-core/message/240815 Mute This Topic: https://lists.openembedded.org/mt/120238119/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
