Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/
H A D0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch21 source_dir = getenv("PIGLIT_SOURCE_DIR");
22 if (source_dir == NULL) {
23 - source_dir = SOURCE_DIR;
24 + source_dir = ".";
/openbmc/entity-manager/scripts/
H A Dvalidate_configs.py76 source_dir = os.path.realpath(__file__).split(os.sep)[:-2]
78 *source_dir, "schemas", DEFAULT_SCHEMA_FILENAME
101 source_dir = os.path.realpath(__file__).split(os.sep)[:-2]
102 configs_dir = os.sep + os.path.join(*source_dir, "configurations")
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py258 source_dir = oe.path.join(self.target_rootfs, i)
260 if os.path.isdir(source_dir):
261 shutil.copytree(source_dir, target_dir, symlinks=True)
262 elif os.path.isfile(source_dir):
263 shutil.copy2(source_dir, target_dir)
272 source_dir = oe.path.join(self.saved_packaging_data, i)
273 if os.path.isdir(source_dir):
274 shutil.copytree(source_dir, target_dir, symlinks=True)
275 elif os.path.isfile(source_dir):
276 shutil.copy2(source_dir, target_dir)
/openbmc/u-boot/test/py/tests/
H A Dtest_ut.py11 fn = u_boot_console.config.source_dir + '/testflash.bin'
18 fn = u_boot_console.config.source_dir + '/spi.bin'
H A Dtest_vboot.py201 datadir = cons.config.source_dir + '/test/py/tests/vboot/'
/openbmc/openbmc/poky/meta/classes/
H A Dgo-vendor.bbclass45 source_dir = d.getVar('S')
46 linkname = os.path.join(source_dir, *['src', go_import, 'vendor'])
64 source_dir = d.getVar('S')
66 linkname = os.path.join(source_dir, *['src', go_import, 'vendor'])
67 vendor_dir = os.path.join(source_dir, *['src', 'import', 'vendor'])
68 import_dir = os.path.join(source_dir, *['src', 'import', 'vendor.fetch'])
202 symlink_target = os.path.join(source_dir, *['src', go_import, replaced_path])
/openbmc/u-boot/test/py/
H A Dconftest.py96 source_dir = os.path.dirname(os.path.dirname(test_py_dir))
106 build_dir = source_dir + '/build-' + board_type
127 if build_dir != source_dir:
138 runner.run(cmd, cwd=source_dir)
178 ubconfig.source_dir = source_dir
H A Du_boot_console_sandbox.py56 return Spawn(cmd, cwd=self.config.source_dir)
H A DREADME.md137 If omitted, this is `${source_dir}/build-${board_type}`.
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dreport.py217 …def view_test_report(self, logger, source_dir, branch, commit, tag, use_regression_map, raw_test, … argument
240 repo = GitRepo(source_dir)
245 repo = GitRepo(source_dir)
248 testresults = resultutils.load_resultsdata(source_dir, configmap=configmap)
292 …report.view_test_report(logger, args.source_dir, args.branch, args.commit, args.tag, args.use_regr…
/openbmc/linux/Documentation/sphinx/
H A Dkernel_include.py91 source_dir = os.path.dirname(os.path.abspath(source))
95 path = os.path.normpath(os.path.join(source_dir, path))
/openbmc/u-boot/Documentation/sphinx/
H A Dkernel_include.py88 source_dir = os.path.dirname(os.path.abspath(source))
92 path = os.path.normpath(os.path.join(source_dir, path))
/openbmc/qemu/tests/qemu-iotests/
H A Dcheck142 env = TestEnv(source_dir=args.source_dir,
H A Dtestenv.py178 def __init__(self, source_dir: str, build_dir: str,
221 self.source_iotests = source_dir
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0008-Do-not-embed-build-directory-in-binaries.patch104 cv::String source_dir;
/openbmc/linux/fs/smb/client/
H A Dinode.c2338 cifs_rename2(struct mnt_idmap *idmap, struct inode *source_dir, argument
2358 cifs_sb = CIFS_SB(source_dir->i_sb);
2462 CIFS_I(source_dir)->time = CIFS_I(target_dir)->time = 0;
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-yocto.bbclass385 source_dir=`echo ${S} | sed 's%/$%%'`
390 if [ "${source_dir}" != "${source_workdir}" ]; then
/openbmc/linux/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst452 some parameters can be changed in the {source_dir}/aq_cfg.h file.