Lines Matching full:blobs
19 class Blobs(WestCommand): class
25 'blobs',
27 'work with binary blobs',
28 'Work with binary blobs',
41 Blobs are listed using a Python 3 format string. Arguments
53 - path: blob local path from <module>/zephyr/blobs/
81 blobs = []
97 blobs += zephyr_module.process_blobs(module.project, module.meta)
99 return blobs
102 blobs = self.get_blobs(args)
104 for blob in blobs:
133 try running 'west blobs fetch {blob['module']}'
145 blobs = self.get_blobs(args)
146 for blob in blobs:
155 blobs = self.get_blobs(args)
156 for blob in blobs:
169 self.die(f'unexpected --format argument; this is a "west blobs list" option')