1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-27 14:28:05 +00:00
Files
Andrew Davis 1c76f15f9c 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>
2026-07-08 15:20:46 -05:00

8 lines
222 B
Plaintext

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/
}