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:
Gerard Marull-Paretas 2023-05-04 18:56:54 +02:00 committed by Carles Cufí
parent 27bc3ea258
commit be3bfb0ec3

View file

@ -12,4 +12,5 @@ common:
tests: tests:
app.default: {} app.default: {}
app.debug: app.debug:
extra_args: OVERLAY_CONFIG="debug.conf" extra_overlay_confs:
- debug.conf