mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
The files in kas/ are not generic Kas files, but instead designed specifically and solely around the CI system. Change-Id: I30082392ad2231a4c1c41e54a292595adf81715b Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
45 lines
746 B
YAML
45 lines
746 B
YAML
header:
|
|
version: 9
|
|
|
|
distro: poky
|
|
|
|
defaults:
|
|
repos:
|
|
refspec: master
|
|
|
|
repos:
|
|
meta-arm:
|
|
layers:
|
|
meta-arm:
|
|
meta-arm-bsp:
|
|
meta-arm-toolchain:
|
|
|
|
poky:
|
|
url: https://git.yoctoproject.org/git/poky
|
|
layers:
|
|
meta:
|
|
meta-poky:
|
|
|
|
env:
|
|
BB_LOGCONFIG: ""
|
|
|
|
local_conf_header:
|
|
base: |
|
|
CONF_VERSION = "1"
|
|
PACKAGE_CLASSES = "package_ipk"
|
|
LICENSE_FLAGS_WHITELIST += "armcompiler"
|
|
PACKAGECONFIG_remove_pn-qemu-system-native = "gtk+ sdl"
|
|
BB_NUMBER_THREADS = "16"
|
|
PARALLEL_MAKE = "-j16"
|
|
INHERIT += "rm_work"
|
|
PACKAGECONFIG_append_pn-perf = " coresight"
|
|
ERROR_QA = "${WARN_QA}"
|
|
noptest: |
|
|
DISTRO_FEATURES_remove = "ptest"
|
|
|
|
machine: unset
|
|
|
|
target:
|
|
- core-image-base
|
|
- perf
|