mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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>
This commit is contained in:
@@ -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=="add" RUN+="/etc/udev/scripts/network.sh"
|
||||||
SUBSYSTEM=="net", ACTION=="remove" 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
|
# The first rtc device is symlinked to /dev/rtc
|
||||||
KERNEL=="rtc0", SYMLINK+="rtc"
|
KERNEL=="rtc0", SYMLINK+="rtc"
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
include udev-new.inc
|
include udev-new.inc
|
||||||
|
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "fddac2d54761ea34865af9467377ca9f"
|
SRC_URI[md5sum] = "fddac2d54761ea34865af9467377ca9f"
|
||||||
SRC_URI[sha256sum] = "c12e66280b5e1465f6587a8cfa47d7405c4caa7e52ce5dd13478d04f6ec05e5c"
|
SRC_URI[sha256sum] = "c12e66280b5e1465f6587a8cfa47d7405c4caa7e52ce5dd13478d04f6ec05e5c"
|
||||||
|
|||||||
Reference in New Issue
Block a user