From 97e966a22623076fc72aa2cea2eb6597cf460837 Mon Sep 17 00:00:00 2001 From: Andrzej Puzdrowski Date: Fri, 5 Jun 2020 13:46:57 +0200 Subject: [PATCH] zephyr: fix zephyr testcase extra_tags dtc overlay should be transfered via DTC_OVERLAY_FILE, not by DTC_OVERLAY. Signed-off-by: Andrzej Puzdrowski --- boot/zephyr/sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/zephyr/sample.yaml b/boot/zephyr/sample.yaml index b6456206..faef68e5 100644 --- a/boot/zephyr/sample.yaml +++ b/boot/zephyr/sample.yaml @@ -15,6 +15,6 @@ tests: platform_whitelist: nrf52840dongle_nrf52840 sample.bootloader.mcuboot.usb_cdc_acm_recovery_log: extra_args: OVERLAY_CONFIG=./usb_cdc_acm_log_recovery.conf - DTC_OVERLAY=./boards/nrf52840_big.overlay + DTC_OVERLAY_FILE=./boards/nrf52840_big.overlay platform_whitelist: nrf52840dk_nrf52840 tags: bootloader_mcuboot