mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-09 17:40:46 +00:00
49046a8af4
Add kas scripts that generic to test builds, and a GitLab CI runner. This is mainly a cut-down copy of what is in the master/gatesgarth branches with the following changes: - Just the BSPs that are in the Dunfell release, obviously - No clang testing. There are patches in master that can be backported if required. - Added testing of the armgcc-9.2 compiler. This is currently broken for some configurations in master and the testing will be forward-ported when it passes. Change-Id: I9c2a4f66318b3ccc066d423f3533202ee33f0c9d Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
49 lines
861 B
YAML
49 lines
861 B
YAML
header:
|
|
version: 9
|
|
|
|
distro: poky
|
|
|
|
defaults:
|
|
repos:
|
|
refspec: dunfell
|
|
|
|
repos:
|
|
meta-arm:
|
|
layers:
|
|
meta-arm:
|
|
meta-arm-bsp:
|
|
meta-arm-toolchain:
|
|
|
|
poky:
|
|
url: https://git.yoctoproject.org/git/poky
|
|
layers:
|
|
meta:
|
|
meta-poky:
|
|
|
|
meta-openembedded:
|
|
url: https://git.openembedded.org/meta-openembedded
|
|
layers:
|
|
meta-oe:
|
|
|
|
meta-kernel:
|
|
url: https://gitlab.com/openembedded/community/meta-kernel.git
|
|
|
|
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"
|
|
ERROR_QA = "${WARN_QA}"
|
|
ptest: |
|
|
DISTRO_FEATURES_remove = "ptest"
|
|
|
|
machine: unset
|
|
|
|
target:
|
|
- core-image-base
|
|
# - perf
|