Lines Matching refs:workspacedir
137 workspacedir = os.path.abspath(args.layerpath)
139 workspacedir = os.path.abspath(os.path.join(basepath, 'workspace'))
140 _create_workspace(workspacedir, config, basepath)
142 _enable_workspace_layer(workspacedir, config, basepath)
144 def _create_workspace(workspacedir, config, basepath): argument
147 confdir = os.path.join(workspacedir, 'conf')
164 with open(os.path.join(workspacedir, 'README'), 'w') as f:
181 def _enable_workspace_layer(workspacedir, config, basepath): argument
188 if os.path.abspath(workspacedir) != os.path.abspath(config.workspace_path):
192 _, added = bb.utils.edit_bblayers_conf(bblayers_conf, workspacedir, removedir)
195 if config.workspace_path != workspacedir:
197 config.workspace_path = workspacedir