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 | |
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')
-rw-r--r-- | meta-yocto/conf/machine/atom-pc.conf | 4 | ||||
-rw-r--r-- | meta-yocto/conf/machine/beagleboard.conf | 1 | ||||
-rw-r--r-- | meta-yocto/conf/machine/mpc8315e-rdb.conf | 1 | ||||
-rw-r--r-- | meta-yocto/conf/machine/routerstationpro.conf | 1 |
4 files changed, 0 insertions, 7 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 \ |
diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf index 03e6e394a5..4d21388e07 100644 --- a/meta-yocto/conf/machine/beagleboard.conf +++ b/meta-yocto/conf/machine/beagleboard.conf | |||
@@ -32,7 +32,6 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " | |||
32 | SERIAL_CONSOLE = "115200 ttyO2" | 32 | SERIAL_CONSOLE = "115200 ttyO2" |
33 | 33 | ||
34 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 34 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
35 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
36 | 35 | ||
37 | KERNEL_IMAGETYPE = "uImage" | 36 | KERNEL_IMAGETYPE = "uImage" |
38 | 37 | ||
diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf b/meta-yocto/conf/machine/mpc8315e-rdb.conf index d67dc18cf0..d3a5b1cb01 100644 --- a/meta-yocto/conf/machine/mpc8315e-rdb.conf +++ b/meta-yocto/conf/machine/mpc8315e-rdb.conf | |||
@@ -14,7 +14,6 @@ MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" | |||
14 | PREFERRED_VERSION_linux-yocto ?= "3.0%" | 14 | PREFERRED_VERSION_linux-yocto ?= "3.0%" |
15 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | 15 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" |
16 | 16 | ||
17 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
18 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" | 17 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" |
19 | XSERVER = "xserver-kdrive-fbdev" | 18 | XSERVER = "xserver-kdrive-fbdev" |
20 | 19 | ||
diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf index a0afd5d16a..9338ca1062 100644 --- a/meta-yocto/conf/machine/routerstationpro.conf +++ b/meta-yocto/conf/machine/routerstationpro.conf | |||
@@ -11,7 +11,6 @@ KERNEL_IMAGETYPE = "vmlinux" | |||
11 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" | 11 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" |
12 | 12 | ||
13 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 13 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
14 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
15 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" | 14 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" |
16 | XSERVER = "xserver-kdrive-fbdev" | 15 | XSERVER = "xserver-kdrive-fbdev" |
17 | 16 | ||