diff options
author | BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com> | 2023-07-27 21:06:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-30 09:16:53 +0100 |
commit | f07d09fe51dcc5b955bc1eefaab96f60af94d9b9 (patch) | |
tree | 8f5a2e4eec12f66acb203c93812ebe008ea40ecd | |
parent | fae96e779ecb50197bfd4c525d83101c9bb46786 (diff) | |
download | poky-f07d09fe51dcc5b955bc1eefaab96f60af94d9b9.tar.gz |
linux-firmware : Add firmware of RTL8822 serie
RTL8822 is a serie of wireless modules that need firmwares to function correctly.
The linux firmware recipe does not have a package of these firmwares, and this commit add them.
(From OE-Core rev: 6459959beeb91c0b694f5f17b6587a12c6dcb087)
Signed-off-by: BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_20230625.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20230625.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20230625.bb index a98a4e9b45..1f8cce9518 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20230625.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20230625.bb | |||
@@ -241,6 +241,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ | |||
241 | ${PN}-rtl-license ${PN}-rtl8188 ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su ${PN}-rtl8723 ${PN}-rtl8821 \ | 241 | ${PN}-rtl-license ${PN}-rtl8188 ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su ${PN}-rtl8723 ${PN}-rtl8821 \ |
242 | ${PN}-rtl8761 \ | 242 | ${PN}-rtl8761 \ |
243 | ${PN}-rtl8168 \ | 243 | ${PN}-rtl8168 \ |
244 | ${PN}-rtl8822 \ | ||
244 | ${PN}-cypress-license \ | 245 | ${PN}-cypress-license \ |
245 | ${PN}-broadcom-license \ | 246 | ${PN}-broadcom-license \ |
246 | ${PN}-bcm-0bb4-0306 \ | 247 | ${PN}-bcm-0bb4-0306 \ |
@@ -582,6 +583,7 @@ LICENSE:${PN}-rtl8192su = "Firmware-rtlwifi_firmware" | |||
582 | LICENSE:${PN}-rtl8723 = "Firmware-rtlwifi_firmware" | 583 | LICENSE:${PN}-rtl8723 = "Firmware-rtlwifi_firmware" |
583 | LICENSE:${PN}-rtl8761 = "Firmware-rtlwifi_firmware" | 584 | LICENSE:${PN}-rtl8761 = "Firmware-rtlwifi_firmware" |
584 | LICENSE:${PN}-rtl8821 = "Firmware-rtlwifi_firmware" | 585 | LICENSE:${PN}-rtl8821 = "Firmware-rtlwifi_firmware" |
586 | LICENSE:${PN}-rtl8822 = "Firmware-rtlwifi_firmware" | ||
585 | LICENSE:${PN}-rtl-license = "Firmware-rtlwifi_firmware" | 587 | LICENSE:${PN}-rtl-license = "Firmware-rtlwifi_firmware" |
586 | LICENSE:${PN}-rtl8168 = "WHENCE" | 588 | LICENSE:${PN}-rtl8168 = "WHENCE" |
587 | 589 | ||
@@ -612,6 +614,11 @@ FILES:${PN}-rtl8761 = " \ | |||
612 | FILES:${PN}-rtl8168 = " \ | 614 | FILES:${PN}-rtl8168 = " \ |
613 | ${nonarch_base_libdir}/firmware/rtl_nic/rtl8168*.fw \ | 615 | ${nonarch_base_libdir}/firmware/rtl_nic/rtl8168*.fw \ |
614 | " | 616 | " |
617 | FILES:${PN}-rtl8822 = " \ | ||
618 | ${nonarch_base_libdir}/firmware/rtl_bt/rtl8822*.bin \ | ||
619 | ${nonarch_base_libdir}/firmware/rtw88/rtw8822*.bin \ | ||
620 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8822*.bin \ | ||
621 | " | ||
615 | 622 | ||
616 | RDEPENDS:${PN}-rtl8188 += "${PN}-rtl-license" | 623 | RDEPENDS:${PN}-rtl8188 += "${PN}-rtl-license" |
617 | RDEPENDS:${PN}-rtl8192ce += "${PN}-rtl-license" | 624 | RDEPENDS:${PN}-rtl8192ce += "${PN}-rtl-license" |
@@ -620,6 +627,7 @@ RDEPENDS:${PN}-rtl8192su = "${PN}-rtl-license" | |||
620 | RDEPENDS:${PN}-rtl8723 += "${PN}-rtl-license" | 627 | RDEPENDS:${PN}-rtl8723 += "${PN}-rtl-license" |
621 | RDEPENDS:${PN}-rtl8821 += "${PN}-rtl-license" | 628 | RDEPENDS:${PN}-rtl8821 += "${PN}-rtl-license" |
622 | RDEPENDS:${PN}-rtl8761 += "${PN}-rtl-license" | 629 | RDEPENDS:${PN}-rtl8761 += "${PN}-rtl-license" |
630 | RDEPENDS:${PN}-rtl8822 += "${PN}-rtl-license" | ||
623 | RDEPENDS:${PN}-rtl8168 += "${PN}-whence-license" | 631 | RDEPENDS:${PN}-rtl8168 += "${PN}-whence-license" |
624 | 632 | ||
625 | # For ti-connectivity | 633 | # For ti-connectivity |