Home
last modified time | relevance | path

Searched refs:dl_dir (Results 1 – 16 of 16) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dbuildproject.py18 def __init__(self, uri, foldername=None, tmpdir=None, dl_dir=None): argument
26 self.dl_dir = dl_dir
37 if self.dl_dir and os.path.exists(os.path.join(self.dl_dir, self.archive)):
38 shutil.copyfile(os.path.join(self.dl_dir, self.archive), self.localarchive)
H A Dtargetbuild.py36 dl_dir = self.d.getVar("DL_DIR")
37 if dl_dir and os.path.exists(os.path.join(dl_dir, self.archive)):
38 bb.utils.copyfile(os.path.join(dl_dir, self.archive), self.localarchive)
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dcase.py19 def fetch(self, workdir, dl_dir, url, archive=None): argument
24 if dl_dir:
25 archive_tarball = os.path.join(dl_dir, archive)
31 if dl_dir and not os.path.exists(archive_tarball):
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/utils/
H A Dtargetbuildproject.py11 def __init__(self, target, uri, foldername=None, dl_dir=None): argument
14 BuildProject.__init__(self, uri, foldername, dl_dir=dl_dir)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dmeta_ide.py45 dl_dir = self.td.get('DL_DIR', None)
48 self.tmpdir_metaideQA, self.td['DATETIME'], dl_dir=dl_dir)
H A Dbbtests.py168 dl_dir = get_bb_var("DL_DIR")
169 …(os.path.join(dl_dir, 'test-aspell.tar.gz')), msg = "File rename failed. No corresponding test-asp…
170 …s.path.join(dl_dir, 'test-aspell.tar.gz.done')), "File rename failed. No corresponding test-aspell…
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/utils/
H A Dsdkbuildproject.py14 foldername=None, dl_dir=None): argument
23 BuildProject.__init__(self, uri, foldername, tmpdir=testpath, dl_dir=dl_dir)
/openbmc/openbmc/poky/meta/classes/
H A Dcopyleft_compliance.bbclass31 dl_dir = d.getVar('DL_DIR')
49 tarball_path = os.path.join(dl_dir, u.mirrortarball)
H A Darchiver.bbclass339 dl_dir = d.getVar('DL_DIR')
378 mirror_path = os.path.join(dl_dir, mirror_fname)
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dbuildgalculator.py20 dl_dir = cls.tc.td['DL_DIR'])
H A Dbuildlzip.py21 dl_dir = cls.tc.td['DL_DIR'])
H A Dbuildcpio.py20 dl_dir = cls.tc.td['DL_DIR'])
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgit.py292 dl_dir = d.getVar("DL_DIR")
293 gitdir = d.getVar("GITDIR") or (dl_dir + "/git2")
298 ud.fullmirror = os.path.join(dl_dir, mirrortarball)
324 ud.fullshallow = os.path.join(dl_dir, ud.shallowtarball)
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py1644 dl_dir = rd.getVar('DL_DIR')
1645 if not dl_dir.endswith('/'):
1646 dl_dir += '/'
1737 if os.path.dirname(path) + '/' == dl_dir:
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py1850 dl_dir = os.path.join(dirname(be.builddir), "downloads")
1851 context['dl_dir'] = dl_dir
1853 pv.value = dl_dir
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Ddefault.css175 #new-dl_dir,