oe-core has added the 9260 modules to the upstream linux-firmware recipe[1], so having these entries causes a QA error with duplicate packaging. As these are no longer needed, we can remove them.
[1] https://git.openembedded.org/openembedded-core/commit/?id=d924307b9cee4065ff60d08e3b4298278693ff2c Signed-off-by: Ryan Eatmon <[email protected]> --- .../recipes-kernel/linux-firmware/linux-firmware_%.bbappend | 4 ---- 1 file changed, 4 deletions(-) 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 d4f3e679..cb9573a1 100644 --- a/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend +++ b/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend @@ -1,15 +1,11 @@ PR:append = ".arago1" -PACKAGES =+ "${PN}-iwlwifi-9260" PACKAGES =+ "${PN}-ibt-18" -LICENSE:${PN}-iwlwifi-9260 = "Firmware-iwlwifi_firmware" LICENSE:${PN}-ibt-18 = "Firmware-ibt_firmware" -FILES:${PN}-iwlwifi-9260 = "${nonarch_base_libdir}/firmware/iwlwifi-9260-*.ucode" FILES:${PN}-ibt-18 = "${nonarch_base_libdir}/firmware/intel/ibt-18-*.sfi ${nonarch_base_libdir}/firmware/intel/ibt-18-*.ddc" -RDEPENDS:${PN}-iwlwifi-9260 += "${PN}-iwlwifi-license" RDEPENDS:${PN}-ibt-18 += "${PN}-ibt-license" do_install:append() { -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15243): https://lists.yoctoproject.org/g/meta-arago/message/15243 Mute This Topic: https://lists.yoctoproject.org/mt/105044295/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
