| Message ID | 20260625155609.28414-1-afd@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,master/wrynose] linux-firmware: Move this to meta-ti-bsp | expand |
meta-arago / na / 20260625155609.28414-1-afd PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master/wrynose][PATCH] linux-firmware: Move this to meta-ti-bsp - Submitter: From: Andrew Davis <afd@ti.com> - Date: Date: Thu, 25 Jun 2026 10:56:09 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 169c45e3ca8cf505abe379a1108a7c9214c11308 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: gstreamer1.0-plugins-good: Move to 1.28.4 - Commit SHA: b6ae6b374b229027b3c12dd96d53423431d8f1e5 Patches ---------------------------------------- All patches applied wrynose ===================== Summary: - Patch Series: [meta-arago][master/wrynose][PATCH] linux-firmware: Move this to meta-ti-bsp - Submitter: From: Andrew Davis <afd@ti.com> - Date: Date: Thu, 25 Jun 2026 10:56:09 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 169c45e3ca8cf505abe379a1108a7c9214c11308 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: wrynose-wip - Commit Author: Denys Dmytriyenko (TI) <denys@konsulko.com> - Commit Subject: README: update and clean up - Commit SHA: bf01d471b1c2bfce8d76cbe792314010a70b2927 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS wrynose ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - PASS ===================== All checks passed wrynose - PASS ===================== All checks passed
diff --git a/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware-arago.inc b/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware-arago.inc deleted file mode 100644 index e22047ca..00000000 --- a/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware-arago.inc +++ /dev/null @@ -1,7 +0,0 @@ -PR:append = ".arago3" - -# meta-ti-bsp packages newer versions on these -do_install:append() { - rm -rf ${D}${nonarch_base_libdir}/firmware/ti-connectivity/ - rm -rf ${D}${nonarch_base_libdir}/firmware/cadence/ -} diff --git a/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend b/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend deleted file mode 100644 index 5e4fd639..00000000 --- a/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -LINUX_FIRMWARE_ARAGO = "" -LINUX_FIRMWARE_ARAGO:arago = "linux-firmware-arago.inc" - -require ${LINUX_FIRMWARE_ARAGO}
The conflicting firmware packages that necessitate this bbappend are all in meta-ti-bsp, so will be needed by any distro using that layer. Move this bbappend to that layer. Signed-off-by: Andrew Davis <afd@ti.com> --- .../recipes-kernel/linux-firmware/linux-firmware-arago.inc | 7 ------- .../linux-firmware/linux-firmware_%.bbappend | 4 ---- 2 files changed, 11 deletions(-) delete mode 100644 meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware-arago.inc delete mode 100644 meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend