Lines Matching full:manifest
548 from west.manifest import MANIFEST_REV_BRANCH
554 # Special treatment of manifest project
555 # Git information (remote/revision) are not provided by west for the Manifest (west.yml)
556 …# To mitigate this, we check if we don't use the manifest from the zephyr repository or an other p…
581 # Iterates on all projects except the first one (manifest)
591 # Force manifest URL and set commit as 'off'
599 # If manifest is in project, updates related variables
605 meta.update({'west': {'manifest': west_projs['manifest_path'],
654 def west_projects(manifest=None): argument
661 from west.manifest import Manifest
669 # west.manifest.MalformedConfig until west v0.14.0, for example.
671 from west.manifest import \
679 if not manifest:
680 manifest = Manifest.from_file()
682 projects = [p for p in manifest.get_projects([])
683 if manifest.is_active(p)]
685 projects = manifest.get_projects([])
686 manifest_path = manifest.path
699 def parse_modules(zephyr_base, manifest=None, west_projs=None, modules=None, argument
703 west_projs = west_projs or west_projects(manifest)
795 used, to the suffix of the manifest SHA""")
852 # and/or the west manifest file.