All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-firmware: Package RSI RS911x WiFi firmware
@ 2021-03-12 15:30 Marek Vasut
  2021-03-12 16:55 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2021-03-12 15:30 UTC (permalink / raw)
  To: openembedded-core; +Cc: Marek Vasut, Richard Purdie, Steve Sakoman

The RSI 911x WiFi firmware is already part of the linux-firmware
repository, package it to make it easily available.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Steve Sakoman <steve@sakoman.com>
---
 .../linux-firmware/linux-firmware_20201218.bb         | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20201218.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20201218.bb
index 700a79b118..c293d56767 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20201218.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20201218.bb
@@ -225,6 +225,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 \
@@ -518,6 +519,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"
-- 
2.30.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] linux-firmware: Package RSI RS911x WiFi firmware
  2021-03-12 15:30 [PATCH] linux-firmware: Package RSI RS911x WiFi firmware Marek Vasut
@ 2021-03-12 16:55 ` Richard Purdie
  2021-03-12 20:58   ` Marek Vasut
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2021-03-12 16:55 UTC (permalink / raw)
  To: Marek Vasut, openembedded-core; +Cc: Steve Sakoman

On Fri, 2021-03-12 at 16:30 +0100, Marek Vasut wrote:
> The RSI 911x WiFi firmware is already part of the linux-firmware
> repository, package it to make it easily available.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
> Cc: Steve Sakoman <steve@sakoman.com>
> ---
>  .../linux-firmware/linux-firmware_20201218.bb         | 11 +++++++++++
>  1 file changed, 11 insertions(+)

Doesn't seem to apply against master?

Cheers,

Richard


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] linux-firmware: Package RSI RS911x WiFi firmware
  2021-03-12 16:55 ` Richard Purdie
@ 2021-03-12 20:58   ` Marek Vasut
  0 siblings, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2021-03-12 20:58 UTC (permalink / raw)
  To: Richard Purdie, openembedded-core; +Cc: Steve Sakoman

On 3/12/21 5:55 PM, Richard Purdie wrote:
> On Fri, 2021-03-12 at 16:30 +0100, Marek Vasut wrote:
>> The RSI 911x WiFi firmware is already part of the linux-firmware
>> repository, package it to make it easily available.
>>
>> Signed-off-by: Marek Vasut <marex@denx.de>
>> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
>> Cc: Steve Sakoman <steve@sakoman.com>
>> ---
>>   .../linux-firmware/linux-firmware_20201218.bb         | 11 +++++++++++
>>   1 file changed, 11 insertions(+)
> 
> Doesn't seem to apply against master?

Argh, I rebased and sent V2. That should work better, sorry for the 
inconvenience.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-12 20:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12 15:30 [PATCH] linux-firmware: Package RSI RS911x WiFi firmware Marek Vasut
2021-03-12 16:55 ` Richard Purdie
2021-03-12 20:58   ` Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.