Lines Matching refs:tempdir
27 tempdir = d.getVar('DEVTOOL_TEMPDIR')
29 if not tempdir:
33 workdir = os.path.join(tempdir, 'workdir')
46 d.setVar('STAMPS_DIR', os.path.join(tempdir, 'stamps'))
47 d.setVar('T', os.path.join(tempdir, 'temp'))
74 tempdir = d.getVar('DEVTOOL_TEMPDIR')
120 os.path.join(tempdir, 'oe-local-files', fname))
121 with open(os.path.join(tempdir, 'oe-local-files', '.gitignore'),
154 with open(os.path.join(tempdir, 'initial_rev'), 'w') as f:
157 with open(os.path.join(tempdir, 'srcsubdir'), 'w') as f:
168 tempdir = d.getVar('DEVTOOL_TEMPDIR')
169 with open(os.path.join(tempdir, 'srcsubdir'), 'r') as f:
171 with open(os.path.join(tempdir, 'initial_rev'), 'r') as f:
233 tempdir = d.getVar('DEVTOOL_TEMPDIR')
234 shutil.copy2(os.path.join(d.getVar('B'), '.config'), tempdir)