Skip to content

Commit

Permalink
meta-xilinx-mali400: linux-xlnx-udev-rules: Always apply the rule
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mhatle committed Nov 11, 2024
1 parent 8871795 commit 6a933b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 6a933b5

Please sign in to comment.