From 492fb93221f032c4d1450ec62002b4e11e832cac Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Fri, 13 Mar 2020 20:20:14 +0100 Subject: recipes-core: Add udev-toradex-rules recipe These rules make sure that a symlink is created for all i2c and tty devices. This symlinks are named like on the Toradex carrier boards. This makes it easy to identify which device in software is matching the hardware pins. Additional non-standard devices that are not named clearly on the carrier board are left out to prevent confusion. Related-to: ELB-2380 Signed-off-by: Philippe Schenker (cherry picked from commit 47ef64803548f73a0eda753c5d3d3f7f315af606) --- recipes-core/udev/udev-toradex-rules.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-core/udev/udev-toradex-rules.bb (limited to 'recipes-core/udev/udev-toradex-rules.bb') diff --git a/recipes-core/udev/udev-toradex-rules.bb b/recipes-core/udev/udev-toradex-rules.bb new file mode 100644 index 0000000..9cc69a9 --- /dev/null +++ b/recipes-core/udev/udev-toradex-rules.bb @@ -0,0 +1,11 @@ +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +SRC_URI = "\ + file://99-toradex.rules \ +" + +do_install () { + install -d ${D}${sysconfdir}/udev/rules.d + install -m 0644 ${WORKDIR}/99-toradex.rules ${D}${sysconfdir}/udev/rules.d/ +} -- cgit v1.2.3