summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2022-05-27 14:16:37 +0200
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2022-05-27 14:21:56 +0200
commit31368fde124bc267105148f509fdb44eaf49bb4e (patch)
treea98459335d6d2250db8f1a85088e98c50c3c4b52
parent18e03f3806b1f41194259dc412c10b309c6f5171 (diff)
linux-firmware: fix nxp89xx package content
linux-firmware-nxp89xx should contain only the nxp89xx firmware files, while adding a single symlink from the mrvl directory the whole directory content was added to the package by mistake, leading to an empty and broken linux-firmware-sd8887 package. Fix this by including explicitly the only required file from the mrvl directory. Fixes: 6d60aa49fb54 ("linux-firmware: fix package nxp89xx") Related-to: ELB-4452 Reported-by: Sergio Prado <sergio.prado@toradex.com> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
-rw-r--r--recipes-kernel/linux-firmware/linux-firmware_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux-firmware/linux-firmware_%.bbappend b/recipes-kernel/linux-firmware/linux-firmware_%.bbappend
index a2b35da..0e02d99 100644
--- a/recipes-kernel/linux-firmware/linux-firmware_%.bbappend
+++ b/recipes-kernel/linux-firmware/linux-firmware_%.bbappend
@@ -25,5 +25,5 @@ PACKAGES =+ " ${PN}-nxp89xx"
FILES_${PN}-nxp89xx = " \
${nonarch_base_libdir}/firmware/nxp/* \
- ${nonarch_base_libdir}/firmware/mrvl/* \
+ ${nonarch_base_libdir}/firmware/mrvl/sdiouart8997_combo_v4.bin \
"