diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2020-12-01 03:36:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-04 11:45:46 +0000 |
commit | 910cd78a08d3d592449b2bec090bc99b47fc55ba (patch) | |
tree | 5303e4360aeb6b0171fc8fb853c149ac90ffece0 /meta/recipes-kernel/linux-firmware/linux-firmware_20201118.bb | |
parent | 1d4c135f22e0c21ea04a56c919bbb575e47c153b (diff) | |
download | poky-910cd78a08d3d592449b2bec090bc99b47fc55ba.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel/linux-firmware/linux-firmware_20201118.bb')
-rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_20201118.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20201118.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20201118.bb index 5de7157f3a..baac26c510 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20201118.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20201118.bb | |||
@@ -261,7 +261,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ | |||
261 | ${PN}-bcm43xx-hdr \ | 261 | ${PN}-bcm43xx-hdr \ |
262 | ${PN}-atheros-license ${PN}-ar9170 ${PN}-ath6k ${PN}-ath9k \ | 262 | ${PN}-atheros-license ${PN}-ar9170 ${PN}-ath6k ${PN}-ath9k \ |
263 | ${PN}-gplv2-license ${PN}-carl9170 \ | 263 | ${PN}-gplv2-license ${PN}-carl9170 \ |
264 | ${PN}-ar3k-license ${PN}-ar3k ${PN}-ath10k-license ${PN}-ath10k ${PN}-qca \ | 264 | ${PN}-ar3k-license ${PN}-ar3k ${PN}-ath10k-license ${PN}-ath10k ${PN}-ath11k ${PN}-qca \ |
265 | \ | 265 | \ |
266 | ${PN}-imx-sdma-license ${PN}-imx-sdma-imx6q ${PN}-imx-sdma-imx7d \ | 266 | ${PN}-imx-sdma-license ${PN}-imx-sdma-imx6q ${PN}-imx-sdma-imx7d \ |
267 | \ | 267 | \ |
@@ -356,12 +356,17 @@ FILES_${PN}-ath10k = " \ | |||
356 | ${nonarch_base_libdir}/firmware/ath10k \ | 356 | ${nonarch_base_libdir}/firmware/ath10k \ |
357 | " | 357 | " |
358 | 358 | ||
359 | FILES_${PN}-ath11k = " \ | ||
360 | ${nonarch_base_libdir}/firmware/ath11k \ | ||
361 | " | ||
362 | |||
359 | FILES_${PN}-qca = " \ | 363 | FILES_${PN}-qca = " \ |
360 | ${nonarch_base_libdir}/firmware/qca \ | 364 | ${nonarch_base_libdir}/firmware/qca \ |
361 | " | 365 | " |
362 | 366 | ||
363 | RDEPENDS_${PN}-ar3k += "${PN}-ar3k-license" | 367 | RDEPENDS_${PN}-ar3k += "${PN}-ar3k-license" |
364 | RDEPENDS_${PN}-ath10k += "${PN}-ath10k-license" | 368 | RDEPENDS_${PN}-ath10k += "${PN}-ath10k-license" |
369 | RDEPENDS_${PN}-ath11k += "${PN}-ath10k-license" | ||
365 | RDEPENDS_${PN}-qca += "${PN}-ath10k-license" | 370 | RDEPENDS_${PN}-qca += "${PN}-ath10k-license" |
366 | 371 | ||
367 | # For ralink | 372 | # For ralink |