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
|
@ -1,4 +1,4 @@
|
|||
name: cdc-acm-console
|
||||
append:
|
||||
OVERLAY_CONFIG: cdc-acm-console.conf
|
||||
DTC_OVERLAY_FILE: cdc-acm-console.overlay
|
||||
EXTRA_CONF_FILE: cdc-acm-console.conf
|
||||
EXTRA_DTC_OVERLAY_FILE: cdc-acm-console.overlay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue