mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 14:28:05 +00:00
1c76f15f9c
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>
8 lines
222 B
Plaintext
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/
|
|
}
|