aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-07-04 16:50:23 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-07-05 17:49:39 +0200
commitd5840f76a5c4d145b1a81de48fdd7cb0dc9f2ee4 (patch)
treec0905a3414c54481f2ff798218c30af3ba60b413 /conf
parent99586e72058700db67eec1b83b00f1a050b0f374 (diff)
downloadopenembedded-d5840f76a5c4d145b1a81de48fdd7cb0dc9f2ee4.tar.gz
bug: unbreak udev 171 for bug.
This commit adds support for udev compat for udev 171, and RDEPENDS_${PN} on bug-udev for bug and bug20. The bug machine still uses a 2.6.27 kernel, and the boot was blocked at: Checking for built-in Bluetooth: no Note that this commit doesn't magically fix udev, because the init script activates udev compat only for kernel inferior to 2.6.27 and we have a 2.6.27 A future commit will address that. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/bug.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/bug.conf b/conf/machine/bug.conf
index e45629d191..f79c9967f2 100644
--- a/conf/machine/bug.conf
+++ b/conf/machine/bug.conf
@@ -25,3 +25,5 @@ XSERVER = "xserver-xorg \
xf86-input-mouse \
xf86-video-fbdev \
xf86-input-keyboard"
+
+PREFERRED_PROVIDER_udev-compat = "udev-compat141"