udev: move recipes into dynamic-layers for NXP

Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
Mike Engel 2022-01-18 10:21:24 +01:00
parent 8a72bbd3a6
commit 8f63ae3764
4 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2013-2018 Digi International.
# Copyright (C) 2013-2022 Digi International.
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
@ -37,7 +37,10 @@ do_install_append() {
fi
install -d ${D}${sysconfdir}/modprobe.d
if ${@bb.utils.contains('MACHINE_FEATURES','gpu','false','true',d)}; then
# evbug debug tool
install -m 0644 ${WORKDIR}/blacklist.conf ${D}${sysconfdir}/modprobe.d
fi
}
FILES_${PN}_append = " ${sysconfdir}/modprobe.d"