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:
parent
fd526cc4b2
commit
1561a0705f
6 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue