mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
The canonical repository URLs don't use /git/. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
51 lines
952 B
YAML
51 lines
952 B
YAML
header:
|
|
version: 11
|
|
|
|
distro: poky
|
|
|
|
defaults:
|
|
repos:
|
|
refspec: kirkstone
|
|
|
|
repos:
|
|
meta-arm:
|
|
layers:
|
|
meta-arm:
|
|
meta-arm-bsp:
|
|
meta-arm-toolchain:
|
|
|
|
poky:
|
|
url: https://git.yoctoproject.org/poky
|
|
layers:
|
|
meta:
|
|
meta-poky:
|
|
|
|
env:
|
|
BB_LOGCONFIG: ""
|
|
TOOLCHAIN_DIR: ""
|
|
|
|
local_conf_header:
|
|
base: |
|
|
BB_SERVER_TIMEOUT = "60"
|
|
CONF_VERSION = "2"
|
|
BB_NUMBER_THREADS = "16"
|
|
PARALLEL_MAKE = "-j16"
|
|
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"
|
|
kvm: |
|
|
QEMU_USE_KVM = ""
|
|
perf: |
|
|
CORE_IMAGE_EXTRA_INSTALL += "perf"
|
|
sshkeys: |
|
|
CORE_IMAGE_EXTRA_INSTALL += "ssh-pregen-hostkeys"
|
|
machine: unset
|
|
|
|
target:
|
|
- core-image-base
|