diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-05-20 17:00:51 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-05-26 16:09:42 -0700 |
commit | 6805f23867aeafda189cb55de15a9347410859d9 (patch) | |
tree | f59f8e8576383cb0bdd68b9c8e0fd256453c5542 | |
parent | 9285375bd624edb55dfaf8bf30963351e3af5f30 (diff) | |
download | meta-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.bb | 17 |
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 @@ | |||
1 | DESCRIPTION = "A small image for building meta-parsec packages" | ||
2 | |||
3 | inherit core-image | ||
4 | |||
5 | IMAGE_FEATURES += "ssh-server-openssh" | ||
6 | |||
7 | IMAGE_INSTALL = "\ | ||
8 | packagegroup-base \ | ||
9 | packagegroup-core-boot \ | ||
10 | packagegroup-security-tpm2 \ | ||
11 | packagegroup-security-parsec \ | ||
12 | swtpm \ | ||
13 | os-release" | ||
14 | |||
15 | export IMAGE_BASENAME = "security-parsec-image" | ||
16 | |||
17 | IMAGE_ROOTFS_EXTRA_SPACE = "5242880" | ||