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