summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb28
1 files changed, 24 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb
index 6380a5303c..d2c0c7c1fd 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb
@@ -393,7 +393,11 @@ PACKAGES =+ "${PN}-amphion-vpu-license ${PN}-amphion-vpu \
393 ${PN}-ath11k-wcn6750 \ 393 ${PN}-ath11k-wcn6750 \
394 ${PN}-ath11k-wcn6855 \ 394 ${PN}-ath11k-wcn6855 \
395 ${PN}-ath11k-misc \ 395 ${PN}-ath11k-misc \
396 ${PN}-ath12k ${PN}-qca \ 396 ${PN}-ath12k \
397 ${PN}-ath12k-qcn9274 \
398 ${PN}-ath12k-wcn7850 \
399 ${PN}-ath12k-misc \
400 ${PN}-qca \
397 \ 401 \
398 ${PN}-imx-sdma-license ${PN}-imx-sdma-imx6q ${PN}-imx-sdma-imx7d \ 402 ${PN}-imx-sdma-license ${PN}-imx-sdma-imx6q ${PN}-imx-sdma-imx7d \
399 \ 403 \
@@ -575,6 +579,10 @@ LICENSE:${PN}-ath11k-qcn9074 = "Firmware-qualcommAthos_ath10k"
575LICENSE:${PN}-ath11k-wcn6750 = "Firmware-qualcommAthos_ath10k" 579LICENSE:${PN}-ath11k-wcn6750 = "Firmware-qualcommAthos_ath10k"
576LICENSE:${PN}-ath11k-wcn6855 = "Firmware-qualcommAthos_ath10k" 580LICENSE:${PN}-ath11k-wcn6855 = "Firmware-qualcommAthos_ath10k"
577LICENSE:${PN}-ath11k-misc = "Firmware-qualcommAthos_ath10k" 581LICENSE:${PN}-ath11k-misc = "Firmware-qualcommAthos_ath10k"
582LICENSE:${PN}-ath12k = "Firmware-qualcommAthos_ath10k"
583LICENSE:${PN}-ath12k-qcn9274 = "Firmware-qualcommAthos_ath10k"
584LICENSE:${PN}-ath12k-wcn7850 = "Firmware-qualcommAthos_ath10k"
585LICENSE:${PN}-ath12k-misc = "Firmware-qualcommAthos_ath10k"
578LICENSE:${PN}-qca = "Firmware-qualcommAthos_ath10k" 586LICENSE:${PN}-qca = "Firmware-qualcommAthos_ath10k"
579 587
580FILES:${PN}-ar3k-license = "${nonarch_base_libdir}/firmware/LICENSE.QualcommAtheros_ar3k" 588FILES:${PN}-ar3k-license = "${nonarch_base_libdir}/firmware/LICENSE.QualcommAtheros_ar3k"
@@ -614,9 +622,14 @@ ALLOW_EMPTY:${PN}-ath11k = "1"
614# firmwares that are not already included in other -ath11k- packages. 622# firmwares that are not already included in other -ath11k- packages.
615ALLOW_EMPTY:${PN}-ath11k-misc = "1" 623ALLOW_EMPTY:${PN}-ath11k-misc = "1"
616 624
617FILES:${PN}-ath12k = " \ 625FILES:${PN}-ath12k-qcn9274 = "${nonarch_base_libdir}/firmware/ath12k/QCN9274"
618 ${nonarch_base_libdir}/firmware/ath12k \ 626FILES:${PN}-ath12k-wcn7850 = "${nonarch_base_libdir}/firmware/ath12k/WCN7850"
619" 627FILES:${PN}-ath12k-misc = "${nonarch_base_libdir}/firmware/ath12k/*"
628# -ath12k is a virtual package that depends upon all ath12k packages.
629ALLOW_EMPTY:${PN}-ath12k = "1"
630# -ath12k-misc is a catch all package that includes all the ath12k
631# firmwares that are not already included in other -ath12k- packages.
632ALLOW_EMPTY:${PN}-ath12k-misc = "1"
620 633
621FILES:${PN}-qca = " \ 634FILES:${PN}-qca = " \
622 ${nonarch_base_libdir}/firmware/qca \ 635 ${nonarch_base_libdir}/firmware/qca \
@@ -645,6 +658,9 @@ RDEPENDS:${PN}-ath11k-wcn6750 += "${PN}-ath10k-license"
645RDEPENDS:${PN}-ath11k-wcn6855 += "${PN}-ath10k-license" 658RDEPENDS:${PN}-ath11k-wcn6855 += "${PN}-ath10k-license"
646RDEPENDS:${PN}-ath11k-misc += "${PN}-ath10k-license" 659RDEPENDS:${PN}-ath11k-misc += "${PN}-ath10k-license"
647RDEPENDS:${PN}-ath12k += "${PN}-ath10k-license" 660RDEPENDS:${PN}-ath12k += "${PN}-ath10k-license"
661RDEPENDS:${PN}-ath12k-qcn9274 += "${PN}-ath10k-license"
662RDEPENDS:${PN}-ath12k-wcn7850 += "${PN}-ath10k-license"
663RDEPENDS:${PN}-ath12k-misc += "${PN}-ath10k-license"
648RDEPENDS:${PN}-qca += "${PN}-ath10k-license" 664RDEPENDS:${PN}-qca += "${PN}-ath10k-license"
649 665
650# For ralink 666# For ralink
@@ -1895,6 +1911,7 @@ RDEPENDS:${PN} += "${PN}-whence-license"
1895# Make linux-firmware-ibt depend on all of the split-out ibt packages. 1911# Make linux-firmware-ibt depend on all of the split-out ibt packages.
1896# Make linux-firmware-ath10k depend on all of the split-out ath10k packages. 1912# Make linux-firmware-ath10k depend on all of the split-out ath10k packages.
1897# Make linux-firmware-ath11k depend on all of the split-out ath11k packages. 1913# Make linux-firmware-ath11k depend on all of the split-out ath11k packages.
1914# Make linux-firmware-ath12k depend on all of the split-out ath12k packages.
1898# Make linux-firmware-amdgpu depend on all of the split-out amdgpu packages. 1915# Make linux-firmware-amdgpu depend on all of the split-out amdgpu packages.
1899python populate_packages:prepend () { 1916python populate_packages:prepend () {
1900 firmware_pkgs = oe.utils.packages_filter_out_system(d) 1917 firmware_pkgs = oe.utils.packages_filter_out_system(d)
@@ -1912,6 +1929,9 @@ python populate_packages:prepend () {
1912 ath11k_pkgs = filter(lambda x: x.find('-ath11k-') != -1, firmware_pkgs) 1929 ath11k_pkgs = filter(lambda x: x.find('-ath11k-') != -1, firmware_pkgs)
1913 d.appendVar('RRECOMMENDS:linux-firmware-ath11k', ' ' + ' '.join(ath11k_pkgs)) 1930 d.appendVar('RRECOMMENDS:linux-firmware-ath11k', ' ' + ' '.join(ath11k_pkgs))
1914 1931
1932 ath12k_pkgs = filter(lambda x: x.find('-ath12k-') != -1, firmware_pkgs)
1933 d.appendVar('RRECOMMENDS:linux-firmware-ath12k', ' ' + ' '.join(ath12k_pkgs))
1934
1915 amdgpu_pkgs = filter(lambda x: x.find('-amdgpu-') != -1, firmware_pkgs) 1935 amdgpu_pkgs = filter(lambda x: x.find('-amdgpu-') != -1, firmware_pkgs)
1916 d.appendVar('RRECOMMENDS:linux-firmware-amdgpu', ' ' + ' '.join(amdgpu_pkgs)) 1936 d.appendVar('RRECOMMENDS:linux-firmware-amdgpu', ' ' + ' '.join(amdgpu_pkgs))
1917} 1937}