summaryrefslogtreecommitdiffstats
path: root/meta-raspberrypi/recipes-core/udev/udev-rules-rpi.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-raspberrypi/recipes-core/udev/udev-rules-rpi.bb')
-rw-r--r--meta-raspberrypi/recipes-core/udev/udev-rules-rpi.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-raspberrypi/recipes-core/udev/udev-rules-rpi.bb b/meta-raspberrypi/recipes-core/udev/udev-rules-rpi.bb
new file mode 100644
index 000000000..b249d9726
--- /dev/null
+++ b/meta-raspberrypi/recipes-core/udev/udev-rules-rpi.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "udev rules for Raspberry Pi Boards"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
+SRC_URI = " file://99-com.rules"
+
+S = "${WORKDIR}"
+
+INHIBIT_DEFAULT_DEPS = "1"
+
+do_install () {
+ install -d ${D}${sysconfdir}/udev/rules.d
+ install -m 0644 ${WORKDIR}/99-com.rules ${D}${sysconfdir}/udev/rules.d/
+}
OpenPOWER on IntegriCloud