diff options
| -rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb | 28 |
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" | |||
| 575 | LICENSE:${PN}-ath11k-wcn6750 = "Firmware-qualcommAthos_ath10k" | 579 | LICENSE:${PN}-ath11k-wcn6750 = "Firmware-qualcommAthos_ath10k" |
| 576 | LICENSE:${PN}-ath11k-wcn6855 = "Firmware-qualcommAthos_ath10k" | 580 | LICENSE:${PN}-ath11k-wcn6855 = "Firmware-qualcommAthos_ath10k" |
| 577 | LICENSE:${PN}-ath11k-misc = "Firmware-qualcommAthos_ath10k" | 581 | LICENSE:${PN}-ath11k-misc = "Firmware-qualcommAthos_ath10k" |
| 582 | LICENSE:${PN}-ath12k = "Firmware-qualcommAthos_ath10k" | ||
| 583 | LICENSE:${PN}-ath12k-qcn9274 = "Firmware-qualcommAthos_ath10k" | ||
| 584 | LICENSE:${PN}-ath12k-wcn7850 = "Firmware-qualcommAthos_ath10k" | ||
| 585 | LICENSE:${PN}-ath12k-misc = "Firmware-qualcommAthos_ath10k" | ||
| 578 | LICENSE:${PN}-qca = "Firmware-qualcommAthos_ath10k" | 586 | LICENSE:${PN}-qca = "Firmware-qualcommAthos_ath10k" |
| 579 | 587 | ||
| 580 | FILES:${PN}-ar3k-license = "${nonarch_base_libdir}/firmware/LICENSE.QualcommAtheros_ar3k" | 588 | FILES:${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. |
| 615 | ALLOW_EMPTY:${PN}-ath11k-misc = "1" | 623 | ALLOW_EMPTY:${PN}-ath11k-misc = "1" |
| 616 | 624 | ||
| 617 | FILES:${PN}-ath12k = " \ | 625 | FILES:${PN}-ath12k-qcn9274 = "${nonarch_base_libdir}/firmware/ath12k/QCN9274" |
| 618 | ${nonarch_base_libdir}/firmware/ath12k \ | 626 | FILES:${PN}-ath12k-wcn7850 = "${nonarch_base_libdir}/firmware/ath12k/WCN7850" |
| 619 | " | 627 | FILES:${PN}-ath12k-misc = "${nonarch_base_libdir}/firmware/ath12k/*" |
| 628 | # -ath12k is a virtual package that depends upon all ath12k packages. | ||
| 629 | ALLOW_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. | ||
| 632 | ALLOW_EMPTY:${PN}-ath12k-misc = "1" | ||
| 620 | 633 | ||
| 621 | FILES:${PN}-qca = " \ | 634 | FILES:${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" | |||
| 645 | RDEPENDS:${PN}-ath11k-wcn6855 += "${PN}-ath10k-license" | 658 | RDEPENDS:${PN}-ath11k-wcn6855 += "${PN}-ath10k-license" |
| 646 | RDEPENDS:${PN}-ath11k-misc += "${PN}-ath10k-license" | 659 | RDEPENDS:${PN}-ath11k-misc += "${PN}-ath10k-license" |
| 647 | RDEPENDS:${PN}-ath12k += "${PN}-ath10k-license" | 660 | RDEPENDS:${PN}-ath12k += "${PN}-ath10k-license" |
| 661 | RDEPENDS:${PN}-ath12k-qcn9274 += "${PN}-ath10k-license" | ||
| 662 | RDEPENDS:${PN}-ath12k-wcn7850 += "${PN}-ath10k-license" | ||
| 663 | RDEPENDS:${PN}-ath12k-misc += "${PN}-ath10k-license" | ||
| 648 | RDEPENDS:${PN}-qca += "${PN}-ath10k-license" | 664 | RDEPENDS:${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. |
| 1899 | python populate_packages:prepend () { | 1916 | python 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 | } |
