/openbmc/openbmc/poky/meta/recipes-support/libcap-ng/ |
H A D | libcap-ng_0.8.5.bb | 12 relpath=${@os.path.relpath("${base_libdir}", "${libdir}")} 13 ln -sf ${relpath}/libcap-ng.so.0.0.0 ${D}${libdir}/libcap-ng.so
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | recipeutils.py | 32 …patches = oe.recipeutils.patch_recipe(rd, rd.getVar('FILE'), vals, patch=True, relpath=metaselftes… 70 …patches = oe.recipeutils.patch_recipe(rd, rd.getVar('FILE'), vals, patch=True, relpath=metaselftes… 95 …patches = oe.recipeutils.patch_recipe(rd, rd.getVar('FILE'), vals, patch=True, relpath=metaselftes…
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | meta-environment-extsdk.bb | 8 …local sysroot=${SDKPATH}/tmp/${@os.path.relpath(d.getVar('STAGING_DIR'), d.getVar('TMPDIR'))}/${MA… 9 …local sdkpathnative=${SDKPATH}/tmp/${@os.path.relpath(d.getVar('STAGING_DIR'), d.getVar('TMPDIR'))…
|
/openbmc/openbmc/poky/meta/lib/bblayers/ |
H A D | buildconf.py | 43 for (abspath, relpath) in relpaths_to_oecore: 44 bblayers_data = bblayers_data.replace(abspath, "##OEROOT##/" + relpath) 76 relpaths_to_oecore = [(l[0], os.path.relpath(l[0], start=oecore)) for l in layers]
|
/openbmc/openbmc/poky/scripts/ |
H A D | sysroot-relativelinks.py | 28 print("Replacing %s with %s for %s" % (link, os.path.relpath(topdir+link, subdir), filep)) 30 os.symlink(os.path.relpath(topdir+link, subdir), filep)
|
H A D | pythondeps | 94 relpath = dirpath[len(path)+1:] 95 if relpath: 100 context = '.'.join(relpath.split(os.sep))
|
H A D | oe-setup-layers | 57 layers.append(os.path.relpath(os.path.dirname(root), dest)) 121 os.symlink(os.path.relpath(oesetupbuild,args['destdir']),oesetupbuild_symlink)
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | cmake.bbclass | 167 -DCMAKE_INSTALL_BINDIR:PATH=${@os.path.relpath(d.getVar('bindir'), d.getVar('prefix') + '/')} \ 168 … -DCMAKE_INSTALL_SBINDIR:PATH=${@os.path.relpath(d.getVar('sbindir'), d.getVar('prefix') + '/')} \ 169 …-DCMAKE_INSTALL_LIBEXECDIR:PATH=${@os.path.relpath(d.getVar('libexecdir'), d.getVar('prefix') + '/… 171 …-DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=${@os.path.relpath(d.getVar('sharedstatedir'), d. getVar('pre… 173 -DCMAKE_INSTALL_LIBDIR:PATH=${@os.path.relpath(d.getVar('libdir'), d.getVar('prefix') + '/')} \ 174 …-DCMAKE_INSTALL_INCLUDEDIR:PATH=${@os.path.relpath(d.getVar('includedir'), d.getVar('prefix') + '/… 175 …-DCMAKE_INSTALL_DATAROOTDIR:PATH=${@os.path.relpath(d.getVar('datadir'), d.getVar('prefix') + '/')…
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | utils.bbclass | 180 relpath=`python3 -c "import os; print(os.path.relpath('${D}${base_prefix}', '$dirname'))"` 181 cmdoptions=`echo $@ | sed -e "s:${base_prefix}:\\$realdir/$relpath:g"` 217 relpath=`python3 -c "import os; print(os.path.relpath('${D}${base_prefix}', '$dirname'))"` 218 cmdoptions=`echo $@ | sed -e "s:${base_prefix}:\\$realdir/$relpath:g"` 247 relpath=`python3 -c "import os; print(os.path.relpath('${D}${base_prefix}', '$dirname'))"` 248 exportstring=`echo $@ | sed -e "s:${base_prefix}:\\$realdir/$relpath:g"`
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | libgfortran.inc | 20 relpath=${@os.path.relpath("${S}", "${B}/${TARGET_SYS}")} 21 ../$relpath/$target/configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
H A D | gcc-sanitizers.inc | 19 relpath=${@os.path.relpath("${S}/libsanitizer", "${B}/${TARGET_SYS}/libsanitizer")} 20 $relpath/configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | osc.py | 41 relpath = self._strip_leading_slashes(ud.path) 44 ud.moddir = os.path.join(ud.pkgdir, relpath, ud.module) 56 …ud.localfile = d.expand('%s_%s_%s.tar.gz' % (ud.module.replace('/', '.'), relpath.replace('/', '.'…
|
H A D | bzr.py | 33 relpath = self._strip_leading_slashes(ud.path) 34 ud.pkgdir = os.path.join(bzrdir, ud.host, relpath)
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | recipeutils.py | 271 def patch_recipe_file(fn, values, patch=False, relpath='', redirect_output=None): argument 288 relfn = os.path.relpath(fn, relpath) 337 def patch_recipe(d, fn, varvalues, patch=False, relpath='', redirect_output=None): argument 382 patchdata = patch_recipe_file(f, vals, patch, relpath, redirect_output) 439 relpath = os.path.relpath(path, bb_dir) 440 subdir = os.path.join(tgt_dir, os.path.dirname(relpath)) 443 shutil.copy2(path, os.path.join(tgt_dir, relpath)) 444 copied.append(relpath) 492 ret[os.path.relpath(fileabspath,srcdir)] = fileabspath 636 …appendpath = os.path.join(destlayerdir, os.path.relpath(os.path.dirname(recipefile), origlayerdir)… [all …]
|
H A D | path.py | 30 return os.path.relpath(dest, src) 75 base = os.path.relpath(link, walkdir) 176 symlink(os.path.relpath(target, os.path.dirname(name)), name, force=force) 319 rel = os.path.relpath(found_path, element)
|
H A D | sbom.py | 84 l.symlink_to(os.path.relpath(dest, l.parent)) 90 l.symlink_to(os.path.relpath(dest, l.parent))
|
H A D | bootfiles.py | 51 src = os.path.relpath(entry, deploy_dir)
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/grilo/ |
H A D | grilo_0.3.16.bb | 33 relpath="$(realpath --relative-to="$base" "${S}")" 34 sed -i -e "s,$base/$relpath/src/,," \
|
/openbmc/qemu/scripts/ |
H A D | mtest2make.py | 45 executable = os.path.relpath(executable) 100 targets = {t['id']: [os.path.relpath(f) for f in t['filename']]
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 245 initial_rev[os.path.relpath(submodule, srctree)] = rev 336 relpath = os.path.relpath(dst, base_outdir) 337 if relpath.startswith('..'): 339 dst = os.path.join(dry_run_outdir, relpath) 422 ret.extend([os.path.relpath(os.path.join(root, fname), directory) for 627 srcsubdir_rel = os.path.relpath(srcsubdir, os.path.join(tempdir, 'workdir')) 685 md5_str = '%s|%s|%s\n' % (recipename, os.path.relpath(fn, config.workspace_path), md5) 754 srcsubdir = os.path.relpath(s, workdir).split(os.sep, 1)[1] 861 submodule = os.path.relpath(submodule_path, srctree) 1149 relbpndir = os.path.relpath(bpndir, config.workspace_path) + '/' [all …]
|
/openbmc/qemu/scripts/tracetool/backend/ |
H A D | ftrace.py | 50 event_filename=os.path.relpath(event.filename),
|
H A D | log.py | 58 event_filename=os.path.relpath(event.filename),
|
H A D | syslog.py | 46 event_filename=os.path.relpath(event.filename),
|
/openbmc/openbmc/poky/meta/recipes-devtools/git/ |
H A D | git_2.47.1.bb | 98 REL_GIT_EXEC_PATH = "${@os.path.relpath(libexecdir, bindir)}/git-core" 99 REL_GIT_TEMPLATE_DIR = "${@os.path.relpath(datadir, bindir)}/git-core/templates" 100 REL_GIT_SSL_CAINFO = "${@os.path.relpath(sysconfdir, bindir)}/ssl/certs/ca-certificates.crt"
|
/openbmc/openbmc/poky/meta/recipes-devtools/opkg/ |
H A D | opkg_0.7.0.bb | 45 … = " --localstatedir=/${@os.path.relpath('${localstatedir}', '${STAGING_DIR_NATIVE}')} --sysconfdi…
|