Lines Matching full:manifest
576 from west.manifest import MANIFEST_REV_BRANCH
582 # Special treatment of manifest project
583 # Git information (remote/revision) are not provided by west for the Manifest (west.yml)
584 …# To mitigate this, we check if we don't use the manifest from the zephyr repository or an other p…
609 # Iterates on all projects except the first one (manifest)
619 # Force manifest URL and set commit as 'off'
627 # If manifest is in project, updates related variables
633 meta.update({'west': {'manifest': west_projs['manifest_path'],
682 def west_projects(manifest=None): argument
689 from west.manifest import Manifest
697 # west.manifest.MalformedConfig until west v0.14.0, for example.
699 from west.manifest import \
707 if not manifest:
708 manifest = Manifest.from_file()
710 projects = [p for p in manifest.get_projects([])
711 if manifest.is_active(p)]
713 projects = manifest.get_projects([])
714 manifest_path = manifest.path
727 def parse_modules(zephyr_base, manifest=None, west_projs=None, modules=None, argument
731 west_projs = west_projs or west_projects(manifest)
823 used, to the suffix of the manifest SHA""")
880 # and/or the west manifest file.