blob: 941a6617ad2d5ea96d2f5885dad550d05135e13c [file] [log] [blame]
Brad Bishop26bdd442019-08-16 17:08:17 -04001DESCRIPTION = "A small image for building a tpm2 image for testing"
2
3IMAGE_FEATURES += "ssh-server-openssh"
4
5IMAGE_INSTALL = "\
6 packagegroup-base \
7 packagegroup-core-boot \
8 packagegroup-security-tpm2 \
9 os-release \
Andrew Geissler78b72792022-06-14 06:47:25 -050010 swtpm \
Brad Bishop26bdd442019-08-16 17:08:17 -040011"
12
13IMAGE_LINGUAS ?= " "
14
15LICENSE = "MIT"
16
17inherit core-image
18
19export IMAGE_BASENAME = "security-tpm2-image"