Searched refs:module_path (Results 1 – 3 of 3) sorted by relevance
/scripts/ |
A D | zephyr_module.py | 214 module_path = PurePath(module) 238 return {'name': module_path.name, 247 module_path = PurePath(module) 254 module_path.as_posix(), 268 module_path.as_posix(), 273 module_path.as_posix())) 278 module_path = PurePath(module) 285 module_path.as_posix(), 302 module_path.as_posix(), 393 module_path = PurePath(module) [all …]
|
/scripts/ci/ |
A D | check_compliance.py | 744 module_path = PurePath(project.abspath) 745 module_yml = module_path.joinpath('zephyr/module.yml') 748 module_yml = module_path.joinpath('zephyr/module.yaml') 759 path_full = module_path.joinpath(path_ext) 774 *dirs, cwd=module_path, ignore_non_zero=True) 813 def module_disallowed_check(self, module_path, type, folder, meta, regex): argument 819 tmp_path = module_path.joinpath(meta['build']['settings'][entry]) 891 module_path = PurePath(project.abspath) 892 module_yml = module_path.joinpath('zephyr/module.yml') 895 module_yml = module_path.joinpath('zephyr/module.yaml') [all …]
|
/scripts/west_commands/zspdx/ |
A D | walker.py | 286 module_path = module.get("path", None) 298 cfgPackageZephyrModule.relativeBaseDir = module_path
|
Completed in 11 milliseconds