mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
46 lines
788 B
YAML
46 lines
788 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: ""
|
|
TOOLCHAIN_DIR: ""
|
|
|
|
local_conf_header:
|
|
base: |
|
|
CONF_VERSION = "2"
|
|
PACKAGE_CLASSES = "package_ipk"
|
|
LICENSE_FLAGS_WHITELIST += "armcompiler"
|
|
PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl"
|
|
EXTRA_IMAGE_FEATURES:append = " debug-tweaks"
|
|
BB_NUMBER_THREADS = "16"
|
|
PARALLEL_MAKE = "-j16"
|
|
INHERIT += "rm_work"
|
|
PACKAGECONFIG:append:pn-perf = " coresight"
|
|
noptest: |
|
|
DISTRO_FEATURES:remove = "ptest"
|
|
|
|
machine: unset
|
|
|
|
target:
|
|
- core-image-base
|
|
- perf
|