File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -116,4 +116,4 @@ set(HostTools_FOUND TRUE)
116
116
set (HOSTTOOLS_FOUND TRUE )
117
117
build_info (toolchain name VALUE ${ZEPHYR_TOOLCHAIN_VARIANT} )
118
118
string (TOUPPER ${ZEPHYR_TOOLCHAIN_VARIANT} zephyr_toolchain_variant_upper )
119
- build_info (toolchain path VALUE "${${zephyr_toolchain_variant_upper} _TOOLCHAIN_PATH}" )
119
+ build_info (toolchain path PATH "${${zephyr_toolchain_variant_upper} _TOOLCHAIN_PATH}" )
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ set(dts_files
188
188
if (DTC_OVERLAY_FILE )
189
189
zephyr_list (TRANSFORM DTC_OVERLAY_FILE NORMALIZE_PATHS
190
190
OUTPUT_VARIABLE DTC_OVERLAY_FILE_AS_LIST )
191
- build_info (devicetree user-files VALUE ${DTC_OVERLAY_FILE_AS_LIST} )
191
+ build_info (devicetree user-files PATH ${DTC_OVERLAY_FILE_AS_LIST} )
192
192
list (APPEND
193
193
dts_files
194
194
${DTC_OVERLAY_FILE_AS_LIST}
@@ -198,7 +198,7 @@ endif()
198
198
if (EXTRA_DTC_OVERLAY_FILE )
199
199
zephyr_list (TRANSFORM EXTRA_DTC_OVERLAY_FILE NORMALIZE_PATHS
200
200
OUTPUT_VARIABLE EXTRA_DTC_OVERLAY_FILE_AS_LIST )
201
- build_info (devicetree extra-user-files VALUE ${EXTRA_DTC_OVERLAY_FILE_AS_LIST} )
201
+ build_info (devicetree extra-user-files PATH ${EXTRA_DTC_OVERLAY_FILE_AS_LIST} )
202
202
list (APPEND
203
203
dts_files
204
204
${EXTRA_DTC_OVERLAY_FILE_AS_LIST}
@@ -416,6 +416,6 @@ elseif(stderr)
416
416
endif ()
417
417
endif (DTC )
418
418
419
- build_info (devicetree files VALUE ${dts_files} )
420
- build_info (devicetree include -dirs VALUE ${DTS_ROOT_SYSTEM_INCLUDE_DIRS} )
421
- build_info (devicetree bindings-dirs VALUE ${DTS_ROOT_BINDINGS} )
419
+ build_info (devicetree files PATH ${dts_files} )
420
+ build_info (devicetree include -dirs PATH ${DTS_ROOT_SYSTEM_INCLUDE_DIRS} )
421
+ build_info (devicetree bindings-dirs PATH ${DTS_ROOT_BINDINGS} )
Original file line number Diff line number Diff line change @@ -95,13 +95,13 @@ set(PARSED_KCONFIG_SOURCES_TXT ${PROJECT_BINARY_DIR}/kconfig/sources.txt)
95
95
if (CONF_FILE )
96
96
string (CONFIGURE "${CONF_FILE} " CONF_FILE_EXPANDED )
97
97
string (REPLACE " " ";" CONF_FILE_AS_LIST "${CONF_FILE_EXPANDED} " )
98
- build_info (kconfig user-files VALUE ${CONF_FILE_AS_LIST} )
98
+ build_info (kconfig user-files PATH ${CONF_FILE_AS_LIST} )
99
99
endif ()
100
100
101
101
if (EXTRA_CONF_FILE )
102
102
string (CONFIGURE "${EXTRA_CONF_FILE} " EXTRA_CONF_FILE_EXPANDED )
103
103
string (REPLACE " " ";" EXTRA_CONF_FILE_AS_LIST "${EXTRA_CONF_FILE_EXPANDED} " )
104
- build_info (kconfig extra-user-files VALUE ${EXTRA_CONF_FILE_AS_LIST} )
104
+ build_info (kconfig extra-user-files PATH ${EXTRA_CONF_FILE_AS_LIST} )
105
105
endif ()
106
106
107
107
zephyr_file (CONF_FILES ${BOARD_EXTENSION_DIRS} KCONF board_extension_conf_files SUFFIX ${FILE_SUFFIX} )
@@ -356,7 +356,7 @@ endif()
356
356
if (CREATE_NEW_DOTCONFIG )
357
357
set (input_configs_flags --handwritten-input-configs )
358
358
set (input_configs ${merge_config_files} ${FORCED_CONF_FILE} )
359
- build_info (kconfig files VALUE ${input_configs} )
359
+ build_info (kconfig files PATH ${input_configs} )
360
360
else ()
361
361
set (input_configs ${DOTCONFIG} ${FORCED_CONF_FILE} )
362
362
endif ()
You can’t perform that action at this time.
0 commit comments