/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | buildproject.py | 18 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 D | targetbuild.py | 36 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 D | case.py | 19 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 D | targetbuildproject.py | 11 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 D | meta_ide.py | 45 dl_dir = self.td.get('DL_DIR', None) 48 self.tmpdir_metaideQA, self.td['DATETIME'], dl_dir=dl_dir)
|
H A D | bbtests.py | 168 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 D | sdkbuildproject.py | 14 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 D | copyleft_compliance.bbclass | 31 dl_dir = d.getVar('DL_DIR') 49 tarball_path = os.path.join(dl_dir, u.mirrortarball)
|
H A D | archiver.bbclass | 339 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 D | buildgalculator.py | 20 dl_dir = cls.tc.td['DL_DIR'])
|
H A D | buildlzip.py | 21 dl_dir = cls.tc.td['DL_DIR'])
|
H A D | buildcpio.py | 20 dl_dir = cls.tc.td['DL_DIR'])
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | git.py | 292 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 D | standard.py | 1644 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 D | views.py | 1850 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 D | default.css | 175 #new-dl_dir,
|