blob: 7add74b9408347e63021be8c34b384c4428c70dc [file] [log] [blame]
Andrew Geisslerd5838332022-05-27 11:33:10 -05001DESCRIPTION = "A small image for testing Parsec service with MbedCrypto, TPM and PKCS11 providers"
2
3inherit core-image
4
5IMAGE_FEATURES += "ssh-server-openssh"
6
7IMAGE_INSTALL = "\
8 packagegroup-base \
9 packagegroup-core-boot \
10 packagegroup-security-tpm2 \
11 packagegroup-security-parsec \
12 swtpm \
13 softhsm \
14 os-release"
15
16export IMAGE_BASENAME = "security-parsec-image"
17
18IMAGE_ROOTFS_EXTRA_SPACE = "5242880"