From be68f03182200b20062451a8f5011ed9274891ac Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 7 Nov 2024 11:25:44 -0700 Subject: 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 (cherry picked from commit f8ed28464b639a65268aebcab7fe23af4b5d97b0) Signed-off-by: Mark Hatle --- .../recipes-kernel/linux-xlnx-udev-rules/linux-xlnx-udev-rules.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -SRC_URI:append = "${@bb.utils.contains('MACHINE_FEATURES', 'mali400', ' file://99-mali-device.rules', '', d)}" +SRC_URI += "file://99-mali-device.rules" -- cgit v1.2.3-54-g00ecf