sysbuild: clear local scope EXTRA_CONF_FILE variable
Sysbuild sets the EXTRA_CONF_FILE before loading kconfig.cmake. This hides any user defined EXTRA_CONF_FILE added to the sysbuild cache. Clear the local sysbuild EXTRA_CONF_FILE so that the hidden cache variable re-enters current scope. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
0d3a021379
commit
5722576186
1 changed files with 1 additions and 0 deletions
|
@ -95,3 +95,4 @@ if(EXISTS ${APP_DIR}/Kconfig.sysbuild)
|
|||
endif()
|
||||
include(${ZEPHYR_BASE}/cmake/modules/kconfig.cmake)
|
||||
set(CONF_FILE)
|
||||
set(EXTRA_CONF_FILE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue