Searched refs:module_path (Results 1 – 2 of 2) sorted by relevance
162 def validate_setting(setting, module_path, filename=None): argument165 checkfile = Path(module_path) / setting / filename167 checkfile = Path(module_path) / setting174 module_path = PurePath(module)179 for module_yml in [module_path / MODULE_YML_PATH,180 module_path / MODULE_YML_PATH.with_suffix('.yaml')]:192 meta['name'] = meta.get('name', module_path.name)196 if Path(module_path.joinpath('zephyr/CMakeLists.txt')).is_file() and \197 Path(module_path.joinpath('zephyr/Kconfig')).is_file():198 return {'name': module_path.name,[all …]
139 string(REGEX REPLACE "\".*\":\"(.*)\":\".*\"" "\\1" module_path ${module})144 set(ZEPHYR_${MODULE_NAME_UPPER}_MODULE_DIR ${module_path})159 string(REGEX REPLACE "\".*\":\"(.*)\":\".*\"" "\\1" module_path ${module})164 set(SYSBUILD_${MODULE_NAME_UPPER}_MODULE_DIR ${module_path})