From: Richard Purdie Date: Sat, 1 Aug 2026 12:37:58 +0000 (+0100) Subject: kernel-arch: Drop UBOOT_ARCH X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdcd04bbc5e205df16c0779388521db4041e7841;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git kernel-arch: Drop UBOOT_ARCH All OE-Core usages are now independent of kernel-arch. Signed-off-by: Richard Purdie --- diff --git a/meta/classes-recipe/kernel-arch.bbclass b/meta/classes-recipe/kernel-arch.bbclass index bc90e2e840..db708c3510 100644 --- a/meta/classes-recipe/kernel-arch.bbclass +++ b/meta/classes-recipe/kernel-arch.bbclass @@ -8,7 +8,6 @@ # modules). return value must match one of the architecture directories # in the kernel source "arch" directory export ARCH = "${@oe.kernel.map_kernel_arch(d)}" -UBOOT_ARCH = "${@oe.kernel.map_uboot_arch(d)}" # Set TARGET_??_KERNEL_ARCH in the machine .conf to set architecture # specific options necessary for building the kernel and modules.