Lines Matching full:join

73     sstate_dir = os.path.join(dest_sdk, 'sstate-cache')
93 curr_chksum = bb.utils.sha256_file(os.path.join(basepath, fpath))
95 …logger.debug('File %s changed: old csum = %s, new = %s' % (os.path.join(basepath, fpath), curr_chk…
108 old_locked_sig_file_path = os.path.join(basepath, 'conf/locked-sigs.inc')
119 layers_dir = os.path.join(basepath, 'layers')
120 conf_dir = os.path.join(basepath, 'conf')
133 os.makedirs(os.path.join(tmpsdk_dir, 'conf'))
134 new_locked_sig_file_path = os.path.join(tmpsdk_dir, 'conf', 'locked-sigs.inc')
136 tmpmanifest = os.path.join(tmpsdk_dir, 'conf', 'sdk-conf-manifest')
148 if os.path.exists(os.path.join(basepath, 'layers/.git')):
183 oldsums = read_uninative_checksums(os.path.join(basepath, 'conf/local.conf'))
184 newsums = read_uninative_checksums(os.path.join(tmpsdk_dir, 'conf/local.conf'))
188 …uninative_file = os.path.join('downloads', 'uninative', chksum, '%s-nativesdk-libc.tar.bz2' % buil…
189 mkdir(os.path.join(tmpsdk_dir, os.path.dirname(uninative_file)))
193 tmplayers_dir = os.path.join(tmpsdk_dir, 'layers')
198 destfile = os.path.join(basepath, changedfile)
200 shutil.move(os.path.join(tmpsdk_dir, changedfile), destfile)
201 os.remove(os.path.join(conf_dir, 'sdk-conf-manifest'))
204 shutil.rmtree(os.path.join(basepath, 'downloads', 'uninative'))
205 …shutil.move(os.path.join(tmpsdk_dir, 'downloads', 'uninative'), os.path.join(basepath, 'downloads'…
208 with open(os.path.join(conf_dir, 'site.conf'), 'a') as f:
227 …nv_command(config.init_path, basepath, 'bitbake --setscene-only %s' % ' '.join(sdk_update_targets)…
228 … exec_build_env_command(config.init_path, basepath, 'bitbake -n %s' % ' '.join(sdk_update_targets)…
234 … logger.error('Unexecuted tasks found in preparation log:\n %s' % '\n '.join(runlines))
278 logger.info('Installing %s...' % ', '.join(install_recipes))
289 …exec_build_env_command(config.init_path, basepath, 'bitbake %s %s' % (options, ' '.join(install_ta…