snippets: support for EXTRA_DTC_OVERLAY_FILE and EXTRA_CONF_FILE

This commit adds change snippets to use the new EXTRA_DTC_OVERLAY_FILE
and EXTRA_CONF_FILE Zephyr build system variables instead of
DTC_OVERLAY_FILE and OVERLAY_CONFIG.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
Torsten Rasmussen 2023-05-24 12:34:34 +02:00 committed by Fabio Baltieri
commit 1561a0705f
6 changed files with 14 additions and 14 deletions

View file

@ -9,9 +9,9 @@ schema;append-schema:
# See uses under 'append:' keys below.
type: map
mapping:
DTC_OVERLAY_FILE:
EXTRA_DTC_OVERLAY_FILE:
type: str
OVERLAY_CONFIG:
EXTRA_CONF_FILE:
type: str
type: map