mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
Now that TESTIMAGE_AUTO is available for Zephyr builds, enable it in ci/testimage.yml and remove the redundant build_and_test base configuration. Remove testimage from Nios2 build as it is currently failing. Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
10 lines
179 B
YAML
10 lines
179 B
YAML
header:
|
|
version: 11
|
|
|
|
local_conf_header:
|
|
testimage: |
|
|
IMAGE_CLASSES += "testimage"
|
|
TEST_TARGET = "QemuTargetZephyr"
|
|
TEST_SUITES = "zephyr"
|
|
TESTIMAGE_AUTO = "1"
|