mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
118c376ab2
Upgrade the Corstone-1000 YMLs as follows: - Set the layers SHAs - Align with Kas v4 - Update the layers list Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> Signed-off-by: Ross Burton <ross.burton@arm.com>
55 lines
993 B
YAML
55 lines
993 B
YAML
header:
|
|
version: 14
|
|
|
|
env:
|
|
DISPLAY: ""
|
|
|
|
distro: poky-tiny
|
|
|
|
defaults:
|
|
repos:
|
|
branch: nanbield
|
|
|
|
repos:
|
|
meta-arm:
|
|
layers:
|
|
meta-arm:
|
|
meta-arm-bsp:
|
|
meta-arm-toolchain:
|
|
|
|
poky:
|
|
url: https://git.yoctoproject.org/git/poky
|
|
commit: 2e9c2a2381105f1306bcbcb54816cbc5d8110eff
|
|
layers:
|
|
meta:
|
|
meta-poky:
|
|
|
|
meta-openembedded:
|
|
url: https://git.openembedded.org/meta-openembedded
|
|
commit: 1750c66ae8e4268c472c0b2b94748a59d6ef866d
|
|
layers:
|
|
meta-oe:
|
|
meta-python:
|
|
meta-perl:
|
|
|
|
meta-secure-core:
|
|
url: https://github.com/wind-river/meta-secure-core.git
|
|
commit: e29165a1031dcf601edbed1733cedd64826672a5
|
|
layers:
|
|
meta:
|
|
meta-signing-key:
|
|
meta-efi-secure-boot:
|
|
|
|
local_conf_header:
|
|
base: |
|
|
CONF_VERSION = "2"
|
|
PACKAGE_CLASSES = "package_ipk"
|
|
BB_NUMBER_THREADS ?= "16"
|
|
PARALLEL_MAKE ?= "-j16"
|
|
PACKAGECONFIG:append:pn-perf = " coresight"
|
|
|
|
machine: unset
|
|
|
|
target:
|
|
- corstone1000-image
|