mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
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:
committed by
Armin Kuster
parent
409a8d4276
commit
269cd6a9a2
@@ -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"
|
||||
Reference in New Issue
Block a user