From 799543474481325b72d3032a3b456ef635e9eb04 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 2 Dec 2019 18:46:45 +0100 Subject: images: add a new console/graphical/verification image This is meant to replace the current demo images. The console and graphical image can be used as a base to create tailored images to the requirment of a specific use case. The verification image is meant to test the BSP. It provides the tools to exercise the CPU / GPU / VPU and the various SOC peripherals. Related-to: ELB-1284 Signed-off-by: Max Krummenacher --- recipes-images/images/verification-tdx-image.bb | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-images/images/verification-tdx-image.bb (limited to 'recipes-images/images/verification-tdx-image.bb') diff --git a/recipes-images/images/verification-tdx-image.bb b/recipes-images/images/verification-tdx-image.bb new file mode 100644 index 0000000..40fc032 --- /dev/null +++ b/recipes-images/images/verification-tdx-image.bb @@ -0,0 +1,26 @@ +require graphical-tdx-image.bb + +SUMMARY = "Toradex Embedded Linux Verification Image" +SUMMARY_append_apalis-tk1-mainline = " (Mainline)" +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 \ +" -- cgit v1.2.3