Lines Matching full:join
169 recipes = glob.glob(os.path.join(tempdir, '*.bb'))
174 recipedir = os.path.join(config.workspace_path, 'recipes', recipename)
176 recipefile = os.path.join(recipedir, os.path.basename(recipes[0]))
184 srctree = os.path.join(srctreeparent, recipename)
205 shutil.move(os.path.join(tempdir, fn), recipedir)
208 …attic_recipe = os.path.join(config.workspace_path, 'attic', recipename, os.path.basename(recipefil…
217 _add_md5(config, recipename, os.path.join(recipedir, fn))
238 if os.path.exists(os.path.join(srctree, '.git')):
243 srctree = os.path.join(srctree, args.src_subdir)
265 f.write(' lockfile = os.path.join(pkgdir, "singletask.lock")\n')
280 layerconf_file = os.path.join(config.workspace_path, "conf", "layer.conf")
333 dst = os.path.join(dry_run_outdir, relpath)
403 ret.extend([os.path.relpath(os.path.join(root, fname), directory) for
461 local_files_dir = os.path.join(srctree, 'oe-local-files')
466 bb.utils.mkdirhier(os.path.join(srctree, relpth))
470 destpth = os.path.join(srctree, relpth, fn)
478 addfiles.append(os.path.join(relpth, fn))
480 bb.process.run('git add %s' % ' '.join(addfiles), cwd=srctree)
483 …bb.process.run('git %s commit -m "Committing local file symlinks\n\n%s"' % (' '.join(useroptions),…
562 appendbackup = os.path.join(tempdir, os.path.basename(appendfile) + '.bak')
576 f.write('DEVTOOL_EXTRA_OVERRIDES = "%s"\n' % ':'.join(extra_overrides))
584 preservestampfile = os.path.join(sstate_manifests, 'preserve-stamps')
627 with open(os.path.join(tempdir, 'initial_rev'), 'r') as f:
630 with open(os.path.join(tempdir, 'srcsubdir'), 'r') as f:
634 srcsubdir_rel = os.path.relpath(srcsubdir, os.path.join(tempdir, 'workdir'))
653 tempdir_localdir = os.path.join(tempdir, 'oe-local-files')
654 srctree_localdir = os.path.join(srctree, 'oe-local-files')
685 shutil.copy2(os.path.join(tempdir, '.config'), srctree)
704 with open(os.path.join(config.workspace_path, '.devtool_md5'), 'a+') as f:
713 addfile(os.path.join(root, f))
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])
742 shutil.move(removefile, os.path.join(preservepath, preservefile))
754 with open(os.path.join(srcdir,"Makefile")) as f:
758 staging_kerVer = ".".join(kerver)
765 staging_kbranch = "".join(branch.split('\n')[0])
775 srctree = os.path.join(srctree, srcsubdir)
838 localfilesdir = os.path.join(srctree,'oe-local-files')
849 cfg = os.path.join(os.path.dirname(local_files[key]), line[-1])
857 …in local_files if os.path.exists(os.path.join(workdir, fname)) and (srcabspath == workdir or not …
860 … _move_file(os.path.join(workdir, fname), os.path.join(srctree, 'oe-local-files', fname))
861 with open(os.path.join(srctree, 'oe-local-files', '.gitignore'), 'w') as f:
872 shutil.copy2(os.path.join(kconfpath, '.config'),srctree)
883 if os.path.exists(os.path.join(srctree, '.git')):
889 if os.path.exists(os.path.join(srctree, '.git')):
944 os.path.join(srctreebase, 'oe-local-files'))
983 f.write('# patches_%s: %s\n' % (branch, ','.join(branch_patches[branch])))
1089 newrecipedir = os.path.join(config.workspace_path, 'recipes', newname)
1093 newappend = os.path.join(os.path.dirname(append), newappend)
1094 newfile = os.path.join(newrecipedir, newfile)
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)
1127 bpndir = os.path.join(oldrecipedir, bpn)
1129 newbpndir = os.path.join(newrecipedir, newbpn)
1136 bpdir = os.path.join(oldrecipedir, bp)
1138 newbpdir = os.path.join(newrecipedir, '%s-%s' % (newbpn, newver))
1145 oldpath = os.path.join(oldrecipedir, entry)
1146 newpath = os.path.join(newrecipedir, entry)
1153 with open(os.path.join(config.workspace_path, '.devtool_md5'), 'r') as f:
1166 with open(os.path.join(config.workspace_path, '.devtool_md5'), 'w') as f:
1181 …splitentry[1] = os.path.relpath(os.path.join(newbpndir, splitentry[1][len(relbpndir):]), config.wo…
1183 …splitentry[1] = os.path.relpath(os.path.join(newbpdir, splitentry[1][len(relbpdir):]), config.work…
1184 entry = '|'.join(splitentry) + '\n'
1273 path = os.path.join(destpath, os.path.basename(path))
1337 bb.utils.rename(os.path.join(destdir, new_patch),
1338 os.path.join(destdir, match_name))
1343 with open(os.path.join(destdir, match_name), 'r') as f:
1368 orig_config = os.path.join(srctree, '.config.baseline')
1369 new_config = os.path.join(srctree, '.config.new')
1424 local_files_dir = os.path.join(srctreebase, 'oe-local-files')
1429 tmp_index = os.path.join(srctree, '.git', 'index.tmp.devtool')
1439 os.path.join(local_files_dir, '.'), destdir])
1446 fragment_path = os.path.join(destdir, fragment_fn)
1458 if os.path.exists(os.path.join(local_files_dir, fragment_fn)):
1459 os.unlink(os.path.join(local_files_dir, fragment_fn))
1465 srcpath = os.path.join(rd.getVar('WORKDIR'), frag_name)
1479 workpath = os.path.join(local_files_dir, fname)
1494 fworkpath = os.path.join(workdir, fname)
1496 fpath = os.path.join(srctree, os.path.relpath(fworkpath, s))
1515 return os.path.join(recipedir, rd.getVar('BPN'))
1567 files = dict((os.path.join(local_files_dir, key), val) for
1572 patchfields['SRC_URI'] = '\\\n '.join(srcuri)
1589 _move_file(os.path.join(local_files_dir, basepath), path,
1594 _move_file(os.path.join(local_files_dir, basepath),
1595 os.path.join(files_dir, basepath),
1601 patchfields['SRC_URI'] = ' '.join(srcuri)
1633 paramstr = ';' + ';'.join('%s=%s' % (k,v) for k,v in patchdir_params.items())
1677 files = OrderedDict((os.path.join(local_files_dir, key), val) for
1679 files.update(OrderedDict((os.path.join(patches_dir, key), val) for
1709 _move_file(os.path.join(local_files_dir, basepath), path,
1713 patchfn = os.path.join(patches_dir, basepath)
1718 path = os.path.join(files_dir, basepath)
1729 _move_file(os.path.join(local_files_dir, basepath),
1730 os.path.join(files_dir, basepath),
1737 _move_file(os.path.join(patches_dir, basepath),
1738 os.path.join(files_dir, basepath),
1750 {'SRC_URI': ' '.join(srcuri)},
1860 if not os.path.exists(os.path.join(args.append, 'conf', 'layer.conf')):
1910 layerconf_file = os.path.join(layerconf_path, 'conf', 'layer.conf')
1911 new_layerconf_file = os.path.join(layerconf_path, 'conf', '.layer.conf')
1931 logger.info('Cleaning sysroot for recipes %s...' % ', '.join(recipes))
1942 … exec_build_env_command(config.init_path, basepath, 'bitbake -c clean %s' % ' '.join(targets))
1959 preservepath = os.path.join(config.workspace_path, 'attic', pn, pn)
1965 _move_file(os.path.join(origdir, fn),
1966 os.path.join(preservepath, fn))
1968 preservedir(os.path.join(root, dn))
1976 preservedir(os.path.join(config.workspace_path, 'appends', pn))
2043 …("Consider using path instead of base name to specify layer:\n\t\t%s" % '\n\t\t'.join(layer_paths))
2057 corebasedir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..'))
2138 fnp = os.path.join(origpath, fn)
2139 if fn in removed or not os.path.exists(os.path.join(recipedir, fn)):
2154 srcpath = os.path.join(root, fn)
2156 destdir = os.path.abspath(os.path.join(destpath, relpth))
2157 destfp = os.path.join(destdir, fn)
2165 outf = os.path.join(root, fn)
2173 … comparelist.append((os.path.abspath(os.path.join(origpath, origf)),
2175 … os.path.abspath(os.path.join(destpath, relf))))
2193 destfp = os.path.join(recipedest, relf)
2211 output += ''.join(difflines)
2230 return os.path.join(srctreeparent, 'sources', recipename)
2232 return os.path.join(srctreeparent, 'sources')