summaryrefslogtreecommitdiff
path: root/recipes-images/images/verification-tdx-image.bb
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-07-14 18:30:43 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-07-21 13:18:28 +0200
commit1ab4411e1d81ff792ad0527f8ed388da2f82f09e (patch)
tree5f3f58c1b6019fb188d6e7c9ee215e250df2edbe /recipes-images/images/verification-tdx-image.bb
parentc1eb6842f5407f7d3d09443538eef6afe36b92e8 (diff)
images: rename toradex reference images
console-tdx-image.bb -> tdx-reference-minimal-image.bb verification-tdx-image.bb -> tdx-reference-multimedia-image.bb Related-to: ELB-2838 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Diffstat (limited to 'recipes-images/images/verification-tdx-image.bb')
-rw-r--r--recipes-images/images/verification-tdx-image.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-images/images/verification-tdx-image.bb b/recipes-images/images/verification-tdx-image.bb
deleted file mode 100644
index 8c1a2a6..0000000
--- a/recipes-images/images/verification-tdx-image.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-require graphical-tdx-image.bb
-
-SUMMARY = "Toradex Embedded Linux Verification Image"
-DESCRIPTION = "Image for BSP verification"
-
-#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 \
-"