mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
machine.cfg: Unset CONFIG_64BIT for qemu i386 architecture
In modern kernels, ARCH=x86 defaults to 64 bits, so explicitly unset this word length for qemu i386 architectures. (From meta-yocto rev: 9750779bc78de3ea33d7f88e4972a5b21c3f811b) Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b872e2b2c7
commit
65107a9abe
@@ -1 +1,3 @@
|
||||
# yocto-bsp-filename {{=machine}}.cfg
|
||||
# yocto-bsp-filename {{=machine}}.cfg
|
||||
{{ if qemuarch == "i386": }}
|
||||
# CONFIG_64BIT is not set
|
||||
|
||||
Reference in New Issue
Block a user