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]> --- .../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 8742c7bf..d4f3e679 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 (#14291): https://lists.yoctoproject.org/g/meta-arago/message/14291 Mute This Topic: https://lists.yoctoproject.org/mt/97987961/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
