summaryrefslogtreecommitdiff
path: root/recipes-images/images/verification-tdx-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-images/images/verification-tdx-image.bb')
-rw-r--r--recipes-images/images/verification-tdx-image.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-images/images/verification-tdx-image.bb b/recipes-images/images/verification-tdx-image.bb
deleted file mode 100644
index 796184a..0000000
--- a/recipes-images/images/verification-tdx-image.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-require graphical-tdx-image.bb
-
-SUMMARY = "Toradex Embedded Linux Verification Image"
-DESCRIPTION = "Image for BSP verification"
-
-LICENSE = "MIT"
-
-#Prefix to the resulting deployable tarball name
-export IMAGE_BASENAME = "Verification-Image"
-
-IMAGE_INSTALL += " \
- packagegroup-tdx-cli \
- packagegroup-tdx-graphical \
- \
- bash \
- coreutils \
- less \
- makedevs \
- mime-support \
- util-linux \
- v4l-utils \
- \
- gpicview \
- media-files \
-"