Home
last modified time | relevance | path

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

1234

/openbmc/openbmc/poky/meta/recipes-support/libcap-ng/
H A Dlibcap-ng_0.8.4.bb14 relpath=${@os.path.relpath("${base_libdir}", "${libdir}")}
15 ln -sf ${relpath}/libcap-ng.so.0.0.0 ${D}${libdir}/libcap-ng.so
/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/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/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/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/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/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 Dsbom.py84 l.symlink_to(os.path.relpath(dest, l.parent))
90 l.symlink_to(os.path.relpath(dest, l.parent))
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 Dcopy_buildsystem.py105 layer_relative = os.path.relpath(layer, os.path.dirname(corebase))
111 layer_relative = os.path.relpath(layerdestpath,
268 dest = os.path.join(destdir, os.path.relpath(src, nativedir))
/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)
H A Dsvn.py48 relpath = self._strip_leading_slashes(ud.path)
49 ud.pkgdir = os.path.join(svndir, ud.host, relpath)
/openbmc/qemu/scripts/
H A Dmtest2make.py44 executable = os.path.relpath(executable)
99 targets = {t['id']: [os.path.relpath(f) for f in t['filename']]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py246 initial_rev[os.path.relpath(submodule, srctree)] = rev
337 relpath = os.path.relpath(dst, base_outdir)
338 if relpath.startswith('..'):
340 dst = os.path.join(dry_run_outdir, relpath)
471 relpth = os.path.relpath(root, local_files_dir)
781 srcsubdir = os.path.relpath(s, workdir).split(os.sep, 1)[1]
1198 relbpdir = os.path.relpath(bpdir, config.workspace_path) + '/'
1368 reldirpath = os.path.relpath(dirpath, destdir)
1567 relpth = os.path.relpath(entry, recipedir)
1686 relpatchdir = os.path.relpath(srctreebase, srctree)
[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.44.0.bb97 REL_GIT_EXEC_PATH = "${@os.path.relpath(libexecdir, bindir)}/git-core"
98 REL_GIT_TEMPLATE_DIR = "${@os.path.relpath(datadir, bindir)}/git-core/templates"
99 REL_GIT_SSL_CAINFO = "${@os.path.relpath(sysconfdir, bindir)}/ssl/certs/ca-certificates.crt"
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dprojecttags.py10 from os.path import relpath
277 return relpath(fullpath, prefix)

1234