Home
last modified time | relevance | path

Searched refs:topdir (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcooker.py20 topdir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "testdata/cooker")
21 self.d.setVar('TOPDIR', topdir)
27 def append_collection(topdir, path, d): argument
29 pattern = "^" + topdir + "/" + path + "/"
39 topdir = self.d.getVar("TOPDIR")
44 bbfile_config_priorities.append( append_collection(topdir, 'first', self.d) )
45 bbfile_config_priorities.append( append_collection(topdir, 'second', self.d) )
46 bbfile_config_priorities.append( append_collection(topdir, 'second/third', self.d) )
48 pkgfns = [ topdir + '/first/recipes/sample1_1.0.bb',
49 topdir + '/second/recipes/sample2_1.0.bb',
[all …]
/openbmc/openbmc/poky/scripts/
H A Dsysroot-relativelinks.py18 topdir = sys.argv[1] variable
19 topdir = os.path.abspath(topdir) variable
25 if link.startswith(topdir):
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)
32 for subdir, dirs, files in os.walk(topdir):
H A Dpatchtest135 top_level_dir=PatchtestParser.topdir,
235 if not PatchtestParser.topdir:
236 PatchtestParser.topdir = PatchtestParser.testdir
H A Doe-setup-build16 def makebuildpath(topdir, template): argument
17 return os.path.join(topdir, "build-{}".format(template))
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsstatetests.py37 self.topdir = bb_vars['TOPDIR']
185 self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash")
188 self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash2")
203 subdirs = sorted(glob.glob(self.topdir + "/tmp-sstatesamehash/stamps/*-nativesdk*-linux"))
205 … subdirs.extend(sorted(glob.glob(self.topdir + "/tmp-sstatesamehash/stamps/all-*-linux")))
209 get_files(self.topdir + "/tmp-sstatesamehash/stamps/" + nativesdkdir, files1)
210 get_files(self.topdir + "/tmp-sstatesamehash2/stamps/" + nativesdkdir, files2)
381 self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash")
392 self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash2")
405 files1 = get_files(self.topdir + "/tmp-sstatesamehash/stamps/")
[all …]
H A Dreproducible.py217 tmpdir = os.path.join(self.topdir, name, 'tmp')
299 if s.startswith(self.topdir):
300 return s[len(self.topdir):]
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/
H A Dselftest15 topdir = os.path.dirname(currentdir) variable
16 parentdir = os.path.dirname(topdir)
24 print("Testsuite summary for %s" % os.path.basename(topdir))
41 …htest --base-commit HEAD --repodir %s --testdir %s/tests --patch %s' % (repodir, topdir, patchpath)
/openbmc/linux/net/sunrpc/
H A Ddebugfs.c15 static struct dentry *topdir; variable
278 debugfs_remove_recursive(topdir); in sunrpc_debugfs_exit()
279 topdir = NULL; in sunrpc_debugfs_exit()
287 topdir = debugfs_create_dir("sunrpc", NULL); in sunrpc_debugfs_init()
289 rpc_clnt_dir = debugfs_create_dir("rpc_clnt", topdir); in sunrpc_debugfs_init()
291 rpc_xprt_dir = debugfs_create_dir("rpc_xprt", topdir); in sunrpc_debugfs_init()
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-config-build22 topdir = os.path.dirname(bindir) variable
23 sys.path[0:0] = [os.path.join(topdir, 'lib')]
70 for path in ([topdir] + bbpaths):
H A Dbitbake-layers22 topdir = os.path.dirname(bindir) variable
23 sys.path[0:0] = [os.path.join(topdir, 'lib')]
70 for path in ([topdir] + bbpaths):
H A Dbitbake-getvar16 topdir = os.path.dirname(bindir) variable
17 sys.path[0:0] = [os.path.join(topdir, 'lib')]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmain.py457 topdir, lock, lockfile = lockBitbake()
458 sockname = topdir + "/bitbake.sock"
477 logger.info("Directory listing: %s" % (str(os.listdir(topdir))))
528 topdir = bb.cookerdata.findTopdir()
529 if not topdir:
532 lockfile = topdir + "/bitbake.lock"
533 return topdir, bb.utils.lockfile(lockfile, False, False), lockfile
H A Dutils.py762 def prunedir(topdir, ionice=False): argument
765 if _check_unsafe_delete_path(topdir):
766 …raise Exception('bb.utils.prunedir: called with dangerous path "%s", refusing to delete!' % topdir)
767 remove(topdir, recurse=True, ionice=ionice)
/openbmc/openbmc/poky/meta/classes/
H A Dgo-vendor.bbclass179 topdir = os.path.dirname(line)
180 while len(topdir):
181 if not topdir in vendored_paths:
182 vendored_paths.add(topdir)
184 topdir = os.path.dirname(topdir)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0009-Prevent-running-check-tests-on-host-if-cross-compili.patch17 'topdir' doesn't work. Instead, if CROSS_COMPILE is set, the
19 from an expression based on the host path 'topdir'.
88 SRCDIR := $(shell $(REALPATH) $(topdir)/libutil++/tests/ )
/openbmc/openbmc/poky/meta/lib/bbconfigbuild/
H A Dconfigfragments.py44 for topdir, dirs, files in os.walk(os.path.join(layerdir, fragments_path_prefix)):
45 … fragmentdir = os.path.relpath(topdir, os.path.join(layerdir, fragments_path_prefix))
50 fragmentpath = os.path.join(topdir, fragmentfile)
/openbmc/linux/tools/perf/util/
H A Dbuild-id.c455 char *topdir, *linkdir = NULL; in build_id_cache__list_all() local
463 if (asprintf(&topdir, "%s/.build-id/", buildid_dir) < 0) in build_id_cache__list_all()
470 toplist = lsdir(topdir, lsdir_bid_head_filter); in build_id_cache__list_all()
472 pr_debug("Error in lsdir(%s): %d\n", topdir, errno); in build_id_cache__list_all()
480 if (asprintf(&linkdir, "%s/%s", topdir, nd->s) < 0) in build_id_cache__list_all()
504 free(topdir); in build_id_cache__list_all()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcompress_doc.bbclass168 def compress_doc(topdir, compress_mode, compress_cmds):
171 for root, dirs, files in os.walk(topdir):
196 def decompress_doc(topdir, compress_mode, decompress_cmds):
200 for root, dirs, files in os.walk(topdir):
H A Dqemuboot.bbclass149 topdir = d.getVar('TOPDIR')
166 if val.startswith(topdir):
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0013-remove-clean-script.patch24 - $(topdir)/efi/clean-gnu-efi.sh $(EFI_SUBARCH) $(objdir)
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/
H A D0001-extmk-fix-cross-compilation-of-external-gems.patch25 $ruby << "-I'$(topdir)'"
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dide_sdk.py194 self.topdir = None
207 self.topdir = meta_ide_support_d.getVar('TOPDIR')
306 self.topdir = None
374 self.topdir = recipe_d.getVar('TOPDIR')
720 self.oe_init_build_env, self.topdir, self.oe_init_build_env, self.topdir))
/openbmc/openbmc/meta-openembedded/meta-oe/lib/oeqa/selftest/cases/
H A Dsyzkaller.py94 self.topdir = bb_vars['TOPDIR']
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/
H A D0003-Dont-disable-libreadline.a-when-using-disable-static.patch41 --srcdir=$${topdir}/$$module_srcdir \
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30_tasks.py135 topdir, argument
151 for subdir, dirs, files in os.walk(topdir):
153 if subdir == str(topdir):
161 filename = str(filepath.relative_to(topdir))

12