diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-07-20 15:20:32 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-07-24 09:59:33 -0700 |
commit | 066a04425c318dd20dfe7806a5aa976e377a39a5 (patch) | |
tree | 301ea8da3c1f7286f8dba0bde3a2a4fe81fa43d6 /kas | |
parent | 4dc69a75502cb8f184b003e13117999f136b7899 (diff) | |
download | meta-security-066a04425c318dd20dfe7806a5aa976e377a39a5.tar.gz |
drop ci-build: it is hiding errors
call kas from .gitlab-ci
fix typos
add missing mips64 file
add main layer workaround
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'kas')
-rw-r--r-- | kas/kas-security-base.yml | 1 | ||||
-rw-r--r-- | kas/qemumips64.yml | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/kas/kas-security-base.yml b/kas/kas-security-base.yml index 82072ef..768390e 100644 --- a/kas/kas-security-base.yml +++ b/kas/kas-security-base.yml | |||
@@ -6,6 +6,7 @@ distro: poky | |||
6 | repos: | 6 | repos: |
7 | meta-security: | 7 | meta-security: |
8 | layers: | 8 | layers: |
9 | ../meta-security: | ||
9 | meta-tpm: | 10 | meta-tpm: |
10 | meta-integrity: | 11 | meta-integrity: |
11 | meta-security-compliance: | 12 | meta-security-compliance: |
diff --git a/kas/qemumips64.yml b/kas/qemumips64.yml new file mode 100644 index 0000000..64e52f7 --- /dev/null +++ b/kas/qemumips64.yml | |||
@@ -0,0 +1,6 @@ | |||
1 | header: | ||
2 | version: 8 | ||
3 | includes: | ||
4 | - kas-security-base.yml | ||
5 | |||
6 | machine: qemumips64 | ||