Lines Matching full:manifest
455 from west.manifest import MANIFEST_REV_BRANCH
459 # Special treatment of manifest project.
478 meta.update({'west': {'manifest': west_projs['manifest_path'],
517 def west_projects(manifest = None): argument
524 from west.manifest import Manifest
532 # west.manifest.MalformedConfig until west v0.14.0, for example.
534 from west.manifest import \
542 if not manifest:
543 manifest = Manifest.from_file()
545 projects = [p for p in manifest.get_projects([])
546 if manifest.is_active(p)]
548 projects = manifest.get_projects([])
549 manifest_path = manifest.path
562 def parse_modules(zephyr_base, manifest=None, west_projs=None, modules=None, argument
566 west_projs = west_projs or west_projects(manifest)
658 used, to the suffix of the manifest SHA""")
714 # and/or the west manifest file.