aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-03-17 14:00:47 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-03-17 21:27:28 +0100
commitbfd451f014423f6e0cd826be624e5b39e69f102b (patch)
tree0a7e37dae88ac49e30f8cd1d9b60e100b4b1fff0 /conf
parenta1f41f4d003f754e93be98ee59e941aa18e57f4e (diff)
downloadopenembedded-bfd451f014423f6e0cd826be624e5b39e69f102b.tar.gz
SHR: blacklist some packages causing multiple runtime providers
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/shr.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index 59ad0be135..e8fd844e2f 100644
--- a/conf/distro/shr.conf
+++ b/conf/distro/shr.conf
@@ -50,6 +50,12 @@ INHERIT += "devshell"
#run QA tests on recipes
INHERIT += "recipe_sanity"
+ANGSTROM_BLACKLIST_pn-hotplug-ng = "hotplug functionality is provided by udev"
+ANGSTROM_BLACKLIST_pn-hotplug2 = "hotplug functionality is provided by udev"
+ANGSTROM_BLACKLIST_pn-linux-hotplug = "hotplug functionality is provided by udev"
+ANGSTROM_BLACKLIST_pn-xcursor-watchonly-theme = "xcursor-transparent-theme is good enough"
+ANGSTROM_BLACKLIST_pn-xserver-kdrive = "xorg-server is preferred"
+ANGSTROM_BLACKLIST_pn-xserver-kdrive-1300 = "xorg-server is preferred"
ANGSTROM_BLACKLIST_pn-bluez-libs = "bluez-libs 3.x has been replaced by bluez4"
ANGSTROM_BLACKLIST_pn-bluez-utils = "bluez-utils 3.x has been replaced by bluez4"
ANGSTROM_BLACKLIST_pn-atd = "atd has been replaced by atd-over-fso"