Home
last modified time | relevance | path

Searched refs:relpath (Results 1 – 25 of 88) sorted by relevance

1234

/openbmc/openbmc/poky/meta/recipes-support/libcap-ng/
H A Dlibcap-ng_0.8.5.bb12 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 Drecipeutils.py32 …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 Dmeta-environment-extsdk.bb8 …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 Dbuildconf.py43 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 Dsysroot-relativelinks.py28 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 Dpythondeps94 relpath = dirpath[len(path)+1:]
95 if relpath:
100 context = '.'.join(relpath.split(os.sep))
H A Doe-setup-layers57 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 Dcmake.bbclass167 -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 Dutils.bbclass180 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 Dlibgfortran.inc20 relpath=${@os.path.relpath("${S}", "${B}/${TARGET_SYS}")}
21 ../$relpath/$target/configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
H A Dgcc-sanitizers.inc19 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 Dosc.py41 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 Dbzr.py33 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 Drecipeutils.py271 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 Dpath.py30 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 Dsbom.py84 l.symlink_to(os.path.relpath(dest, l.parent))
90 l.symlink_to(os.path.relpath(dest, l.parent))
H A Dbootfiles.py51 src = os.path.relpath(entry, deploy_dir)
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/grilo/
H A Dgrilo_0.3.16.bb33 relpath="$(realpath --relative-to="$base" "${S}")"
34 sed -i -e "s,$base/$relpath/src/,," \
/openbmc/qemu/scripts/
H A Dmtest2make.py45 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 Dstandard.py245 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 Dftrace.py50 event_filename=os.path.relpath(event.filename),
H A Dlog.py58 event_filename=os.path.relpath(event.filename),
H A Dsyslog.py46 event_filename=os.path.relpath(event.filename),
/openbmc/openbmc/poky/meta/recipes-devtools/git/
H A Dgit_2.47.1.bb98 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 Dopkg_0.7.0.bb45 … = " --localstatedir=/${@os.path.relpath('${localstatedir}', '${STAGING_DIR_NATIVE}')} --sysconfdi…

1234