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>
12 lines
388 B
YAML
12 lines
388 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
|
|
|
|
header:
|
|
version: 14
|
|
|
|
local_conf_header:
|
|
sstate_mirror: |
|
|
BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
|
|
SSTATE_MIRRORS = "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
|
|
BB_HASHSERVE = "auto"
|
|
BB_SIGNATURE_HANDLER = "OEEquivHash"
|