Home
last modified time | relevance | path

Searched refs:fpath (Results 1 – 18 of 18) sorted by relevance

/openbmc/openbmc/poky/meta/classes/
H A Dchrpath.bbclass10 def process_file_linux(cmd, fpath, rootdir, baseprefix, tmpdir, d, break_hardlinks = False):
13 with oe.qa.ELFFile(fpath) as elf:
20 out = subprocess.check_output([cmd, "-l", fpath], universal_newlines=True)
28 #bb.note("Current rpath for %s is %s" % (fpath, curr_rpath.strip()))
41 bb.warn("Skipping RPATH %s as is a standard search path for %s" % (rpath, fpath))
46 …new_rpaths.append("$ORIGIN/" + os.path.relpath(rpath, os.path.dirname(fpath.replace(rootdir, "/"))…
52 bb.utils.break_hardlinks(fpath)
55 #bb.note("Setting rpath for %s to %s" %(fpath, args))
57 subprocess.check_output([cmd, "-r", args, fpath],
62 def process_file_darwin(cmd, fpath, rootdir, baseprefix, tmpdir, d, break_hardlinks = False):
[all …]
H A Dbuildhistory.bbclass382 for fpath, fsig in sorted(filesigs.items(), key=lambda item: item[0]):
383 f.write('%s %s\n' % (fpath, fsig))
/openbmc/openbmc/poky/meta/recipes-core/gettext/
H A Dgettext-minimal-native_0.23.1.bb23 fpath = oe.path.join(d.getVar("S"), "/gettext-tools/m4/Makefile.am")
24 with open(fpath) as f:
33 bb.error("Could not obtain list of installed aclocal files from {}".format(fpath))
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackagedata.py288 fpath = os.sep + os.path.relpath(f, pkgdestpkg)
291 files[fpath] = fstat.st_size
293 extended_data["files_info"].setdefault(fpath, {})
294 extended_data["files_info"][fpath]['size'] = fstat.st_size
300 if fpath in pkgdebugsource:
301 extended_data["files_info"][fpath]['debugsrc'] = pkgdebugsource[fpath]
302 del pkgdebugsource[fpath]
H A Dspdx30_tasks.py1079 fpath = Path(dirpath) / fn
1080 if fpath.is_symlink() or not fpath.is_file():
1083 relpath = str(fpath.relative_to(image_rootfs))
1084 h = bb.utils.sha256_file(fpath)
1099 fpath,
1317 fpath = Path(dirpath) / fn
1318 if not fpath.is_file() or fpath.is_symlink():
1321 relpath = str(fpath.relative_to(sdk_deploydir))
1326 fpath,
H A Dpackage.py1232 fpath = dvar + dest
1235 bb.utils.mkdirhier(os.path.dirname(fpath))
1237 if not os.access(fpath, os.R_OK):
1239 os.link(ftarget, fpath)
1242 fpath = dvar + deststatic
1245 bb.utils.mkdirhier(os.path.dirname(fpath))
1247 if not os.access(fpath, os.R_OK):
1249 os.link(ftarget, fpath)
1257 fpath = dvar + dest
1260 s = os.stat(fpath)
[all …]
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-gw-src.sh121 local fpath="/run/systemd/network/00-bmc-l2br.network.d/50-ra-metric.conf"
123 [ -f "$fpath" ] && return
129 printf '%s\n' "$ra_metric" >"$fpath"
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Drestapi.py128 fpath = os.path.join(dirpath, filename)
129 load_cache(fpath, index, branches)
388 fpath = os.path.join(up.path, fname)
390 bb.debug(1, 'Writing index to %s' % fpath + '.json')
391 with open(fpath + '.json', 'wt') as f:
H A Dcooker.py250 for ((pe, pv, pr), fpath) in all_versions_list[pn]:
251 realfn = bb.cache.virtualfn2realfn(fpath)
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py181 def _read_testlist(self, fpath, builddir): argument
182 if not os.path.isabs(fpath):
183 fpath = os.path.join(builddir, "conf", fpath)
184 if not os.path.exists(fpath):
185 bb.fatal("No such manifest file: ", fpath)
187 for line in open(fpath).readlines():
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0001-Fix-build-with-musl.patch32 @@ -860,9 +860,9 @@ static int __delete_old_previous_sample_data(const char *fpath,
34 if (remove(fpath)) {
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dsdk.py92 fpath = splitline[1]
93 curr_chksum = bb.utils.sha256_file(os.path.join(basepath, fpath))
95 …ebug('File %s changed: old csum = %s, new = %s' % (os.path.join(basepath, fpath), curr_chksum, chk…
96 changedfiles.append(fpath)
H A Ddeploy.py209 fpath = os.path.join(destdir, os.path.relpath(root, recipe_outdir), fn)
210 filelist.append((fpath, fsize))
256 for fpath, fsize in filelist:
257 f.write('%s %d\n' % (fpath, fsize))
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dcheck-version-mismatch.bbclass331 fpath = os.path.join(root, fname)
332 if os.path.isfile(fpath) and os.access(fpath, os.X_OK):
334 if ("/" + sd + "/") in fpath:
337 if is_shared_library(fpath):
341 executables.append(fpath)
/openbmc/qemu/util/
H A Dcutils.c1109 char fpath[PATH_MAX]; in qemu_init_exec_dir()
1110 uint32_t len = sizeof(fpath); in qemu_init_exec_dir()
1111 if (_NSGetExecutablePath(fpath, &len) == 0) { in qemu_init_exec_dir()
1112 p = realpath(fpath, buf); in qemu_init_exec_dir()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.c482 char fpath[128]; in ubifs_findfile() local
484 char *name = fpath; in ubifs_findfile()
490 strcpy(fpath, filename); in ubifs_findfile()
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c2177 char fpath[strlen(currpath) + 1]; in ext4fs_find_file1() local
2178 char *name = fpath; in ext4fs_find_file1()
2185 strncpy(fpath, currpath, strlen(currpath) + 1); in ext4fs_find_file1()
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0002-gcc-poison-system-directories.patch199 %{fprofile-arcs|fcondition-coverage|fpath-coverage|fprofile-generate*|coverage:\