mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
As the Poky layer will no longer be updated following the integration of `bitbake-setup`, developers are advised to use a combination of the `bitbake` and `openembedded-core` layers instead of the `poky` layer. Note that the `poky` layer is a combination of these two layers glued into a single repository for convenience. Signed-off-by: Hugues KAMBA MPIANA <hugues.kambampiana@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
62 lines
1.1 KiB
YAML
62 lines
1.1 KiB
YAML
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:
|
|
|
|
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
|