diff options
-rw-r--r-- | meta/conf/machine/qemux86.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 71740e8f9d..c7ed4b87da 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -14,6 +14,18 @@ KERNEL_IMAGETYPE = "bzImage" | |||
14 | SERIAL_CONSOLE = "115200 ttyS0" | 14 | SERIAL_CONSOLE = "115200 ttyS0" |
15 | 15 | ||
16 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | 16 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" |
17 | PREFERRED_PROVIDER_virtual/libgl = "qemugl" | ||
18 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-moblin" | ||
19 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | ||
20 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" | ||
21 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" | ||
22 | XSERVER ?= "xserver-xf86-dri-lite \ | ||
23 | xf86-input-mouse \ | ||
24 | xf86-input-keyboard \ | ||
25 | xf86-input-evdev \ | ||
26 | xf86-input-synaptics \ | ||
27 | xf86-video-vmware \ | ||
28 | qemugl" | ||
17 | 29 | ||
18 | GLIBC_ADDONS = "nptl" | 30 | GLIBC_ADDONS = "nptl" |
19 | GLIBC_EXTRA_OECONF = "--with-tls" | 31 | GLIBC_EXTRA_OECONF = "--with-tls" |