54 lines
1015 B
YAML
54 lines
1015 B
YAML
|
|
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/git/poky
|
||
|
|
commit: c5df9c829a549ca002c36afd6bdf23639831502e
|
||
|
|
layers:
|
||
|
|
meta:
|
||
|
|
meta-poky:
|
||
|
|
|
||
|
|
meta-openembedded:
|
||
|
|
url: https://git.openembedded.org/meta-openembedded
|
||
|
|
commit: 6de0ab744341ad61b0661aa28d78dc6767ce0786
|
||
|
|
layers:
|
||
|
|
meta-oe:
|
||
|
|
meta-python:
|
||
|
|
meta-perl:
|
||
|
|
|
||
|
|
meta-secure-core:
|
||
|
|
url: https://github.com/wind-river/meta-secure-core.git
|
||
|
|
commit: 13cb4867fb1245581c80da3b94b72c4b4f15d67e
|
||
|
|
layers:
|
||
|
|
meta-secure-core-common:
|
||
|
|
meta-signing-key:
|
||
|
|
meta-efi-secure-boot:
|
||
|
|
|
||
|
|
local_conf_header:
|
||
|
|
base: |
|
||
|
|
CONF_VERSION = "2"
|
||
|
|
|
||
|
|
setup: |
|
||
|
|
PACKAGE_CLASSES = "package_ipk"
|
||
|
|
BB_NUMBER_THREADS ?= "16"
|
||
|
|
PARALLEL_MAKE ?= "-j16"
|
||
|
|
PACKAGECONFIG:append:pn-perf = " coresight"
|
||
|
|
|
||
|
|
machine: unset
|
||
|
|
|
||
|
|
target:
|
||
|
|
- corstone1000-flash-firmware-image
|