mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
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: fffb1425b94818ef282760551296b60f9e6e90d0) 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> (cherry picked from commit 6459959beeb91c0b694f5f17b6587a12c6dcb087) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
c7f3e6b6fb
commit
32aff1ceef
@@ -241,6 +241,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \
|
||||
${PN}-rtl-license ${PN}-rtl8188 ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su ${PN}-rtl8723 ${PN}-rtl8821 \
|
||||
${PN}-rtl8761 \
|
||||
${PN}-rtl8168 \
|
||||
${PN}-rtl8822 \
|
||||
${PN}-cypress-license \
|
||||
${PN}-broadcom-license \
|
||||
${PN}-bcm-0bb4-0306 \
|
||||
@@ -582,6 +583,7 @@ LICENSE:${PN}-rtl8192su = "Firmware-rtlwifi_firmware"
|
||||
LICENSE:${PN}-rtl8723 = "Firmware-rtlwifi_firmware"
|
||||
LICENSE:${PN}-rtl8761 = "Firmware-rtlwifi_firmware"
|
||||
LICENSE:${PN}-rtl8821 = "Firmware-rtlwifi_firmware"
|
||||
LICENSE:${PN}-rtl8822 = "Firmware-rtlwifi_firmware"
|
||||
LICENSE:${PN}-rtl-license = "Firmware-rtlwifi_firmware"
|
||||
LICENSE:${PN}-rtl8168 = "WHENCE"
|
||||
|
||||
@@ -612,6 +614,11 @@ FILES:${PN}-rtl8761 = " \
|
||||
FILES:${PN}-rtl8168 = " \
|
||||
${nonarch_base_libdir}/firmware/rtl_nic/rtl8168*.fw \
|
||||
"
|
||||
FILES:${PN}-rtl8822 = " \
|
||||
${nonarch_base_libdir}/firmware/rtl_bt/rtl8822*.bin \
|
||||
${nonarch_base_libdir}/firmware/rtw88/rtw8822*.bin \
|
||||
${nonarch_base_libdir}/firmware/rtlwifi/rtl8822*.bin \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-rtl8188 += "${PN}-rtl-license"
|
||||
RDEPENDS:${PN}-rtl8192ce += "${PN}-rtl-license"
|
||||
@@ -620,6 +627,7 @@ RDEPENDS:${PN}-rtl8192su = "${PN}-rtl-license"
|
||||
RDEPENDS:${PN}-rtl8723 += "${PN}-rtl-license"
|
||||
RDEPENDS:${PN}-rtl8821 += "${PN}-rtl-license"
|
||||
RDEPENDS:${PN}-rtl8761 += "${PN}-rtl-license"
|
||||
RDEPENDS:${PN}-rtl8822 += "${PN}-rtl-license"
|
||||
RDEPENDS:${PN}-rtl8168 += "${PN}-whence-license"
|
||||
|
||||
# For ti-connectivity
|
||||
|
||||
Reference in New Issue
Block a user