]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
machine.cfg: Unset CONFIG_64BIT for qemu i386 architecture
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Sat, 1 Oct 2016 00:09:35 +0000 (19:09 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Oct 2016 06:45:26 +0000 (07:45 +0100)
In modern kernels, ARCH=x86 defaults to 64 bits, so explicitly
unset this word length for qemu i386 architectures.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.cfg

index d560784b56f9925fc52b1ed28aec17f6cea7d2cb..3fa4ed0b7fe46c1a22c0c3b3b5faeddbb86dbdfe 100644 (file)
@@ -1 +1,3 @@
-# yocto-bsp-filename {{=machine}}.cfg
\ No newline at end of file
+# yocto-bsp-filename {{=machine}}.cfg
+{{ if qemuarch == "i386": }}
+# CONFIG_64BIT is not set