diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2022-04-20 13:11:29 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-21 20:58:15 +0100 |
commit | d00aa3c8d1624c1cfc0eaa0788a532c4da505b10 (patch) | |
tree | 83e61b3eb61c0a1475cc0f46d7e599df2ed43dc3 /meta | |
parent | d0fc375250cd8541937b68f94c7e0f6939847cd0 (diff) | |
download | poky-d00aa3c8d1624c1cfc0eaa0788a532c4da505b10.tar.gz |
linux-firmware: split ath3k firmware
Atheros AR3011 Bluetooth devices require special ath3k-1.fw firmware
file. Package it separately from the main linux-firmware package to
allow deploying this firmware on embedded devices.
(From OE-Core rev: a12a5606f4c7003d9a90c493380c656ee557dea5)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_20220411.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20220411.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20220411.bb index 4a443d14d1..89e1b8cbaf 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20220411.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20220411.bb | |||
@@ -267,7 +267,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ | |||
267 | ${PN}-bcm4373 \ | 267 | ${PN}-bcm4373 \ |
268 | ${PN}-bcm43xx \ | 268 | ${PN}-bcm43xx \ |
269 | ${PN}-bcm43xx-hdr \ | 269 | ${PN}-bcm43xx-hdr \ |
270 | ${PN}-atheros-license ${PN}-ar9170 ${PN}-ath6k ${PN}-ath9k \ | 270 | ${PN}-atheros-license ${PN}-ar9170 ${PN}-ath6k ${PN}-ath9k ${PN}-ath3k \ |
271 | ${PN}-gplv2-license ${PN}-carl9170 \ | 271 | ${PN}-gplv2-license ${PN}-carl9170 \ |
272 | ${PN}-ar3k-license ${PN}-ar3k ${PN}-ath10k-license ${PN}-ath10k ${PN}-ath11k ${PN}-qca \ | 272 | ${PN}-ar3k-license ${PN}-ar3k ${PN}-ath10k-license ${PN}-ath10k ${PN}-ath11k ${PN}-qca \ |
273 | \ | 273 | \ |
@@ -316,6 +316,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ | |||
316 | 316 | ||
317 | # For atheros | 317 | # For atheros |
318 | LICENSE:${PN}-ar9170 = "Firmware-atheros_firmware" | 318 | LICENSE:${PN}-ar9170 = "Firmware-atheros_firmware" |
319 | LICENSE:${PN}-ath3k = "Firmware-atheros_firmware" | ||
319 | LICENSE:${PN}-ath6k = "Firmware-atheros_firmware" | 320 | LICENSE:${PN}-ath6k = "Firmware-atheros_firmware" |
320 | LICENSE:${PN}-ath9k = "Firmware-atheros_firmware" | 321 | LICENSE:${PN}-ath9k = "Firmware-atheros_firmware" |
321 | LICENSE:${PN}-atheros-license = "Firmware-atheros_firmware" | 322 | LICENSE:${PN}-atheros-license = "Firmware-atheros_firmware" |
@@ -324,6 +325,9 @@ FILES:${PN}-atheros-license = "${nonarch_base_libdir}/firmware/LICENCE.atheros_f | |||
324 | FILES:${PN}-ar9170 = " \ | 325 | FILES:${PN}-ar9170 = " \ |
325 | ${nonarch_base_libdir}/firmware/ar9170*.fw \ | 326 | ${nonarch_base_libdir}/firmware/ar9170*.fw \ |
326 | " | 327 | " |
328 | FILES:${PN}-ath3k = " \ | ||
329 | ${nonarch_base_libdir}/firmware/ath3k*fw \ | ||
330 | " | ||
327 | FILES:${PN}-ath6k = " \ | 331 | FILES:${PN}-ath6k = " \ |
328 | ${nonarch_base_libdir}/firmware/ath6k \ | 332 | ${nonarch_base_libdir}/firmware/ath6k \ |
329 | " | 333 | " |