blob: 796184a02da4f3c036099ce45d3f78f90febc29a (
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
|
require graphical-tdx-image.bb
SUMMARY = "Toradex Embedded Linux Verification Image"
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 \
"
|