]> code.ossystems Code Review - openembedded-core.git/commit
conf/machine: Clean up MACHINEOVERRIDES handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Mar 2013 16:31:45 +0000 (16:31 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Mar 2013 17:39:36 +0000 (17:39 +0000)
commitbdc1b214431c9c93a929b547b9a61e7b87fbd366
treedd0070069e0d4122fe9e57aedbbc1cbbb8aaa33f
parent262a69ffd33e9d001a7a15fc73671a015e3b5dd1
conf/machine: Clean up MACHINEOVERRIDES handling

OVERRIDES reads from left to right, least to most specific. We were
appending to MACHINEOVERRIDES when we should have been prepending so
the ordering of qemuall verses qemuxxx was incorrect, as was the x86
override and several of the arm overrides. This patch is a batch cleanup
of the various issues to correct the order from least to most specific.
The include order does matter and we needed to tweak some of that in this
patch too.

[YOCTO #4090]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/arm/arch-armv4.inc
meta/conf/machine/include/arm/arch-armv5.inc
meta/conf/machine/include/arm/arch-armv6.inc
meta/conf/machine/include/arm/arch-armv7a.inc
meta/conf/machine/include/ia32/arch-ia32.inc
meta/conf/machine/include/qemu.inc
meta/conf/machine/qemux86-64.conf
meta/conf/machine/qemux86.conf