diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2020-12-01 03:36:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-18 14:20:19 +0000 |
commit | 8a683eec6793bcec31dea287e1df851ded7c6817 (patch) | |
tree | c79fcb9d4bac37f0bf7eeab887e7f7e9e4411417 /meta/recipes-kernel | |
parent | d4f9c39cb7e108178139f0b05dd82b28edde4215 (diff) | |
download | poky-8a683eec6793bcec31dea287e1df851ded7c6817.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel')
-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 |