mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
We're now compatible with oe-core master, so update the CI to build against master branches instead of langdale. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
46 lines
850 B
YAML
46 lines
850 B
YAML
header:
|
|
version: 11
|
|
|
|
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: ""
|
|
TOOLCHAIN_DIR: ""
|
|
|
|
local_conf_header:
|
|
base: |
|
|
CONF_VERSION = "2"
|
|
LICENSE_FLAGS_ACCEPTED += "Arm-FVP-EULA"
|
|
setup: |
|
|
PACKAGE_CLASSES = "package_ipk"
|
|
PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl"
|
|
EXTRA_IMAGE_FEATURES:append = " debug-tweaks"
|
|
PACKAGECONFIG:append:pn-perf = " coresight"
|
|
INHERIT += "rm_work"
|
|
DISTRO_FEATURES:remove = "ptest"
|
|
extrapackages: |
|
|
CORE_IMAGE_EXTRA_INSTALL += "perf opencsd"
|
|
CORE_IMAGE_EXTRA_INSTALL:append:aarch64 = " gator-daemon"
|
|
|
|
machine: unset
|
|
|
|
target:
|
|
- core-image-sato
|