Home
last modified time | relevance | path

Searched refs:unpackdir (Results 1 – 14 of 14) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgomod.py135 unpackdir = os.path.dirname(unpackpath)
136 bb.utils.mkdirhier(unpackdir)
137 ud.unpack_tracer.unpack("file-copy", unpackdir)
152 with open(os.path.join(unpackdir, name), mode='wb') as mf:
239 unpackdir = os.path.join(rootdir, moddir, 'cache/download',
241 bb.utils.mkdirhier(unpackdir)
251 with open(os.path.join(unpackdir, name), mode='wb') as mf:
267 with zipfile.ZipFile(os.path.join(unpackdir, name), mode='w') as zf:
H A D__init__.py1591 unpackdir = subdir
1593 unpackdir = os.path.join(rootdir, subdir)
1594 bb.utils.mkdirhier(unpackdir)
1596 unpackdir = rootdir
1599 urldata.unpack_tracer.unpack("file-copy", unpackdir)
1601 dest = os.path.join(unpackdir, os.path.basename(file))
1612 bb.utils.mkdirhier("%s/%s" % (unpackdir, destdir))
1615 urldata.unpack_tracer.unpack("archive-extract", unpackdir)
1623 bb.note("Unpacking %s to %s/" % (file, unpackdir))
1624 ret = subprocess.call(cmd, preexec_fn=subprocess_setup, shell=True, cwd=unpackdir)
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py451 self.unpackdir = os.path.join(self.tempdir, "unpacked")
452 os.mkdir(self.unpackdir)
736 fetcher.unpack(self.unpackdir)
738 cwd=os.path.join(self.unpackdir, 'git'))
780 fetcher.unpack(self.unpackdir)
782 for root, dirs, files in os.walk(self.unpackdir):
784 flst.append(os.path.relpath(os.path.join(root, f), self.unpackdir))
832 tree = self.fetchUnpack(['file://a;subdir=%s' % os.path.join(self.unpackdir, 'bar')])
868 fetcher.unpack(self.unpackdir)
870 cwd=os.path.join(self.unpackdir, 'git')).strip()
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dreproducible.py80 unpackdir = d.getVar('UNPACKDIR')
81 gitpath = os.path.join(unpackdir, "git/.git")
92 for root, dirs, files in os.walk(unpackdir, topdown=True):
100 bb.warn("Failed to find a git repository in UNPACKDIR: %s" % unpackdir)
H A Dpatch.py887 def patch_path(url, fetch, unpackdir, expand=True): argument
896 local = os.path.join(unpackdir, base)
910 unpackdir = d.getVar('UNPACKDIR')
915 local = patch_path(url, fetch, unpackdir, expand)
/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-config.bbappend38 unpackdir = d.getVar('UNPACKDIR', True)
39 file = os.path.join(unpackdir, 'dev_id.json')
/openbmc/openbmc/meta-arm/meta-arm-systemready/classes/
H A Darm-systemready-acs.bbclass51 unpackdir = d.getVar('UNPACKDIR')
52 report_file = os.path.join(unpackdir, "report.txt")
57 report_file_to_copy = os.path.join(unpackdir, "systemready-ir-template",
/openbmc/openbmc/poky/meta/classes/
H A Ddevtool-source.bbclass79 unpackdir = d.getVar('UNPACKDIR')
86 os.path.exists(os.path.join(unpackdir, fname)) and
87 srcabspath == unpackdir]
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dappend.py104 unpackdir = rd.getVar('UNPACKDIR')
116 if srcpath.startswith(unpackdir):
118 workdirfile = os.path.relpath(srcpath, unpackdir)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/
H A Dbit7z_4.0.9.bb64 # avoid buildpaths issue as unpackdir is not in prefix maps
/openbmc/openbmc/poky/meta/classes-global/
H A Dbase.bbclass170 unpackdir = d.getVar('UNPACKDIR')
172 if sourcedir.startswith(workdir) and not sourcedir.startswith(unpackdir):
184 if basedir and os.path.exists(unpackdir + '/' + basedir):
187 shutil.move(unpackdir + '/' + basedir, workdir + '/' + basedir)
H A Dinsane.bbclass1548 unpackdir = d.getVar("UNPACKDIR")
1553 if unpackdir == workdir:
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py814 unpackdir = rd.getVar('UNPACKDIR')
821 os.path.exists(os.path.join(unpackdir, fname)) and
822 srcabspath == unpackdir]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py979 unpackdir = bb_vars['UNPACKDIR']
1050 path_patched = os.path.join(unpackdir, parms['destsuffix'])