app: use extra_overlay_confs
Using OVERLAY_CONFIG in extra_args is deprecated in favor of extra_overlay_confs. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
27bc3ea258
commit
be3bfb0ec3
|
@ -12,4 +12,5 @@ common:
|
|||
tests:
|
||||
app.default: {}
|
||||
app.debug:
|
||||
extra_args: OVERLAY_CONFIG="debug.conf"
|
||||
extra_overlay_confs:
|
||||
- debug.conf
|
||||
|
|
Loading…
Reference in a new issue