summaryrefslogtreecommitdiff
path: root/recipes-images/images/verification-tdx-image.bb
blob: 8c1a2a673881c5d682b4d4af6ddc16e16258148c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 \
"