summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2025-05-20 14:19:36 -0300
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2025-05-23 09:13:38 +0000
commit154e11f80308a1986630f5f57d3051a15ebc7ba4 (patch)
tree11446db57b5b31bfcf1db7dea33c26b9325bf54e
parentdf130f1bbb78aa78e5bcc081424c03e5c3f9e64b (diff)
packagegroup-tdx-cli: clean-up unnecessary packages
The following packages are not used or not necessary anymore: - aspell - gpsd - libgomp - packagegroup-dotnet-deps - sqlite3 Remove them and the BACKPORTS variable which is currently empty. Related-to: ELB-6306 Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
-rw-r--r--recipes-core/packagegroups/packagegroup-dotnet-core.bb13
-rw-r--r--recipes-images/images/packagegroup-tdx-cli.bb7
2 files changed, 0 insertions, 20 deletions
diff --git a/recipes-core/packagegroups/packagegroup-dotnet-core.bb b/recipes-core/packagegroups/packagegroup-dotnet-core.bb
deleted file mode 100644
index 0cbea3b..0000000
--- a/recipes-core/packagegroups/packagegroup-dotnet-core.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Provides runtime dependencies for .NET Core 2.0"
-
-# libcurl gets dynamically renamed
-PACKAGE_ARCH = "${TUNE_PKGARCH}"
-inherit packagegroup
-
-PACKAGES = "packagegroup-dotnet-deps"
-
-RDEPENDS:packagegroup-dotnet-deps = "\
- libunwind \
- icu \
- libcurl \
-"
diff --git a/recipes-images/images/packagegroup-tdx-cli.bb b/recipes-images/images/packagegroup-tdx-cli.bb
index cfcbb7a..0938905 100644
--- a/recipes-images/images/packagegroup-tdx-cli.bb
+++ b/recipes-images/images/packagegroup-tdx-cli.bb
@@ -44,7 +44,6 @@ RRECOMMENDS:packagegroup-base-tdx-cli = "\
e2fsprogs-mke2fs \
exfat-utils \
iproute2 \
- libgomp \
libgpiod-tools \
mtd-utils \
set-hostname \
@@ -136,7 +135,6 @@ RRECOMMENDS:packagegroup-utils-tdx-cli = "\
e2fsprogs-resize2fs \
e2fsprogs-tune2fs \
ethtool \
- gpsd \
grep \
lsof \
minicom \
@@ -146,16 +144,13 @@ RRECOMMENDS:packagegroup-utils-tdx-cli = "\
procps \
${RANDOM_HELPER} \
stress-ng \
- sqlite3 \
util-linux \
"
SUMMARY:packagegroup-utils-large-tdx-cli = "Useful utilities, but large footprint"
RRECOMMENDS:packagegroup-utils-large-tdx-cli = "\
- aspell \
file \
joe \
- packagegroup-dotnet-deps \
"
SUMMARY:packagegroup-tpm2-tdx-cli = "Basic tools to work with TPM 2.0"
@@ -165,9 +160,7 @@ RRECOMMENDS:packagegroup-tpm2-tdx-cli = " \
"
SUMMARY:packagegroup-wifi-tdx-cli = "Useful Wi-Fi utilities and firmware"
-BACKPORTS = ""
RRECOMMENDS:packagegroup-wifi-tdx-cli = "\
- ${BACKPORTS} \
hostapd \
hostapd-example \
wireless-regdb-static \