diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-06 20:57:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-06 22:47:03 +0000 |
commit | edc546797da9f1b1611698c3bae0dc532bcb577a (patch) | |
tree | 95e56d8e30d98c7c7d66afef3045758fb7ec7a35 /meta/conf/machine/qemux86.conf | |
parent | e6bbe41347ae7e3f91fe0e9cf383a4d364f0cc9e (diff) | |
download | poky-edc546797da9f1b1611698c3bae0dc532bcb577a.tar.gz |
conf/machine: Don't poke around providers which aren't machine specific/safe
Machines shouldn't be poking around PREFERRED_PROVIDERS which aren't
machine specific or at least machine safe. Kernels are machine specific
and the xserver is selectable. libx11 and mesa are now really a distro choice
and machine configurations shouldn't be poking around them as it just leads
to corruption, conflicts and confusion.
(From OE-Core rev: 97a57aca12437c24b628071bb189c9f3b94e27ca)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r-- | meta/conf/machine/qemux86.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 75c9042eb5..3edfe290a6 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -2,10 +2,7 @@ | |||
2 | #@NAME: common_pc | 2 | #@NAME: common_pc |
3 | #@DESCRIPTION: Machine configuration for running a common x86 | 3 | #@DESCRIPTION: Machine configuration for running a common x86 |
4 | 4 | ||
5 | PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" | ||
6 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | ||
7 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 5 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
8 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xorg" | ||
9 | 6 | ||
10 | require conf/machine/include/tune-i586.inc | 7 | require conf/machine/include/tune-i586.inc |
11 | require conf/machine/include/qemu.inc | 8 | require conf/machine/include/qemu.inc |