mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 23:41:08 +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>
15 lines
462 B
YAML
15 lines
462 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
|
|
|
|
header:
|
|
version: 14
|
|
|
|
local_conf_header:
|
|
testimagefvp: |
|
|
LICENSE_FLAGS_ACCEPTED += "Arm-FVP-EULA"
|
|
IMAGE_CLASSES += "fvpboot"
|
|
failing_tests: |
|
|
# This fails but we can't add to the ignorelist from meta-arm yet
|
|
# https://bugzilla.yoctoproject.org/show_bug.cgi?id=14604
|
|
TEST_SUITES:remove = "parselogs"
|
|
TEST_SUITES:remove = "xorg"
|