mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
linux-firmware: Package RSI 911x WiFi firmware
The RSI 911x WiFi firmware is already part of the linux-firmware repository, package it to make it easily available. (From OE-Core rev: ffa4230a7fee6f1e21e8bfa713c15ca770ecfa82) Signed-off-by: Marek Vasut <marex@denx.de> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit cc44b71f6ea68ca0f483d635df7dc7b9905b1593) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f041f7c35f
commit
3f318ade1c
@@ -229,6 +229,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \
|
||||
${PN}-sd8887 ${PN}-sd8897 ${PN}-sd8997 ${PN}-usb8997 \
|
||||
${PN}-ti-connectivity-license ${PN}-wlcommon ${PN}-wl12xx ${PN}-wl18xx \
|
||||
${PN}-vt6656-license ${PN}-vt6656 \
|
||||
${PN}-rs9113 ${PN}-rs9116 \
|
||||
${PN}-rtl-license ${PN}-rtl8188 ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su ${PN}-rtl8723 ${PN}-rtl8821 \
|
||||
${PN}-rtl8168 \
|
||||
${PN}-cypress-license \
|
||||
@@ -529,6 +530,16 @@ RDEPENDS_${PN}-nvidia-gpu += "${PN}-nvidia-license"
|
||||
RDEPENDS_${PN}-nvidia-tegra += "${PN}-nvidia-license"
|
||||
RDEPENDS_${PN}-nvidia-tegra-k1 += "${PN}-nvidia-license"
|
||||
|
||||
# For RSI RS911x WiFi
|
||||
LICENSE_${PN}-rs9113 = "WHENCE"
|
||||
LICENSE_${PN}-rs9116 = "WHENCE"
|
||||
|
||||
FILES_${PN}-rs9113 = " ${nonarch_base_libdir}/firmware/rsi/rs9113*.rps "
|
||||
FILES_${PN}-rs9116 = " ${nonarch_base_libdir}/firmware/rsi/rs9116*.rps "
|
||||
|
||||
RDEPENDS_${PN}-rs9113 += "${PN}-whence-license"
|
||||
RDEPENDS_${PN}-rs9116 += "${PN}-whence-license"
|
||||
|
||||
# For rtl
|
||||
LICENSE_${PN}-rtl8188 = "Firmware-rtlwifi_firmware"
|
||||
LICENSE_${PN}-rtl8192cu = "Firmware-rtlwifi_firmware"
|
||||
|
||||
Reference in New Issue
Block a user