mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00: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: f1a4db02831e70782a896b699cc2fa427cbd8e62) 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:
parent
c06bf61270
commit
b4da5c4df4
@ -239,6 +239,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \
|
||||
${PN}-rs9113 ${PN}-rs9116 \
|
||||
${PN}-rtl-license ${PN}-rtl8188 ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su ${PN}-rtl8723 ${PN}-rtl8821 \
|
||||
${PN}-rtl8168 \
|
||||
${PN}-rtl8822 \
|
||||
${PN}-cypress-license \
|
||||
${PN}-broadcom-license \
|
||||
${PN}-bcm-0bb4-0306 \
|
||||
@ -564,6 +565,7 @@ LICENSE_${PN}-rtl8192ce = "Firmware-rtlwifi_firmware"
|
||||
LICENSE_${PN}-rtl8192su = "Firmware-rtlwifi_firmware"
|
||||
LICENSE_${PN}-rtl8723 = "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"
|
||||
|
||||
@ -591,6 +593,11 @@ FILES_${PN}-rtl8821 = " \
|
||||
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"
|
||||
@ -598,6 +605,7 @@ RDEPENDS_${PN}-rtl8192cu += "${PN}-rtl-license"
|
||||
RDEPENDS_${PN}-rtl8192su = "${PN}-rtl-license"
|
||||
RDEPENDS_${PN}-rtl8723 += "${PN}-rtl-license"
|
||||
RDEPENDS_${PN}-rtl8821 += "${PN}-rtl-license"
|
||||
RDEPENDS_${PN}-rtl8822 += "${PN}-rtl-license"
|
||||
RDEPENDS_${PN}-rtl8168 += "${PN}-whence-license"
|
||||
|
||||
# For ti-connectivity
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user