aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev-164
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-12-16 17:28:06 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-16 17:28:06 +0000
commitece252c42aac034a91c1d5d01c108badec1a97d8 (patch)
tree9868baf6e9c8bc3da77e1559095b076a20724aca /meta/recipes-core/udev/udev-164
parentd9314e154972d513daa8627702a3a4cbb8697b69 (diff)
downloadopenembedded-core-contrib-ece252c42aac034a91c1d5d01c108badec1a97d8.tar.gz
udev: Add rule to create /dev/fb to fix igep0020 platform X boot issue
Integrate patch from david.barksdale@adcedosolutions.com to ensure /dev/fb exists which is required by the igep00200 platform to start X [BUGID #541] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/udev/udev-164')
-rw-r--r--meta/recipes-core/udev/udev-164/local.rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/udev/udev-164/local.rules b/meta/recipes-core/udev/udev-164/local.rules
index 317dd9f289..625e49acb1 100644
--- a/meta/recipes-core/udev/udev-164/local.rules
+++ b/meta/recipes-core/udev/udev-164/local.rules
@@ -21,6 +21,9 @@ SUBSYSTEM=="block", ACTION=="remove" RUN+="/etc/udev/scripts/mount.sh"
SUBSYSTEM=="net", ACTION=="add" RUN+="/etc/udev/scripts/network.sh"
SUBSYSTEM=="net", ACTION=="remove" RUN+="/etc/udev/scripts/network.sh"
+# The first framebuffer is symlinked to /dev/fb
+KERNEL=="fb0", SYMLINK+="fb"
+
# The first rtc device is symlinked to /dev/rtc
KERNEL=="rtc0", SYMLINK+="rtc"