udev: move recipes into dynamic-layers for NXP
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
parent
8a72bbd3a6
commit
8f63ae3764
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2013-2018 Digi International.
|
# Copyright (C) 2013-2022 Digi International.
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
||||||
|
|
||||||
|
|
@ -37,7 +37,10 @@ do_install_append() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
install -d ${D}${sysconfdir}/modprobe.d
|
install -d ${D}${sysconfdir}/modprobe.d
|
||||||
install -m 0644 ${WORKDIR}/blacklist.conf ${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"
|
FILES_${PN}_append = " ${sysconfdir}/modprobe.d"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue