mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-30 00:21:17 +00:00
1aed815677
We currently don't have coverage for trusted-firmware-m 2.1.x, which is the LTS. Since musca-b1 and musca-s1 are essentially the same, use b1 for the LTS coverage. Signed-off-by: Jon Mason <jon.mason@arm.com>
18 lines
390 B
YAML
18 lines
390 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
|
|
|
|
header:
|
|
version: 14
|
|
includes:
|
|
- ci/base.yml
|
|
- ci/meta-openembedded.yml
|
|
|
|
local_conf_header:
|
|
version_for_ci: |
|
|
# For better CI coverage, use the LTS version of tf-m
|
|
PREFERRED_VERSION_trusted-firmware-m ?= "2.1.%"
|
|
|
|
machine: musca-b1
|
|
|
|
target:
|
|
- trusted-firmware-m
|