45 lines
822 B
YAML
45 lines
822 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: scarthgap
|
||
|
|
|
||
|
|
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: |
|
||
|
|
CONF_VERSION = "2"
|
||
|
|
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
|