Cadence firmware is already being conditionally packaged in meta-ti as cadence-mhdp-fw. Remove cadence firmware from this package.
Signed-off-by: Randolph Sapp <[email protected]> --- Sending this for dunfell as well because it's still relevant I guess. .../recipes-kernel/linux-firmware/linux-firmware_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend b/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend index 3472f267..8c0af066 100644 --- a/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend +++ b/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend @@ -14,4 +14,5 @@ RDEPENDS_${PN}-ibt-18 += "${PN}-ibt-license" do_install_append() { rm -rf ${D}/lib/firmware/ti-connectivity/ + rm -rf ${D}/lib/firmware/cadence } -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14295): https://lists.yoctoproject.org/g/meta-arago/message/14295 Mute This Topic: https://lists.yoctoproject.org/mt/98065376/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
