[OE-core] [PATCH 1/3] qemumachines: Enable xserver-xorg as default xserver

2012-05-08 Thread Khem Raj
For qemux86 and qemux86-64 include qemu.inc after defining XSERVER XSERVER variable is also weakly defined in task-core-x11.bb which means we can not use ??= otherwise when building any qemu image that uses task-core-x11.bb will get the wrong definition So we define the XSERVER common set for qem

[OE-core] [PATCH 1/3] qemumachines: Enable xserver-xorg as default xserver

2012-05-02 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/conf/machine/include/qemu.inc |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 421a149..e384879 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/met