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>
This commit is contained in:
Anton Antonov
2021-04-09 12:14:08 +01:00
committed by Armin Kuster
parent 409a8d4276
commit 269cd6a9a2
7 changed files with 76 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
header:
version: 9
includes:
- kas-security-base.yml
repos:
meta-security:
layers:
meta-parsec:
meta-rust:
url: https://github.com/meta-rust/meta-rust.git
refspec: master
meta-clang:
url: https://github.com/kraj/meta-clang.git
refspec: master
local_conf_header:
meta-parsec: |
IMAGE_INSTALL_append = " parsec-service parsec-tool"