blob: dbdd309c0be55ee7cd9d45c9018bb8f2deb84b03 [file] [log] [blame]
Brad Bishop26bdd442019-08-16 17:08:17 -04001DESCRIPTION = "A small image for building a tpm image for testing"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05302
3IMAGE_FEATURES += "ssh-server-openssh"
4
5IMAGE_INSTALL = "\
6 packagegroup-base \
7 packagegroup-core-boot \
Brad Bishop26bdd442019-08-16 17:08:17 -04008 packagegroup-security-tpm \
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05309 os-release \
Brad Bishop26bdd442019-08-16 17:08:17 -040010"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053011
12IMAGE_LINGUAS ?= " "
13
14LICENSE = "MIT"
15
16inherit core-image
17
18export IMAGE_BASENAME = "security-tpm-image"