1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-04-20 11:29:54 +00:00

CI: consolidate target in meta-zephyr.yml

Set a default target in meta-zephyr.yml to avoid duplication now that
most configurations build zephyr-kernel-test-all.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2022-02-11 11:20:35 +00:00
committed by Jon Mason
parent 3599efc467
commit 4ccc5638b5
5 changed files with 3 additions and 12 deletions

View File

@@ -8,3 +8,6 @@ repos:
url: https://git.yoctoproject.org/git/meta-zephyr
layers:
meta-zephyr-core:
target:
- zephyr-kernel-test-all

View File

@@ -9,6 +9,3 @@ local_conf_header:
ZEPHYRTESTS:remove = "common"
machine: microbit-v1
target:
- zephyr-kernel-test-all

View File

@@ -7,6 +7,3 @@ header:
# FIXME - testimage fails all tests currently, but all the tests build
machine: qemu-cortex-a53
target:
- zephyr-kernel-test-all

View File

@@ -16,6 +16,3 @@ local_conf_header:
ZEPHYRTESTS:remove = "context pending sleep"
machine: qemu-cortex-m3
target:
- zephyr-kernel-test-all

View File

@@ -9,6 +9,3 @@ local_conf_header:
ZEPHYRTESTS:remove = "common poll sleep queue device"
machine: qemu-cortex-r5
target:
- zephyr-kernel-test-all