mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
linux-firmware: package ath11k firmware
Package firmware for new generation of Atheros WiFi cards. (From OE-Core rev: 411d481a1935f23099337f16a5799f8d5d22fc6f) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 23c606e41e49a93289b7bd5c5c7d5eec962a3ffa) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d4f9c39cb7
commit
8a683eec67
@@ -261,7 +261,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \
|
||||
${PN}-bcm43xx-hdr \
|
||||
${PN}-atheros-license ${PN}-ar9170 ${PN}-ath6k ${PN}-ath9k \
|
||||
${PN}-gplv2-license ${PN}-carl9170 \
|
||||
${PN}-ar3k-license ${PN}-ar3k ${PN}-ath10k-license ${PN}-ath10k ${PN}-qca \
|
||||
${PN}-ar3k-license ${PN}-ar3k ${PN}-ath10k-license ${PN}-ath10k ${PN}-ath11k ${PN}-qca \
|
||||
\
|
||||
${PN}-imx-sdma-license ${PN}-imx-sdma-imx6q ${PN}-imx-sdma-imx7d \
|
||||
\
|
||||
@@ -356,12 +356,17 @@ FILES_${PN}-ath10k = " \
|
||||
${nonarch_base_libdir}/firmware/ath10k \
|
||||
"
|
||||
|
||||
FILES_${PN}-ath11k = " \
|
||||
${nonarch_base_libdir}/firmware/ath11k \
|
||||
"
|
||||
|
||||
FILES_${PN}-qca = " \
|
||||
${nonarch_base_libdir}/firmware/qca \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ar3k += "${PN}-ar3k-license"
|
||||
RDEPENDS_${PN}-ath10k += "${PN}-ath10k-license"
|
||||
RDEPENDS_${PN}-ath11k += "${PN}-ath10k-license"
|
||||
RDEPENDS_${PN}-qca += "${PN}-ath10k-license"
|
||||
|
||||
# For ralink
|
||||
|
||||
Reference in New Issue
Block a user