mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
Add YAML language server comments so that IDEs know what schema to use for the Kas files. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
17 lines
652 B
YAML
17 lines
652 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
|
|
|
|
header:
|
|
version: 14
|
|
includes:
|
|
- ci/meta-openembedded.yml
|
|
|
|
local_conf_header:
|
|
trusted_services: |
|
|
TEST_SUITES:append = " trusted_services"
|
|
# Include TS Crypto, TS Protected Storage, TS Internal Trusted Storage and SMM-Gateway SPs into optee-os image
|
|
MACHINE_FEATURES:append = " arm-ffa ts-crypto ts-storage ts-its ts-smm-gateway"
|
|
# Include TS demo/test tools into image
|
|
IMAGE_INSTALL:append = " packagegroup-ts-tests"
|
|
# Include TS PSA Arch tests into image
|
|
IMAGE_INSTALL:append = " packagegroup-ts-tests-psa"
|