diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-06 20:59:47 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-06 22:47:09 +0000 |
| commit | f17e0ae38b2e6c4cbe7f0f9d76c3e1a386335fd1 (patch) | |
| tree | 561798d3abe0478d8699a5c3438610e85c122d62 /meta-yocto/conf/machine/atom-pc.conf | |
| parent | edc546797da9f1b1611698c3bae0dc532bcb577a (diff) | |
| download | poky-f17e0ae38b2e6c4cbe7f0f9d76c3e1a386335fd1.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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/machine/atom-pc.conf')
| -rw-r--r-- | meta-yocto/conf/machine/atom-pc.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-yocto/conf/machine/atom-pc.conf b/meta-yocto/conf/machine/atom-pc.conf index 5b517996e3..7cbe157b2c 100644 --- a/meta-yocto/conf/machine/atom-pc.conf +++ b/meta-yocto/conf/machine/atom-pc.conf | |||
| @@ -12,11 +12,7 @@ KERNEL_IMAGETYPE = "bzImage" | |||
| 12 | 12 | ||
| 13 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 13 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
| 14 | PREFERRED_VERSION_linux-yocto ?= "3.0%" | 14 | PREFERRED_VERSION_linux-yocto ?= "3.0%" |
| 15 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
| 16 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | ||
| 17 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" | ||
| 18 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 15 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
| 19 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xorg" | ||
| 20 | XSERVER ?= "xserver-xorg \ | 16 | XSERVER ?= "xserver-xorg \ |
| 21 | xserver-xorg-extension-dri2 \ | 17 | xserver-xorg-extension-dri2 \ |
| 22 | xserver-xorg-extension-glx \ | 18 | xserver-xorg-extension-glx \ |
