Home
last modified time | relevance | path

Searched refs:workspace_path (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/
H A Ddevtool40 workspace_path = '' variable in ConfigHandler
69 … self.workspace_path = self.get('General', 'workspace_path', os.path.join(basepath, 'workspace'))
75 self.config_obj.set('General', 'workspace_path', self.workspace_path)
92 if not os.path.exists(os.path.join(config.workspace_path, 'conf', 'layer.conf')):
97 logger.info('Creating workspace layer in %s' % config.workspace_path)
98 _create_workspace(config.workspace_path, config, basepath)
100 _enable_workspace_layer(config.workspace_path, config, basepath)
102 logger.debug('Reading workspace in %s' % config.workspace_path)
104 for fn in glob.glob(os.path.join(config.workspace_path, 'appends', '*.bbappend')):
115 recipefile = glob.glob(os.path.join(config.workspace_path,
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dimport.py90 path = os.path.join(config.workspace_path, member.name)
95 tar.extract(member, path=config.workspace_path)
102 tar.extract(member, path=config.workspace_path)
108 replace_from_file(path, export_workspace_path, config.workspace_path)
114 … replace_from_file(path, exported_srctree, os.path.join(config.workspace_path, 'sources', pn))
120 …logger.info('Imported recipes into workspace %s: %s' % (config.workspace_path, ', '.join(imported)…
H A Dstandard.py174 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)
[all …]
H A Dexport.py29 fd.write(json.dumps((config.workspace_path, workspace)))
43 arcname = name.replace(config.workspace_path, '')
H A Dbuild_image.py70 appendfile = os.path.join(config.workspace_path, 'appends',
93 appendfile = os.path.join(config.workspace_path, 'appends',
H A Dmenuconfig.py51 workspace_dir = os.path.join(config.workspace_path,'sources')
H A D__init__.py132 not path.startswith(config.workspace_path)]
246 appendpath = os.path.join(config.workspace_path, 'appends')
H A Dupgrade.py567 … md5, sha256, args.srcrev, srcbranch, srcsubdir1, srcsubdir2, config.workspace_path, tinfoil, rd, …
569 recipedir = os.path.join(config.workspace_path, 'recipes', rd.getVar('BPN'))
574 copied, config.workspace_path, rd)