summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2022-05-27 14:16:37 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-06-06 17:42:40 +0200
commite8debd8b0b90eba08c516d1071449c19b4be5139 (patch)
tree3f87d1f384358000b2e683174eaabd11e95e7f12 /recipes-kernel
parent40873768aa198a91e33528ae7a618c9f29e3bc01 (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> (cherry picked from commit 31368fde124bc267105148f509fdb44eaf49bb4e)
Diffstat (limited to 'recipes-kernel')
-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 fe5739c..632b03e 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 \
"