From: Sinthu Raja <[email protected]> The Intel 9260 WiFi and BT firmware is already part of the linux-firmware repository, so package it to make it available.
Signed-off-by: Sinthu Raja <[email protected]> --- Changes in V4: Addressed review comments that include making changes that are consistent with respect to the original recipe. V3: http://arago-project.org/pipermail/meta-arago/2021-October/013343.html V2: https://www.mail-archive.com/[email protected]/msg12121.html V1: https://www.mail-archive.com/[email protected]/msg12117.html .../linux-firmware/linux-firmware_%.bbappend | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 146596ad..3472f267 100644 --- a/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend +++ b/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend @@ -1,4 +1,16 @@ -PR_append = ".arago0" +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() { rm -rf ${D}/lib/firmware/ti-connectivity/ -- 2.31.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13352): https://lists.yoctoproject.org/g/meta-arago/message/13352 Mute This Topic: https://lists.yoctoproject.org/mt/86495933/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
