Skip to content

Commit 2385766

Browse files
committed
[nrf fromlist] 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. Upstream PR: zephyrproject-rtos/zephyr#74082 Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent b42e02d commit 2385766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

share/sysbuild/cmake/modules/sysbuild_kconfig.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ if(EXISTS ${APP_DIR}/Kconfig.sysbuild)
7676
endif()
7777
include(${ZEPHYR_BASE}/cmake/modules/kconfig.cmake)
7878
set(CONF_FILE)
79+
set(EXTRA_CONF_FILE)

0 commit comments

Comments
 (0)