Skip to content

Commit

Permalink
udev-rules-rpi: Delete fb.rules
Browse files Browse the repository at this point in the history
OE-core has added fb.rules to psplash via [1] so avoid adding it here

This effectively reverts commit e9e5efa

[1] https://git.yoctoproject.org/poky/commit/?id=af38235305fc2ac59a82f0413a1fe4cc5161ff86

Signed-off-by: Khem Raj <[email protected]>
Cc: Bastian Wanner <[email protected]>
  • Loading branch information
kraj committed Feb 21, 2025
1 parent 923ac57 commit e3f5c35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions recipes-core/udev/udev-rules-rpi.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
SRC_URI = " \
git://github.com/RPi-Distro/raspberrypi-sys-mods;protocol=https;branch=master \
file://can.rules \
file://fb.rules \
"
SRCREV = "5ce3ef2b7f377c23fea440ca9df0e30f3f8447cf"

Expand All @@ -17,5 +16,4 @@ do_install () {
install -d ${D}${sysconfdir}/udev/rules.d
install -m 0644 ${S}/etc.armhf/udev/rules.d/99-com.rules ${D}${sysconfdir}/udev/rules.d/
install -m 0644 ${UNPACKDIR}/can.rules ${D}${sysconfdir}/udev/rules.d/
install -m 0644 ${UNPACKDIR}/fb.rules ${D}${sysconfdir}/udev/rules.d/
}
1 change: 0 additions & 1 deletion recipes-core/udev/udev-rules-rpi/fb.rules

This file was deleted.

0 comments on commit e3f5c35

Please sign in to comment.