diff options
-rw-r--r-- | recipes-core/packagegroups/packagegroup-dotnet-core.bb | 13 | ||||
-rw-r--r-- | recipes-images/images/packagegroup-tdx-cli.bb | 7 |
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 \ |