On Sun, 8 Sept 2024 at 09:53, Dmitry Baryshkov via
lists.openembedded.org <[email protected]>
wrote:
>
> A lot of Qualcomm-based devices incorporate WCN3990 WiFi/BT chips. The
> ath10k firmware package provides two small files for such boards, the
> rest of ath10k firmware isn't applicable. Split the WCN3990 firmware
> package to simplify using of the WiFI in the resource-constrained
> environments (e.g. from the initramfs).
>
> Signed-off-by: Dmitry Baryshkov <[email protected]>
> ---
>  .../linux-firmware/linux-firmware_20240811.bb          | 10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)

Gracious ping for this patch.

>
> diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20240811.bb 
> b/meta/recipes-kernel/linux-firmware/linux-firmware_20240811.bb
> index b620a6e24928..033e832cef43 100644
> --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20240811.bb
> +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20240811.bb
> @@ -331,7 +331,9 @@ PACKAGES =+ "${PN}-amphion-vpu-license ${PN}-amphion-vpu \
>               ${PN}-atheros-license ${PN}-ar5523 ${PN}-ar9170 ${PN}-ath6k 
> ${PN}-ath9k ${PN}-ath3k \
>               ${PN}-carl9170 \
>               ${PN}-qcom-qcm2290-wifi ${PN}-qcom-qrb4210-wifi 
> ${PN}-qcom-sdm845-modem \
> -             ${PN}-ar3k-license ${PN}-ar3k ${PN}-ath10k-license ${PN}-ath10k 
> ${PN}-ath11k ${PN}-ath12k ${PN}-qca \
> +             ${PN}-ar3k-license ${PN}-ar3k \
> +             ${PN}-ath10k-license ${PN}-ath10k-wcn3990 ${PN}-ath10k \
> +             ${PN}-ath11k ${PN}-ath12k ${PN}-qca \
>               \
>               ${PN}-imx-sdma-license ${PN}-imx-sdma-imx6q 
> ${PN}-imx-sdma-imx7d \
>               \
> @@ -487,6 +489,7 @@ LICENSE:${PN}-carl9170 = "GPL-2.0-or-later"
>  LICENSE:${PN}-ar3k = "Firmware-qualcommAthos_ar3k & 
> Firmware-atheros_firmware"
>  LICENSE:${PN}-ar3k-license = "Firmware-qualcommAthos_ar3k"
>  LICENSE:${PN}-ath10k = "Firmware-qualcommAthos_ath10k"
> +LICENSE:${PN}-ath10k-wcn3990 = "Firmware-qualcommAthos_ath10k"
>  LICENSE:${PN}-ath10k-license = "Firmware-qualcommAthos_ath10k"
>  LICENSE:${PN}-qca = "Firmware-qualcommAthos_ath10k"
>
> @@ -499,6 +502,9 @@ FILES:${PN}-ath10k-license = 
> "${nonarch_base_libdir}/firmware/LICENSE.QualcommAt
>  FILES:${PN}-ath10k = " \
>    ${nonarch_base_libdir}/firmware/ath10k \
>  "
> +FILES:${PN}-ath10k-wcn3990 = " \
> +  ${nonarch_base_libdir}/firmware/ath10k/WCN3990 \
> +"
>
>  FILES:${PN}-ath11k = " \
>    ${nonarch_base_libdir}/firmware/ath11k \
> @@ -514,6 +520,8 @@ FILES:${PN}-qca = " \
>
>  RDEPENDS:${PN}-ar3k += "${PN}-ar3k-license ${PN}-atheros-license"
>  RDEPENDS:${PN}-ath10k += "${PN}-ath10k-license"
> +RDEPENDS:${PN}-ath10k += "${PN}-ath10k-wcn3990"
> +RDEPENDS:${PN}-ath10k-wcn3990 += "${PN}-ath10k-license"
>  RDEPENDS:${PN}-ath11k += "${PN}-ath10k-license"
>  RDEPENDS:${PN}-ath12k += "${PN}-ath10k-license"
>  RDEPENDS:${PN}-qca += "${PN}-ath10k-license"
> --
> 2.39.2
>
>
> 
>


-- 
With best wishes
Dmitry
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#204418): 
https://lists.openembedded.org/g/openembedded-core/message/204418
Mute This Topic: https://lists.openembedded.org/mt/108333699/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to