diff options
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/qemux86-64.conf | 6 | ||||
-rw-r--r-- | meta/conf/machine/qemux86.conf | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 18a75138a8..f28cf0819b 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf | |||
@@ -4,8 +4,8 @@ | |||
4 | 4 | ||
5 | PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" | 5 | PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" |
6 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | 6 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" |
7 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" | 7 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
8 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" | 8 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xorg" |
9 | 9 | ||
10 | require conf/machine/include/tune-x86_64.inc | 10 | require conf/machine/include/tune-x86_64.inc |
11 | require conf/machine/include/qemu.inc | 11 | require conf/machine/include/qemu.inc |
@@ -17,7 +17,7 @@ KERNEL_IMAGETYPE = "bzImage" | |||
17 | SERIAL_CONSOLE = "115200 ttyS0" | 17 | SERIAL_CONSOLE = "115200 ttyS0" |
18 | 18 | ||
19 | # We bypass swrast but we need it to be present for X to load correctly | 19 | # We bypass swrast but we need it to be present for X to load correctly |
20 | XSERVER ?= "xserver-xf86-dri-lite \ | 20 | XSERVER ?= "xserver-xorg \ |
21 | mesa-dri-driver-swrast \ | 21 | mesa-dri-driver-swrast \ |
22 | xf86-input-vmmouse \ | 22 | xf86-input-vmmouse \ |
23 | xf86-input-keyboard \ | 23 | xf86-input-keyboard \ |
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 5d0d03e827..75c9042eb5 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -4,8 +4,8 @@ | |||
4 | 4 | ||
5 | PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" | 5 | PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" |
6 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | 6 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" |
7 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" | 7 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
8 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" | 8 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xorg" |
9 | 9 | ||
10 | require conf/machine/include/tune-i586.inc | 10 | require conf/machine/include/tune-i586.inc |
11 | require conf/machine/include/qemu.inc | 11 | require conf/machine/include/qemu.inc |
@@ -17,7 +17,7 @@ KERNEL_IMAGETYPE = "bzImage" | |||
17 | SERIAL_CONSOLE = "115200 ttyS0" | 17 | SERIAL_CONSOLE = "115200 ttyS0" |
18 | 18 | ||
19 | # We bypass swrast but we need it to be present for X to load correctly | 19 | # We bypass swrast but we need it to be present for X to load correctly |
20 | XSERVER ?= "xserver-xf86-dri-lite \ | 20 | XSERVER ?= "xserver-xorg \ |
21 | mesa-dri-driver-swrast \ | 21 | mesa-dri-driver-swrast \ |
22 | xf86-input-vmmouse \ | 22 | xf86-input-vmmouse \ |
23 | xf86-input-keyboard \ | 23 | xf86-input-keyboard \ |