Lines Matching full:submodules
2 BitBake 'Fetch' git submodules implementation
4 Inherits from and extends the Git fetcher to retrieve submodules of a git repository
39 Iterate over all of the submodules in this repository and execute
43 submodules = []
64 # Collect the defined submodules, and their attributes
69 # No submodules to update
84 submodules.append(m)
96 for module in submodules:
140 return submodules != []
170 logger.debug('gitsm: Submodules requiring update: %s' % (' '.join(need_update_list)))
205 # Figure out where we clone over the bare submodules...
238 … # All submodules should already be downloaded and configured in the tree. This simply sets