mirror of
https://git.yoctoproject.org/poky
synced 2026-04-07 14:02:22 +02:00
linux-firmware: package ath11k firmware
Package firmware for new generation of Atheros WiFi cards. (From OE-Core rev: 1382957d257aa5df060096a2b04e462998f3cd7c) 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: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1d4c135f22
commit
910cd78a08
@@ -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