mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
linux-firmware: add a package for ath12k firmware
Add the firmware package for the ATH12K module. (From OE-Core rev: 4620f719eec7d4468074f5d70adf0292e5621d4e) Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cdb1c4b3bb
commit
ab640fd3b4
@@ -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,10 @@ FILES:${PN}-ath11k = " \
|
||||
${nonarch_base_libdir}/firmware/ath11k \
|
||||
"
|
||||
|
||||
FILES:${PN}-ath12k = " \
|
||||
${nonarch_base_libdir}/firmware/ath12k \
|
||||
"
|
||||
|
||||
FILES:${PN}-qca = " \
|
||||
${nonarch_base_libdir}/firmware/qca \
|
||||
"
|
||||
@@ -494,6 +498,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