summaryrefslogtreecommitdiff
path: root/recipes-images/images/console-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/console-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/console-tdx-image.bb')
-rw-r--r--recipes-images/images/console-tdx-image.bb41
1 files changed, 0 insertions, 41 deletions
diff --git a/recipes-images/images/console-tdx-image.bb b/recipes-images/images/console-tdx-image.bb
deleted file mode 100644
index 3784272..0000000
--- a/recipes-images/images/console-tdx-image.bb
+++ /dev/null
@@ -1,41 +0,0 @@
-inherit core-image
-
-SUMMARY = "Toradex Embedded Linux Console Image"
-DESCRIPTION = "Image without graphical interface"
-
-LICENSE = "MIT"
-
-#Prefix to the resulting deployable tarball name
-export IMAGE_BASENAME = "Console-Image"
-MACHINE_NAME ?= "${MACHINE}"
-IMAGE_NAME = "${MACHINE_NAME}_${IMAGE_BASENAME}"
-
-# Copy Licenses to image /usr/share/common-license
-COPY_LIC_MANIFEST ?= "1"
-COPY_LIC_DIRS ?= "1"
-
-add_rootfs_version () {
- printf "${DISTRO_NAME} ${DISTRO_VERSION} (${DISTRO_CODENAME}) \\\n \\\l\n" > ${IMAGE_ROOTFS}/etc/issue
- printf "${DISTRO_NAME} ${DISTRO_VERSION} (${DISTRO_CODENAME}) %%h\n" > ${IMAGE_ROOTFS}/etc/issue.net
- printf "${IMAGE_NAME}\n\n" >> ${IMAGE_ROOTFS}/etc/issue
- printf "${IMAGE_NAME}\n\n" >> ${IMAGE_ROOTFS}/etc/issue.net
-}
-# add the rootfs version to the welcome banner
-ROOTFS_POSTPROCESS_COMMAND += " add_rootfs_version;"
-
-IMAGE_LINGUAS = "en-us"
-#IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in"
-
-CONMANPKGS ?= "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-client"
-
-IMAGE_INSTALL += " \
- packagegroup-boot \
- packagegroup-basic \
- 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', '', d)} \
-"