From 1c76f15f9c61ebf56285b1d659e651b6b5f1ca01 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Thu, 25 Jun 2026 10:58:00 -0500 Subject: [PATCH] linux-firmware: Move recipe from meta-arago The conflicting firmware packages that necessitate this bbappend are all here in meta-ti-bsp, so this will be needed by any distro using this layer. Move this bbappend out of meta-arago to this layer. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon --- .../linux-firmware/linux-firmware_%.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta-ti-bsp/recipes-kernel/linux-firmware/linux-firmware_%.bbappend diff --git a/meta-ti-bsp/recipes-kernel/linux-firmware/linux-firmware_%.bbappend b/meta-ti-bsp/recipes-kernel/linux-firmware/linux-firmware_%.bbappend new file mode 100644 index 00000000..b37bec7a --- /dev/null +++ b/meta-ti-bsp/recipes-kernel/linux-firmware/linux-firmware_%.bbappend @@ -0,0 +1,7 @@ +PR:append:ti-soc = ".tisoc1" + +# meta-ti-bsp packages newer versions on these +do_install:append:ti-soc() { + rm -rf ${D}${nonarch_base_libdir}/firmware/ti-connectivity/ + rm -rf ${D}${nonarch_base_libdir}/firmware/cadence/ +}