mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
Changes to catch up with current kas and future-proof a bit: * Update the kas configuration file versions to 19 to match kas 4.8.x. * Change refspec to branch to remove deprecation warnings. * Add quoting around URLs to match upstream examples. Signed-off-by: Scott Murray <scott.murray@konsulko.com>
14 lines
220 B
YAML
14 lines
220 B
YAML
header:
|
|
version: 19
|
|
includes:
|
|
- kas-security-base.yml
|
|
|
|
repos:
|
|
meta-security:
|
|
layers:
|
|
meta-parsec:
|
|
|
|
local_conf_header:
|
|
meta-parsec: |
|
|
IMAGE_INSTALL:append = " parsec-service parsec-tool"
|