mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
linux-firmware: split ath10k package
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). (From OE-Core rev: 40d2fbece1c2f6ecf62bffa44ad37850e90268cb) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
63beda0e10
commit
4d1697fb87
@@ -330,7 +330,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 \
|
||||
\
|
||||
@@ -486,6 +488,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"
|
||||
|
||||
@@ -498,6 +501,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 \
|
||||
@@ -513,6 +519,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"
|
||||
|
||||
Reference in New Issue
Block a user