mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
Define “DISTRO_UNATTENDED_INST_TESTS” variable in meta-arm-systemready independently from meta-arm-auto-solutions. This will allow running the unattended installation without meta-arm-auto-solutions. Signed-off-by: Amr Mohamed <amr.mohamed@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
12 lines
313 B
YAML
12 lines
313 B
YAML
header:
|
|
version: 16
|
|
|
|
env:
|
|
DISTRO_UNATTENDED_INST_TESTS:
|
|
# The full testimage run typically takes around 12-24h on fvp-base.
|
|
TEST_OVERALL_TIMEOUT: "${@ 24*60*60}"
|
|
|
|
local_conf_header:
|
|
systemready-unattended-inst: |
|
|
TESTIMAGE_AUTO = "${@oe.utils.vartrue("DISTRO_UNATTENDED_INST_TESTS", "1", "", d)}"
|