diff options
| author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2016-09-30 19:09:35 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-08 07:48:03 +0100 |
| commit | 65107a9abe6c6c92c2c21e7dacfe4cc028ab7cb7 (patch) | |
| tree | a84a7ffea2efde02a6ca6ed5bf39f7648041ca7f /scripts/lib | |
| parent | b872e2b2c78c17647b32aab616c767ec7901b119 (diff) | |
| download | poky-65107a9abe6c6c92c2c21e7dacfe4cc028ab7cb7.tar.gz | |
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>
Diffstat (limited to 'scripts/lib')
| -rw-r--r-- | scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.cfg b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.cfg index d560784b56..3fa4ed0b7f 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.cfg +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.cfg | |||
| @@ -1 +1,3 @@ | |||
| 1 | # yocto-bsp-filename {{=machine}}.cfg \ No newline at end of file | 1 | # yocto-bsp-filename {{=machine}}.cfg |
| 2 | {{ if qemuarch == "i386": }} | ||
| 3 | # CONFIG_64BIT is not set | ||
