1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-15 22:08:39 +00:00

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 <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Andrew Davis
2026-06-25 10:58:00 -05:00
committed by Ryan Eatmon
parent 68393a8b20
commit 1c76f15f9c
@@ -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/
}