summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2026-04-20 12:21:09 +0200
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2026-04-20 12:21:09 +0200
commitc0a03555baa12374778c14af56605b983dfcf98c (patch)
tree2f6ca05ee9ae25507e6ffe69e1de633bd8f4ec14
parentfeb2e34f711b046f0aa76328d4f95522fa34903e (diff)
packagegroup-tdx-cli: Remove Wi-Fi firmwareHEADmaster
Remove the Wi-Fi firmware packagegroup. The Wi-Fi/BT firmware are added to the image based on the machine conf file and the Realtek FW were needed for the LM816 USB Wi-Fi, however this product is not recommended for using with Embedded Linux, therefore there is no point on having it added to every image by default. Link: https://developer.toradex.com/hardware/accessories/wireless/lm816-usb-wifi/ Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
-rw-r--r--recipes-images/images/packagegroup-tdx-cli.bb8
-rw-r--r--recipes-images/images/tdx-reference-minimal-image.bb1
2 files changed, 0 insertions, 9 deletions
diff --git a/recipes-images/images/packagegroup-tdx-cli.bb b/recipes-images/images/packagegroup-tdx-cli.bb
index 393fdc5..4aac980 100644
--- a/recipes-images/images/packagegroup-tdx-cli.bb
+++ b/recipes-images/images/packagegroup-tdx-cli.bb
@@ -15,7 +15,6 @@ PACKAGES += " \
packagegroup-utils-large-tdx-cli \
packagegroup-tpm2-tdx-cli \
packagegroup-wifi-tdx-cli \
- packagegroup-wifi-fw-tdx-cli \
"
RDEPENDS:packagegroup-tdx-cli = "\
@@ -27,7 +26,6 @@ RDEPENDS:packagegroup-tdx-cli = "\
packagegroup-utils-tdx-cli \
packagegroup-utils-large-tdx-cli \
packagegroup-wifi-tdx-cli \
- packagegroup-wifi-fw-tdx-cli \
"
USB_GADGET = " \
@@ -162,9 +160,3 @@ RRECOMMENDS:packagegroup-wifi-tdx-cli = "\
hostapd-example \
wireless-regdb-static \
"
-
-SUMMARY:packagegroup-wifi-fw-tdx-cli = "Wi-Fi firmware"
-RRECOMMENDS:packagegroup-wifi-fw-tdx-cli = "\
- linux-firmware-rtl8192cu \
- linux-firmware-rtl8188 \
-"
diff --git a/recipes-images/images/tdx-reference-minimal-image.bb b/recipes-images/images/tdx-reference-minimal-image.bb
index 0d2a661..a8ad3c1 100644
--- a/recipes-images/images/tdx-reference-minimal-image.bb
+++ b/recipes-images/images/tdx-reference-minimal-image.bb
@@ -39,7 +39,6 @@ IMAGE_INSTALL += " \
packagegroup-base-tdx-cli \
packagegroup-machine-tdx-cli \
packagegroup-wifi-tdx-cli \
- packagegroup-wifi-fw-tdx-cli \
udev-extraconf \
${CONMANPKGS} \
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'timestamp-service systemd-analyze', '', d)} \