Lines Matching full:module
21 DEFAULT_LIST_FMT = '{module} {status} {path} {type} {abspath}'
50 - module: name of the module that contains this blob
53 - path: blob local path from <module>/zephyr/blobs/
69 parser.add_argument('modules', metavar='MODULE', nargs='*',
89 self.die(f'Unknown module(s): {unknown}')
91 for module in all_modules:
92 # Filter by module
93 module_name = module.meta.get('name', None)
97 blobs += zephyr_module.process_blobs(module.project, module.meta)
124 self.dbg('Verifying blob {module}: {abspath}'.format(**blob))
133 try running 'west blobs fetch {blob['module']}'
136 the maintainers of the module so that they can check
139 Module: {blob['module']}
148 self.dbg('Blob {module}: {abspath} is up to date'.format(**blob))
150 self.inf('Fetching blob {module}: {abspath}'.format(**blob))
158 self.dbg('Blob {module}: {abspath} not in filesystem'.format(**blob))
160 self.inf('Deleting blob {module}: {status} {abspath}'.format(**blob))