| /openbmc/openbmc/poky/meta/lib/bblayers/ |
| H A D | buildconf.py | 32 destdir = os.path.join(templatepath, "conf", "templates", templatename) 33 os.makedirs(destdir, exist_ok=True) 36 with open(os.path.join(destdir, "local.conf.sample"), 'w') as dest: 40 with open(os.path.join(destdir, "bblayers.conf.sample"), 'w') as dest: 47 with open(os.path.join(destdir, "conf-summary.txt"), 'w') as dest: 49 with open(os.path.join(destdir, "conf-notes.txt"), 'w') as dest: 57 .format(destdir, os.path.join(destdir, "conf-summary.txt"), os.path.join(destdir, "conf-notes.txt")…
|
| H A D | makesetup.py | 39 def make_repo_config(self, destdir): argument 45 destdir_repo = oe.buildcfg.get_metadata_git_toplevel(destdir)
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-publish-sdk | 51 host, destdir = destination.split(':') 52 dest_sdk = os.path.join(destdir, sdk_basename) 56 destdir = destination 63 cmd = "ssh %s 'mkdir -p %s'" % (host, destdir) 66 logger.error("Making directory %s on %s failed" % (destdir, host)) 100 cmd = "ssh %s 'sh %s -p -y -d %s%s'" % (host, dest_sdk, destdir, rm_or_not) 103 logger.info('Successfully unpacked %s to %s' % (dest_sdk, destdir)) 105 logger.error('Failed to unpack %s to %s' % (dest_sdk, destdir)) 112 …&& git config user.name 'OE' && git commit -q -m \"init repo\" || true'" % (host, destdir, destdir)
|
| H A D | gen-lockedsig-cache | 105 destdir = os.path.dirname(dst) variable 106 mkdir(destdir) 111 if (os.stat(src).st_dev == os.stat(destdir).st_dev):
|
| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
| H A D | gitannex.py | 65 def unpack(self, ud, destdir, d): argument 66 Git.unpack(self, ud, destdir, d) 69 runfetchcmd("%s annex init" % (ud.basecmd), d, workdir=ud.destdir) 73 annex = self.uses_annex(ud, d, ud.destdir) 75 runfetchcmd("%s annex get" % (ud.basecmd), d, workdir=ud.destdir) 76 … runfetchcmd("chmod u+w -R %s/.git/annex" % (ud.destdir), d, quiet=True, workdir=ud.destdir)
|
| H A D | npmsw.py | 249 destdir = rootdir 252 destdir = os.path.join(rootdir, destsuffix) 253 ud.unpack_tracer.unpack("npm-shrinkwrap", destdir) 255 bb.utils.mkdirhier(destdir) 257 os.path.join(destdir, "npm-shrinkwrap.json")) 263 ud.proxy.unpack(destdir, auto) 266 depdestdir = os.path.join(destdir, dep["destsuffix"]) 270 depsrcdir= os.path.join(destdir, dep["localpath"])
|
| H A D | gitsm.py | 207 def unpack(self, ud, destdir, d): argument 213 repo_conf = ud.destdir 215 repo_conf = os.path.join(ud.destdir, '.git') 231 …rl %(url)s" % {'basecmd': ud.basecmd, 'module': module, 'url' : local_path}, d, workdir=ud.destdir) 234 …module.%(module)s.shallow true" % {'basecmd': ud.basecmd, 'module': module}, d, workdir=ud.destdir) 243 Git.unpack(self, ud, destdir, d) 245 ret = self.process_submodules(ud, ud.destdir, unpack_submodules, d) 252 …module update --recursive --no-fetch" % (cmdprefix, ud.basecmd), d, quiet=True, workdir=ud.destdir)
|
| H A D | git.py | 657 def unpack(self, ud, destdir, d): argument 672 if not os.path.realpath(subdir).startswith(os.path.realpath(destdir)): 673 …e bb.fetch2.UnpackError("subdir argument isn't a subdirectory of unpack root %s" % destdir, ud.url) 674 destdir = subdir 676 destdir = os.path.join(destdir, subdir) 680 destdir = ud.destdir = os.path.join(destdir, destsuffix) 681 if os.path.exists(destdir): 682 bb.utils.prunedir(destdir) 684 ud.unpack_tracer.unpack("git", destdir) 696 runfetchcmd("%s clone %s %s/ %s" % (ud.basecmd, ud.cloneflags, ud.clonedir, destdir), d) [all …]
|
| H A D | npm.py | 75 def npm_unpack(tarball, destdir, d): argument 77 bb.utils.mkdirhier(destdir) 82 runfetchcmd(cmd, d, workdir=destdir) 83 runfetchcmd("chmod -R +X '%s'" % (destdir), d, quiet=True, workdir=destdir) 315 destdir = os.path.join(rootdir, destsuffix) 316 npm_unpack(ud.localpath, destdir, d) 317 ud.unpack_tracer.unpack("npm", destdir)
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/ |
| H A D | 0009-support-apxs.in-force-destdir-to-be-empty-string.patch | 4 Subject: [PATCH] support/apxs.in: force destdir to be empty string 6 If destdir is assigned to anything other than the empty string, the 33 my $destdir = ""; 36 - $destdir = substr($0, 0, $ddi); 38 +# Comment out assignment of destdir so that it doesn't affect bitbake 42 +# $destdir = substr($0, 0, $ddi);
|
| /openbmc/openbmc/poky/scripts/lib/recipetool/ |
| H A D | create_npm.py | 118 def _find_package_licenses(destdir): argument 130 basedir = os.path.join(srctree, destdir) 139 def _get_package_licenses(destdir, package): argument 140 (package_licfiles, package_licenses) = _find_package_licenses(destdir) 147 def _handle_dependency(name, params, destdir): argument 148 deptree = destdir.split('node_modules/') 150 packages["${PN}" + suffix] = destdir 151 _get_package_licenses(destdir, "${PN}" + suffix)
|
| /openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/ |
| H A D | oe-setup-layers.py | 68 output = os.path.join(os.path.abspath(args.destdir), output) 85 if not os.path.exists(args.destdir): 86 os.makedirs(args.destdir) 87 repos = parent.make_repo_config(args.destdir)
|
| /openbmc/qemu/tests/docker/ |
| H A D | common.rc | 97 make install $MAKEFLAGS DESTDIR=$PWD/=destdir 99 rm -rf $PWD/=destdir
|
| /openbmc/openbmc/meta-phosphor/classes/ |
| H A D | phosphor-debug-collector.bbclass | 58 destdir = os.path.join(dreport_dir, ("pl_" + typestr + ".d")) 59 if not os.path.exists(destdir): 60 os.makedirs(destdir) 64 destlink = os.path.join(destdir, linkname)
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | recipetool.py | 1012 …iles(self, testrecipe, newfiles, expectedlines=None, expectedfiles=None, destdir=None, options=''): argument 1014 if destdir: 1015 options += ' -D %s' % destdir 1040 …def _test_appendsrcfile(self, testrecipe, filename=None, destdir=None, has_src_uri=True, srcdir=No… argument 1045 if destdir: 1046 expected_subdir = os.path.join(srcdir, destdir) 1051 expected_subdir = destdir 1054 if destdir: 1055 destpath = os.path.join(destdir, filename) 1060 if destdir: [all …]
|
| H A D | liboe.py | 63 destdir = bb_vars['SYSROOT_DESTDIR'] 65 bindir = destdir + bindir
|
| /openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/ |
| H A D | no-clobber.patch | 32 destdir=`dirname $(abs_builddir)/$$file`; \ 33 test -d "$$destdir" || mkdir -p "$$destdir"; \
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | license.bbclass | 13 LICSSTATEDIR = "${WORKDIR}/license-destdir/" 38 …destdir = os.path.join(d.getVar('LICSSTATEDIR'), d.getVar('LICENSE_DEPLOY_PATHCOMPONENT'), d.getVa… 39 copy_license_files(lic_files_paths, destdir) 41 with open(os.path.join(destdir, "recipeinfo"), "w") as f: 54 destdir = d.getVar('D') + os.path.join(d.getVar('LICENSE_FILES_DIRECTORY'), d.getVar('PN')) 55 copy_license_files(lic_files_paths, destdir) 79 def copy_license_files(lic_files_paths, destdir): 83 bb.utils.mkdirhier(destdir) 87 dst = os.path.join(destdir, basename) 92 …canlink = os.access(src, os.W_OK) and (os.stat(src).st_dev == os.stat(destdir).st_dev) and beginli…
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | deploy.py | 169 host, destdir = args.target.split(':') 171 destdir = '/' 174 if not destdir.endswith('/'): 175 destdir += '/' 209 fpath = os.path.join(destdir, os.path.relpath(root, recipe_outdir), fn) 267 …shexec, ssh_port, extraoptions, args.target, tmpscript, args.recipename, destdir, tmpfilelist), cw… 278 files_list.append(os.path.join(destdir, filename))
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | copy_buildsystem.py | 40 def copy_bitbake_and_layers(self, destdir, workspace_name=None): argument 45 bb.utils.mkdirhier(destdir) 99 layerdestpath = destdir 112 destdir) 272 destdir = os.path.join(output_sstate_cache, fixedlsbstring) 276 dest = os.path.join(destdir, os.path.relpath(src, nativedir))
|
| H A D | sdk.py | 62 def movefile(self, sourcefile, destdir): argument 67 if (bb.utils.movefile(sourcefile, destdir) == None): 69 %(sourcefile, destdir))
|
| H A D | recipeutils.py | 542 def get_bbfile_path(d, destdir, extrapathhint=None): argument 553 destdir = os.path.abspath(destdir) 554 destlayerdir = find_layerdir(destdir) 582 if destdir == destlayerdir: 596 pathoptions = [destdir] 598 pathoptions.append(os.path.join(destdir, extrapathhint)) 599 if destdir == destlayerdir: 600 pathoptions.append(os.path.join(destdir, 'recipes-%s' % bpn, bpn)) 601 pathoptions.append(os.path.join(destdir, 'recipes', bpn)) 602 pathoptions.append(os.path.join(destdir, bpn)) [all …]
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | cpan_build.bbclass | 27 perl Build.PL --installdirs vendor --destdir ${D} \ 44 perl Build install --destdir ${D}
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dbench/ |
| H A D | dbench_4.0.bb | 12 file://destdir.patch \
|
| /openbmc/openbmc/poky/scripts/lib/resulttool/ |
| H A D | resultutils.py | 203 def save_resultsdata(results, destdir, fn="testresults.json", ptestjson=False, ptestlogs=False): argument 206 dst = destdir + "/" + res + "/" + fn 208 dst = destdir + "/" + fn
|