Lines Matching refs:workspace_path

174             recipedir = os.path.join(config.workspace_path, 'recipes', recipename)
208 …attic_recipe = os.path.join(config.workspace_path, 'attic', recipename, os.path.basename(recipefil…
280 layerconf_file = os.path.join(config.workspace_path, "conf", "layer.conf")
704 with open(os.path.join(config.workspace_path, '.devtool_md5'), 'a+') as f:
705 md5_str = '%s|%s|%s\n' % (recipename, os.path.relpath(fn, config.workspace_path), md5)
721 origfile = os.path.join(config.workspace_path, '.devtool_md5')
722 newfile = os.path.join(config.workspace_path, '.devtool_md5_new')
723 preservepath = os.path.join(config.workspace_path, 'attic', recipename)
729 removefile = os.path.join(config.workspace_path, splitline[1])
1089 newrecipedir = os.path.join(config.workspace_path, 'recipes', newname)
1107 … if os.path.abspath(srctree) == os.path.join(config.workspace_path, 'sources', args.recipename):
1108 newsrctree = os.path.join(config.workspace_path, 'sources', newname)
1153 with open(os.path.join(config.workspace_path, '.devtool_md5'), 'r') as f:
1158 relbpndir = os.path.relpath(bpndir, config.workspace_path) + '/'
1162 relbpdir = os.path.relpath(bpdir, config.workspace_path) + '/'
1166 with open(os.path.join(config.workspace_path, '.devtool_md5'), 'w') as f:
1172 if splitentry[1] == os.path.relpath(append, config.workspace_path):
1173 splitentry[1] = os.path.relpath(newappend, config.workspace_path)
1176 elif splitentry[1] == os.path.relpath(recipefile, config.workspace_path):
1177 splitentry[1] = os.path.relpath(newfile, config.workspace_path)
1181 …] = os.path.relpath(os.path.join(newbpndir, splitentry[1][len(relbpndir):]), config.workspace_path)
1183 …[1] = os.path.relpath(os.path.join(newbpdir, splitentry[1][len(relbpdir):]), config.workspace_path)
1880 if rf.startswith(config.workspace_path):
1959 preservepath = os.path.join(config.workspace_path, 'attic', pn, pn)
1972 if recipefile and oe.path.is_path_parent(config.workspace_path, recipefile):
1976 preservedir(os.path.join(config.workspace_path, 'appends', pn))
1994 clean_preferred_provider(pn, config.workspace_path)
2084 if os.path.abspath(destlayerdir) == config.workspace_path:
2100 if origlayerdir == config.workspace_path:
2147 if origlayerdir == config.workspace_path and destpath:
2228 srctreeparent = config.get('General', 'default_source_parent_dir', config.workspace_path)