mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
Move meta-arm's CI for master branch back to master of the upstream layers. Signed-off-by: Ross Burton <ross.burton@arm.com>
50 lines
981 B
YAML
50 lines
981 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
|
|
|
|
header:
|
|
version: 14
|
|
|
|
distro: poky
|
|
|
|
defaults:
|
|
repos:
|
|
branch: 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:
|
|
patches:
|
|
procps:
|
|
path: 0001-procps-fix-build-with-new-glibc-but-old-kernel-heade.patch
|
|
repo: meta-arm
|
|
|
|
env:
|
|
BB_LOGCONFIG: ""
|
|
TOOLCHAIN_DIR: ""
|
|
|
|
local_conf_header:
|
|
base: |
|
|
CONF_VERSION = "2"
|
|
BB_SERVER_TIMEOUT = "300"
|
|
setup: |
|
|
PACKAGE_CLASSES = "package_ipk"
|
|
PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl"
|
|
PACKAGECONFIG:append:pn-perf = " coresight"
|
|
INHERIT += "rm_work"
|
|
extrapackages: |
|
|
CORE_IMAGE_EXTRA_INSTALL += "perf opencsd"
|
|
CORE_IMAGE_EXTRA_INSTALL:append:aarch64 = " gator-daemon"
|
|
|
|
machine: unset
|
|
|
|
target:
|
|
- core-image-sato
|