]> code.ossystems Code Review - openembedded-core.git/commit
qemumachines: Enable xserver-xorg as default xserver
authorKhem Raj <raj.khem@gmail.com>
Tue, 1 May 2012 05:01:24 +0000 (22:01 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 May 2012 07:53:39 +0000 (08:53 +0100)
commit62dba36166bc5faa32ba3e0664ae98b168cde6b1
tree1d6a25cb947dc74ce55f6e8b2465e1dbb84ea05a
parent801bfa7edfbff1522964efab0c0ba40bbc52c601
qemumachines: Enable xserver-xorg as default xserver

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 qemu in qemu.inc
and as we know x86 and x86-64 qemu overrides the default
we include qemu.inc after that definition which means that
qemux86 and qemux86-64 get their own definitions and other
qemus get the definitions from qemu.inc. other non-qemu machine
will get their defintion from task which points to kdrive
as of now.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/conf/machine/include/qemu.inc
meta/conf/machine/qemux86-64.conf
meta/conf/machine/qemux86.conf