diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-11-07 11:25:44 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-12-05 14:34:46 -0600 |
commit | be68f03182200b20062451a8f5011ed9274891ac (patch) | |
tree | 77d73bfb1bb8254687271490114492e94e219893 | |
parent | 86d96f4de45054a85271cd1b2c7104ce3549a722 (diff) | |
download | meta-xilinx-be68f03182200b20062451a8f5011ed9274891ac.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>
(cherry picked from commit f8ed28464b639a65268aebcab7fe23af4b5d97b0)
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.bbappend | 2 |
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 @@ | |||
1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | SRC_URI:append = "${@bb.utils.contains('MACHINE_FEATURES', 'mali400', ' file://99-mali-device.rules', '', d)}" | 3 | SRC_URI += "file://99-mali-device.rules" |