summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-11-07 11:25:44 -0700
committerMark Hatle <mark.hatle@amd.com>2024-11-11 11:27:01 -0700
commit6a933b5cd2c08eb7041d2f658ff2af1a737bc6a3 (patch)
tree932d7925d273679a8ab26894ef806b6f1cfa47b9
parent8871795670c84d8420e58ffb0c6aa77513732b7e (diff)
downloadmeta-xilinx-6a933b5cd2c08eb7041d2f658ff2af1a737bc6a3.tar.gz
meta-xilinx-mali400: linux-xlnx-udev-rules: Always apply the rule
If this layer is enabled, always add the mali400 udev rule. If run on a system without a mali400 it will have no effect other then taking a very small amount of disk space. This avoids the need to have a MACHINE_ARCH package when mali400 is enabled in MACHINE_FEATURES. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-mali400/recipes-kernel/linux-xlnx-udev-rules/linux-xlnx-udev-rules.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-mali400/recipes-kernel/linux-xlnx-udev-rules/linux-xlnx-udev-rules.bbappend b/meta-xilinx-mali400/recipes-kernel/linux-xlnx-udev-rules/linux-xlnx-udev-rules.bbappend
index 81c660a5..b4950a6d 100644
--- a/meta-xilinx-mali400/recipes-kernel/linux-xlnx-udev-rules/linux-xlnx-udev-rules.bbappend
+++ b/meta-xilinx-mali400/recipes-kernel/linux-xlnx-udev-rules/linux-xlnx-udev-rules.bbappend
@@ -1,3 +1,3 @@
1FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
2 2
3SRC_URI:append = "${@bb.utils.contains('MACHINE_FEATURES', 'mali400', ' file://99-mali-device.rules', '', d)}" 3SRC_URI += "file://99-mali-device.rules"