mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 23:41:08 +00:00
The SHA of the dependent community layers are set to the tested SHA from the `styhead` branch of each layer. Signed-off-by: Hugues KAMBA MPIANA <hugues.kambampiana@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
54 lines
1013 B
YAML
54 lines
1013 B
YAML
header:
|
|
version: 14
|
|
|
|
distro: poky
|
|
|
|
defaults:
|
|
repos:
|
|
branch: styhead
|
|
|
|
repos:
|
|
meta-arm:
|
|
layers:
|
|
meta-arm:
|
|
meta-arm-bsp:
|
|
meta-arm-toolchain:
|
|
|
|
poky:
|
|
url: https://git.yoctoproject.org/git/poky
|
|
commit: 5465094be9a61a1639e1dab6d2b4ebea2bee7440
|
|
layers:
|
|
meta:
|
|
meta-poky:
|
|
|
|
meta-openembedded:
|
|
url: https://git.openembedded.org/meta-openembedded
|
|
commit: 461d85a1831318747af5abe86da193bcde3fd9b4
|
|
layers:
|
|
meta-oe:
|
|
meta-python:
|
|
meta-perl:
|
|
|
|
meta-secure-core:
|
|
url: https://github.com/wind-river/meta-secure-core.git
|
|
commit: 59d7e90542947c342098863b9998693ac79352b0
|
|
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
|