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:
@@ -8,3 +8,6 @@ repos:
|
||||
url: https://git.yoctoproject.org/git/meta-zephyr
|
||||
layers:
|
||||
meta-zephyr-core:
|
||||
|
||||
target:
|
||||
- zephyr-kernel-test-all
|
||||
|
||||
@@ -9,6 +9,3 @@ local_conf_header:
|
||||
ZEPHYRTESTS:remove = "common"
|
||||
|
||||
machine: microbit-v1
|
||||
|
||||
target:
|
||||
- zephyr-kernel-test-all
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -16,6 +16,3 @@ local_conf_header:
|
||||
ZEPHYRTESTS:remove = "context pending sleep"
|
||||
|
||||
machine: qemu-cortex-m3
|
||||
|
||||
target:
|
||||
- zephyr-kernel-test-all
|
||||
|
||||
@@ -9,6 +9,3 @@ local_conf_header:
|
||||
ZEPHYRTESTS:remove = "common poll sleep queue device"
|
||||
|
||||
machine: qemu-cortex-r5
|
||||
|
||||
target:
|
||||
- zephyr-kernel-test-all
|
||||
|
||||
Reference in New Issue
Block a user