mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 16:59:30 +00:00
4bf3246b7b
meta-clang and meta-virtualisation don't yet have nanbield branches, so we need to use master for those at the moment. Signed-off-by: Ross Burton <ross.burton@arm.com>
44 lines
756 B
YAML
44 lines
756 B
YAML
header:
|
|
version: 14
|
|
|
|
distro: poky
|
|
|
|
defaults:
|
|
repos:
|
|
branch: nanbield
|
|
|
|
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"
|
|
setup: |
|
|
PACKAGE_CLASSES = "package_ipk"
|
|
PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl"
|
|
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
|