Skip to content

Commit

Permalink
base-files: Install variscite-blacklist.conf only on variscite machines
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Jan 12, 2023
1 parent 5e87521 commit 9faa395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-core/base-files/base-files_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

SRC_URI += " \
SRC_URI:append:var-som = " \
file://variscite-blacklist.conf \
"

SRC_URI:append:imx8mp-var-dart = " \
file://variscite-hdmi-audio.conf \
"

do_install:append() {
do_install:append:var-som() {
install -m 0755 -d ${D}${sysconfdir}/modprobe.d
install -m 0644 ${WORKDIR}/variscite-blacklist.conf ${D}${sysconfdir}/modprobe.d
}
Expand Down

0 comments on commit 9faa395

Please sign in to comment.