mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
linux-firmware: add a package for ath12k firmware
Add the firmware package for the ATH12K module. (From OE-Core rev: 553f31396a5d966ab827f1c4b807ef46649080d0) Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> [DB: added rdepends from PN to PN-ath12k] Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
d40d52e8de
commit
8637aa34f0
@@ -322,7 +322,7 @@ PACKAGES =+ "${PN}-amphion-vpu-license ${PN}-amphion-vpu \
|
||||
${PN}-cnm-license ${PN}-cnm \
|
||||
${PN}-atheros-license ${PN}-ar5523 ${PN}-ar9170 ${PN}-ath6k ${PN}-ath9k ${PN}-ath3k \
|
||||
${PN}-carl9170 \
|
||||
${PN}-ar3k-license ${PN}-ar3k ${PN}-ath10k-license ${PN}-ath10k ${PN}-ath11k ${PN}-qca \
|
||||
${PN}-ar3k-license ${PN}-ar3k ${PN}-ath10k-license ${PN}-ath10k ${PN}-ath11k ${PN}-ath12k ${PN}-qca \
|
||||
\
|
||||
${PN}-imx-sdma-license ${PN}-imx-sdma-imx6q ${PN}-imx-sdma-imx7d \
|
||||
\
|
||||
@@ -487,6 +487,11 @@ FILES:${PN}-ath11k = " \
|
||||
${nonarch_base_libdir}/firmware/ath11k \
|
||||
"
|
||||
|
||||
FILES:${PN}-ath12k = " \
|
||||
${nonarch_base_libdir}/firmware/ath12k \
|
||||
"
|
||||
RDEPENDS:${PN} += "${PN}-ath12k"
|
||||
|
||||
FILES:${PN}-qca = " \
|
||||
${nonarch_base_libdir}/firmware/qca \
|
||||
"
|
||||
@@ -494,6 +499,7 @@ FILES:${PN}-qca = " \
|
||||
RDEPENDS:${PN}-ar3k += "${PN}-ar3k-license ${PN}-atheros-license"
|
||||
RDEPENDS:${PN}-ath10k += "${PN}-ath10k-license"
|
||||
RDEPENDS:${PN}-ath11k += "${PN}-ath10k-license"
|
||||
RDEPENDS:${PN}-ath12k += "${PN}-ath10k-license"
|
||||
RDEPENDS:${PN}-qca += "${PN}-ath10k-license"
|
||||
|
||||
# For ralink
|
||||
|
||||
Reference in New Issue
Block a user