| /openbmc/openbmc/poky/meta/classes/ |
| H A D | chrpath.bbclass | 10 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 D | buildhistory.bbclass | 382 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 D | gettext-minimal-native_0.23.1.bb | 23 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 D | packagedata.py | 288 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 D | spdx30_tasks.py | 1079 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 D | package.py | 1232 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 D | gbmc-br-gw-src.sh | 121 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 D | restapi.py | 128 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 D | cooker.py | 250 for ((pe, pv, pr), fpath) in all_versions_list[pn]: 251 realfn = bb.cache.virtualfn2realfn(fpath)
|
| /openbmc/openbmc/poky/meta/lib/oeqa/ |
| H A D | oetest.py | 181 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 D | 0001-Fix-build-with-musl.patch | 32 @@ -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 D | sdk.py | 92 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 D | deploy.py | 209 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 D | check-version-mismatch.bbclass | 331 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 D | cutils.c | 1109 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 D | ubifs.c | 482 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 D | ext4_common.c | 2177 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 D | 0002-gcc-poison-system-directories.patch | 199 %{fprofile-arcs|fcondition-coverage|fpath-coverage|fprofile-generate*|coverage:\
|