]> code.ossystems Code Review - openembedded-core.git/commit
qemumachines: make MACHINE_FEATURES append follow qemu.inc include
authorTom Zanussi <tom.zanussi@intel.com>
Sun, 1 Jul 2012 15:56:12 +0000 (10:56 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jul 2012 14:00:40 +0000 (15:00 +0100)
commit4f336e5f416df382fdd2b405314741164d537b22
tree472427e2495da6b7b54c4de7409a669fb46eb755
parent00f9e8aed9f111d351c2dc71cd8605ccbd11f68f
qemumachines: make MACHINE_FEATURES append follow qemu.inc include

qemu.inc does a straight assign to MACHINE_FEATURES so overwriting the
preceding append to MACHINE_FEATURES, so the MACHINE_FEATURES append
needs to be moved after the include.

This situation came about as a result of commit 71a4bf386:

    qemumachines: Enable xserver-xorg as default xserver

    For qemux86 and qemux86-64 include qemu.inc after defining XSERVER

which missed this side-effect (and maybe others).

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
meta/conf/machine/qemux86-64.conf
meta/conf/machine/qemux86.conf