Skip to content

Commit f24dc9e

Browse files
mniestrojfabiobaltieri
authored andcommitted
snippets: fix example usage of EXTRA_DTC_OVERLAY_FILE
DTC_OVERLAY_FILE was replaced with EXTRA_DTC_OVERLAY_FILE. Adjust example usage in schema file. Fixes: 1561a07 ("snippets: support for EXTRA_DTC_OVERLAY_FILE and EXTRA_CONF_FILE") Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
1 parent efeb2d1 commit f24dc9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/schemas/snippet-schema.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mapping:
2727
2828
name: foo
2929
append:
30-
DTC_OVERLAY_FILE: m3.overlay
30+
EXTRA_DTC_OVERLAY_FILE: m3.overlay
3131
include: append-schema
3232
boards:
3333
example: |
@@ -37,7 +37,7 @@ mapping:
3737
boards:
3838
qemu_cortex_m3:
3939
append:
40-
DTC_OVERLAY_FILE: m3.overlay
40+
EXTRA_DTC_OVERLAY_FILE: m3.overlay
4141
type: map
4242
mapping:
4343
regex;(.*):

0 commit comments

Comments
 (0)