diff options
author | Francesco Dolcini <francesco.dolcini@toradex.com> | 2025-04-07 17:50:15 +0200 |
---|---|---|
committer | Francesco Dolcini <francesco.dolcini@toradex.com> | 2025-04-08 16:10:55 +0200 |
commit | 001e246602195695ffbbfb2eeac2e38abc3f7ad7 (patch) | |
tree | c1b612b57e62448f5950b1423692c44a0add6019 | |
parent | 04b90cc629ae09367f9d01aee41cae35ec70fe54 (diff) |
packagegroup-tdx-cli: remove not needed FW files
Remove Wi-Fi firmware files for devices without driver enabled.
- CONFIG_LIBERTAS is not enabled, therefore remove sd8686/sd8688
- CONFIG_ATH9K is not enabled, therefore remove ath9k
- CONFIG_WLAN_VENDOR_RALINK is not enabled, therefore remove ralink
Related-to: ELB-6383
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
(cherry picked from commit c4f2ac97e6dc6180617031b509cb8395444afd13)
-rw-r--r-- | recipes-images/images/packagegroup-tdx-cli.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-images/images/packagegroup-tdx-cli.bb b/recipes-images/images/packagegroup-tdx-cli.bb index 26d30ed..f7a78dc 100644 --- a/recipes-images/images/packagegroup-tdx-cli.bb +++ b/recipes-images/images/packagegroup-tdx-cli.bb @@ -185,19 +185,15 @@ RRECOMMENDS:packagegroup-wifi-tdx-cli = "\ SUMMARY:packagegroup-wifi-fw-tdx-cli = "Wi-Fi firmware" RRECOMMENDS:packagegroup-wifi-fw-tdx-cli = "\ linux-firmware-ath10k \ - linux-firmware-sd8686 \ - linux-firmware-sd8688 \ linux-firmware-sd8787 \ linux-firmware-sd8797 \ linux-firmware-sd8887 \ linux-firmware-sd8997 \ - linux-firmware-ralink \ linux-firmware-rtl8192cu \ linux-firmware-rtl8188 \ " SUMMARY:packagegroup-wifi-fw-large-tdx-cli = "Wi-Fi firmware with large footprint" RRECOMMENDS:packagegroup-wifi-fw-large-tdx-cli = "\ - linux-firmware-ath9k \ linux-firmware-iwlwifi \ " |