From: Richard Purdie Date: Sat, 1 Aug 2026 12:56:31 +0000 (+0100) Subject: linux-yocto-fitimage: Drop obsolete dependency on linux-kernel-base X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de9fbb57721ec22fa87ebbf210775b899ba02e22;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-yocto-fitimage: Drop obsolete dependency on linux-kernel-base Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux/linux-yocto-fitimage.bb b/meta/recipes-kernel/linux/linux-yocto-fitimage.bb index 1f95b9064e..7d02b44c18 100644 --- a/meta/recipes-kernel/linux/linux-yocto-fitimage.bb +++ b/meta/recipes-kernel/linux/linux-yocto-fitimage.bb @@ -6,7 +6,7 @@ SECTION = "kernel" LICENSE = "GPL-2.0-only WITH Linux-syscall-note" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-with-Linux-syscall-note;md5=0bad96c422c41c3a94009dcfe1bff992" -inherit linux-kernel-base kernel-fit-image +inherit kernel-fit-image UBOOT_ARCH = "${@oe.kernel.map_uboot_arch(d)}"