diff options
-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 |