From: Richard Purdie Date: Fri, 31 Jul 2026 11:03:40 +0000 (+0100) Subject: kernel-arch: Don't export UBOOT_ARCH X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43de755c2ad3b7bf0aeca8d5c2fa33e15df98ac3;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git kernel-arch: Don't export UBOOT_ARCH I think only our code uses this variable. For that we don't need to export to the environment, so stop doing it. Signed-off-by: Richard Purdie --- diff --git a/meta/classes-recipe/kernel-arch.bbclass b/meta/classes-recipe/kernel-arch.bbclass index fd6bce1146..bc90e2e840 100644 --- a/meta/classes-recipe/kernel-arch.bbclass +++ b/meta/classes-recipe/kernel-arch.bbclass @@ -8,7 +8,7 @@ # modules). return value must match one of the architecture directories # in the kernel source "arch" directory export ARCH = "${@oe.kernel.map_kernel_arch(d)}" -export UBOOT_ARCH = "${@oe.kernel.map_uboot_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.