]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
kernel-arch: Don't export UBOOT_ARCH
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Jul 2026 11:03:40 +0000 (12:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Aug 2026 17:04:08 +0000 (18:04 +0100)
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 <richard.purdie@linuxfoundation.org>
meta/classes-recipe/kernel-arch.bbclass

index fd6bce11460f5302e9a649d0b4982b720804026b..bc90e2e840b99ace1650f0ae6dd458bf8860aadc 100644 (file)
@@ -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.