diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-08-27 13:03:43 +0300 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-09-03 05:39:12 -0700 |
| commit | 8637aa34f0009421eb6c51a93588fe879950e1f4 (patch) | |
| tree | 7c9d2bc74794c85979069433726514c617545630 /meta/recipes-kernel | |
| parent | d40d52e8debb05bf049949dc79ad993bebfbbc25 (diff) | |
| download | poky-8637aa34f0009421eb6c51a93588fe879950e1f4.tar.gz | |
linux-firmware: add a package for ath12k firmware
Add the firmware package for the ATH12K module.
(From OE-Core rev: 553f31396a5d966ab827f1c4b807ef46649080d0)
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
[DB: added rdepends from PN to PN-ath12k]
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-kernel')
| -rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_20240312.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20240312.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20240312.bb index ff79bb9b33..5819d9287c 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20240312.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20240312.bb | |||
| @@ -322,7 +322,7 @@ PACKAGES =+ "${PN}-amphion-vpu-license ${PN}-amphion-vpu \ | |||
| 322 | ${PN}-cnm-license ${PN}-cnm \ | 322 | ${PN}-cnm-license ${PN}-cnm \ |
| 323 | ${PN}-atheros-license ${PN}-ar5523 ${PN}-ar9170 ${PN}-ath6k ${PN}-ath9k ${PN}-ath3k \ | 323 | ${PN}-atheros-license ${PN}-ar5523 ${PN}-ar9170 ${PN}-ath6k ${PN}-ath9k ${PN}-ath3k \ |
| 324 | ${PN}-carl9170 \ | 324 | ${PN}-carl9170 \ |
| 325 | ${PN}-ar3k-license ${PN}-ar3k ${PN}-ath10k-license ${PN}-ath10k ${PN}-ath11k ${PN}-qca \ | 325 | ${PN}-ar3k-license ${PN}-ar3k ${PN}-ath10k-license ${PN}-ath10k ${PN}-ath11k ${PN}-ath12k ${PN}-qca \ |
| 326 | \ | 326 | \ |
| 327 | ${PN}-imx-sdma-license ${PN}-imx-sdma-imx6q ${PN}-imx-sdma-imx7d \ | 327 | ${PN}-imx-sdma-license ${PN}-imx-sdma-imx6q ${PN}-imx-sdma-imx7d \ |
| 328 | \ | 328 | \ |
| @@ -487,6 +487,11 @@ FILES:${PN}-ath11k = " \ | |||
| 487 | ${nonarch_base_libdir}/firmware/ath11k \ | 487 | ${nonarch_base_libdir}/firmware/ath11k \ |
| 488 | " | 488 | " |
| 489 | 489 | ||
| 490 | FILES:${PN}-ath12k = " \ | ||
| 491 | ${nonarch_base_libdir}/firmware/ath12k \ | ||
| 492 | " | ||
| 493 | RDEPENDS:${PN} += "${PN}-ath12k" | ||
| 494 | |||
| 490 | FILES:${PN}-qca = " \ | 495 | FILES:${PN}-qca = " \ |
| 491 | ${nonarch_base_libdir}/firmware/qca \ | 496 | ${nonarch_base_libdir}/firmware/qca \ |
| 492 | " | 497 | " |
| @@ -494,6 +499,7 @@ FILES:${PN}-qca = " \ | |||
| 494 | RDEPENDS:${PN}-ar3k += "${PN}-ar3k-license ${PN}-atheros-license" | 499 | RDEPENDS:${PN}-ar3k += "${PN}-ar3k-license ${PN}-atheros-license" |
| 495 | RDEPENDS:${PN}-ath10k += "${PN}-ath10k-license" | 500 | RDEPENDS:${PN}-ath10k += "${PN}-ath10k-license" |
| 496 | RDEPENDS:${PN}-ath11k += "${PN}-ath10k-license" | 501 | RDEPENDS:${PN}-ath11k += "${PN}-ath10k-license" |
| 502 | RDEPENDS:${PN}-ath12k += "${PN}-ath10k-license" | ||
| 497 | RDEPENDS:${PN}-qca += "${PN}-ath10k-license" | 503 | RDEPENDS:${PN}-qca += "${PN}-ath10k-license" |
| 498 | 504 | ||
| 499 | # For ralink | 505 | # For ralink |
