diff options
| author | Anton Antonov <anton.antonov@arm.com> | 2021-04-09 12:14:08 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-04-12 07:06:46 -0700 |
| commit | 269cd6a9a2ac11c563cbfd808e276f05b4a1d130 (patch) | |
| tree | 89a5ab15851b8332b83f2940f60f6d0575b23484 /kas/kas-security-parsec.yml | |
| parent | 409a8d4276efd9bf8c06a7ccf6ea85fb6e83b04a (diff) | |
| download | meta-security-269cd6a9a2ac11c563cbfd808e276f05b4a1d130.tar.gz | |
Define secure images with parsec-service and parsec-tool included and add the images into gitlab CI
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'kas/kas-security-parsec.yml')
| -rw-r--r-- | kas/kas-security-parsec.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kas/kas-security-parsec.yml b/kas/kas-security-parsec.yml new file mode 100644 index 0000000..6152f0c --- /dev/null +++ b/kas/kas-security-parsec.yml | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | header: | ||
| 2 | version: 9 | ||
| 3 | includes: | ||
| 4 | - kas-security-base.yml | ||
| 5 | |||
| 6 | repos: | ||
| 7 | meta-security: | ||
| 8 | layers: | ||
| 9 | meta-parsec: | ||
| 10 | |||
| 11 | meta-rust: | ||
| 12 | url: https://github.com/meta-rust/meta-rust.git | ||
| 13 | refspec: master | ||
| 14 | |||
| 15 | meta-clang: | ||
| 16 | url: https://github.com/kraj/meta-clang.git | ||
| 17 | refspec: master | ||
| 18 | |||
| 19 | local_conf_header: | ||
| 20 | meta-parsec: | | ||
| 21 | IMAGE_INSTALL_append = " parsec-service parsec-tool" | ||
