mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-30 14:48:57 +00:00
Add systemready firmware, systemready ACS, systemready distros, and fvp-base kas configurations. Update the README file with instructions on how to build and run using them. Signed-off-by: Debbie Martin <Debbie.Martin@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
18 lines
332 B
YAML
18 lines
332 B
YAML
header:
|
|
version: 13
|
|
includes:
|
|
- kas/arm-systemready-firmware.yml
|
|
|
|
env:
|
|
TESTIMAGE_AUTO: "1"
|
|
# The full testimage run typically takes around 12-24h on fvp-base.
|
|
TEST_OVERALL_TIMEOUT: "${@ 24*60*60}"
|
|
|
|
local_conf_header:
|
|
systemready-ir-acs: |
|
|
IMAGE_CLASSES:append = " testimage"
|
|
|
|
|
|
target:
|
|
- arm-systemready-ir-acs
|