Lines Matching refs:workspace
109 # Userland workspace.
153 def find_p5m_dirs(workspace):
155 for dir, _, files in os.walk(workspace + "/components"):
193 def gen_reports(workspace, component_dir):
198 makefiles = "-f Makefile -f %s/make-rules/component-report" % workspace
214 # from the repo associated with this Userland workspace.
289 Repo containing the packages associated with this Userland workspace
291 -w --workspace
292 Location of the Userland workspace
299 workspace = os.getenv('WS_TOP')
306 [ "build-version=", "debug", "owners=", "repo=", "workspace=" ])
320 elif opt in [ "-w", "--workspace" ]:
321 workspace = arg
328 p5m_dirs = find_p5m_dirs(workspace)
330 gen_reports(workspace, p5m_dir)