mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
Moving forwards, it's expected that the poky repository will no longer be updated as the integration of bitbake-setup means that users are encouraged to use bitbake+oe-core separately instead. We also need to fetch meta-yocto as our CI is currently explicitly based on the poky distribution. This is effectively a no-op change, as poky is simply these component repositories glued into a single repository for convenience. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
51 lines
869 B
YAML
51 lines
869 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:
|
|
bitbake:
|
|
url: https://git.openembedded.org/bitbake
|
|
layers:
|
|
bitbake: disabled
|
|
|
|
core:
|
|
url: https://git.openembedded.org/openembedded-core
|
|
layers:
|
|
meta:
|
|
|
|
meta-yocto:
|
|
url: https://git.yoctoproject.org/meta-yocto
|
|
layers:
|
|
meta-poky:
|
|
|
|
meta-arm:
|
|
layers:
|
|
meta-arm:
|
|
meta-arm-bsp:
|
|
meta-arm-toolchain:
|
|
|
|
env:
|
|
BB_LOGCONFIG: ""
|
|
TOOLCHAIN_DIR: ""
|
|
|
|
local_conf_header:
|
|
base: |
|
|
CONF_VERSION = "2"
|
|
BB_SERVER_TIMEOUT = "300"
|
|
INHERIT += "rm_work"
|
|
extrapackages: |
|
|
CORE_IMAGE_EXTRA_INSTALL += "perf"
|
|
CORE_IMAGE_EXTRA_INSTALL:append:aarch64 = " gator-daemon"
|
|
|
|
machine: unset
|
|
|
|
target:
|
|
- core-image-sato
|