mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-09 17:40:46 +00:00
eb14d855e9
Split off the main portion of the SCP firmware recipe into an include file and create a git versioned recipe. This allows for building and testing the latest sources. Signed-off-by: Jon Mason <jon.mason@arm.com>
17 lines
594 B
YAML
17 lines
594 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
|
|
|
|
header:
|
|
version: 14
|
|
|
|
local_conf_header:
|
|
latest_revisions: |
|
|
PREFERRED_VERSION_scp-firmware ?= "git"
|
|
PREFERRED_VERSION_trusted-firmware-a ?= "git"
|
|
PREFERRED_VERSION_trusted-firmware-m ?= "git"
|
|
PREFERRED_VERSION_optee-client ?= "git"
|
|
PREFERRED_VERSION_optee-examples ?= "git"
|
|
PREFERRED_VERSION_optee-os-tadevkit ?= "git"
|
|
PREFERRED_VERSION_optee-os ?= "git"
|
|
PREFERRED_VERSION_optee-test ?= "git"
|
|
PREFERRED_PROVIDER_u-boot = "u-boot:class-devupstream"
|