mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 23:41:08 +00:00
With Kas 2.6 included YAML files need to be relative to the repository, not the including file: https://kas.readthedocs.io/en/latest/format-changelog.html#version-11 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
13 lines
257 B
YAML
13 lines
257 B
YAML
header:
|
|
version: 11
|
|
includes:
|
|
- ci/base.yml
|
|
- ci/meta-openembedded.yml
|
|
|
|
local_conf_header:
|
|
custom-local-conf: |
|
|
INITRAMFS_IMAGE_BUNDLE = "0"
|
|
INITRAMFS_IMAGE:remove = "corstone1000-initramfs-image"
|
|
|
|
machine: corstone1000-mps3
|