We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923ac57 commit 7494a37Copy full SHA for 7494a37
recipes-core/udev/udev-rules-rpi.bb
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
5
SRC_URI = " \
6
git://github.com/RPi-Distro/raspberrypi-sys-mods;protocol=https;branch=master \
7
file://can.rules \
8
- file://fb.rules \
9
"
10
SRCREV = "5ce3ef2b7f377c23fea440ca9df0e30f3f8447cf"
11
@@ -17,5 +16,4 @@ do_install () {
17
16
install -d ${D}${sysconfdir}/udev/rules.d
18
install -m 0644 ${S}/etc.armhf/udev/rules.d/99-com.rules ${D}${sysconfdir}/udev/rules.d/
19
install -m 0644 ${UNPACKDIR}/can.rules ${D}${sysconfdir}/udev/rules.d/
20
- install -m 0644 ${UNPACKDIR}/fb.rules ${D}${sysconfdir}/udev/rules.d/
21
}
recipes-core/udev/udev-rules-rpi/fb.rules
0 commit comments