[oe-commits] Koen Kooi : udev 141: add fb0 -> fb symlink to make X happy

GIT User account git at amethyst.openembedded.net
Tue May 19 10:57:23 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: 7790e2eda389c53cdad3568785581669579f51ed
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7790e2eda389c53cdad3568785581669579f51ed

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon May 18 12:19:34 2009 +0200

udev 141: add fb0 -> fb symlink to make X happy
* X starts, but hal doesn't see devices anymore

---

 recipes/udev/udev-141/local.rules |    3 +++
 recipes/udev/udev_141.bb          |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/udev/udev-141/local.rules b/recipes/udev/udev-141/local.rules
index a486692..4e80a71 100644
--- a/recipes/udev/udev-141/local.rules
+++ b/recipes/udev/udev-141/local.rules
@@ -24,6 +24,9 @@ SUBSYSTEM=="net", ACTION=="remove" RUN+="/etc/udev/scripts/network.sh"
 # The first rtc device is symlinked to /dev/rtc
 KERNEL=="rtc0", SYMLINK+="rtc"
 
+#The first framebuffer is symlinked to /dev/fb
+KERNEL=="fb0",  SYMLINK+="fb"
+
 # Try and modprobe for drivers for new hardware
 ACTION=="add", DEVPATH=="/devices/*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe $env{MODALIAS}"
 
diff --git a/recipes/udev/udev_141.bb b/recipes/udev/udev_141.bb
index 63d75dc..1482601 100644
--- a/recipes/udev/udev_141.bb
+++ b/recipes/udev/udev_141.bb
@@ -6,7 +6,7 @@ LICENSE = "GPL"
 # Untested
 DEFAULT_PREFERENCE = "-1"
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
 	   file://mount.blacklist \





More information about the Openembedded-commits mailing list