summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-05-20 17:00:51 -0700
committerArmin Kuster <akuster808@gmail.com>2022-05-26 16:09:42 -0700
commit6805f23867aeafda189cb55de15a9347410859d9 (patch)
treef59f8e8576383cb0bdd68b9c8e0fd256453c5542
parent9285375bd624edb55dfaf8bf30963351e3af5f30 (diff)
downloadmeta-security-6805f23867aeafda189cb55de15a9347410859d9.tar.gz
meta-parsec: add build image.
Signed-off-by: Armin Kuster <akuster808@gmail.com> --- v2] Use packagegroup-security-tpm2 add swtpm Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-parsec/recipes-core/images/security-parsec-image.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-parsec/recipes-core/images/security-parsec-image.bb b/meta-parsec/recipes-core/images/security-parsec-image.bb
new file mode 100644
index 0000000..2ddc543
--- /dev/null
+++ b/meta-parsec/recipes-core/images/security-parsec-image.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "A small image for building meta-parsec packages"
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 os-release"
14
15export IMAGE_BASENAME = "security-parsec-image"
16
17IMAGE_ROOTFS_EXTRA_SPACE = "5242880"