Searched refs:module_path (Results 1 – 3 of 3) sorted by relevance
189 def validate_setting(setting, module_path, filename=None): argument192 checkfile = Path(module_path) / setting / filename194 checkfile = Path(module_path) / setting201 module_path = PurePath(module)206 for module_yml in [module_path / MODULE_YML_PATH,207 module_path / MODULE_YML_PATH.with_suffix('.yaml')]:219 meta['name'] = meta.get('name', module_path.name)223 if Path(module_path.joinpath('zephyr/CMakeLists.txt')).is_file() and \224 Path(module_path.joinpath('zephyr/Kconfig')).is_file():225 return {'name': module_path.name,[all …]
135 string(REGEX REPLACE "\".*\":\"(.*)\":\".*\"" "\\1" module_path ${module})141 set(ZEPHYR_${MODULE_NAME_UPPER}_MODULE_DIR ${module_path})156 string(REGEX REPLACE "\".*\":\"(.*)\":\".*\"" "\\1" module_path ${module})161 set(SYSBUILD_${MODULE_NAME_UPPER}_MODULE_DIR ${module_path})
276 module_path = module.get("path", None)288 cfgPackageZephyrModule.relativeBaseDir = module_path