Searched refs:source_path (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/ |
H A D | configure | 14 source_path=$(cd "$(dirname -- "$0")"; pwd) 16 if test "$PWD" = "$source_path" 59 exec "$source_path/configure" "$@" 596 . "$source_path/scripts/meson-buildoptions.sh" 627 --version|-V) exec cat "$source_path/VERSION" 769 if ! test -e "$source_path/.git" 780 if test -e "$source_path/.git"; then 978 ${source_path}/pythondeps.toml docs; 1538 if [ -e "$source_path/$f" ]; then 1539 symlink "$source_path/$f" "$f" [all …]
|
/openbmc/openbmc-test-automation/bin/ |
H A D | generate_testsuite_info.py | 93 valid_path(source_path) 100 def parse_test_suites(source_path, option): argument 109 if os.path.isfile(source_path): 110 file_paths = [source_path] 114 for (path, dirs, files) in os.walk(source_path) 161 parse_test_suites(source_path, option)
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/dump/ |
H A D | phosphor-debug-collector_%.bbappend | 10 source_path = os.path.join(source, "tools", "dreport.d", "openpower.d", "plugins.d") 11 op_plugins = os.listdir(source_path) 13 op_plugin_name = os.path.join(source_path, op_plugin)
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/dump/ |
H A D | phosphor-debug-collector_%.bbappend | 22 source_path = os.path.join(source, "tools", "dreport.d", "ibm.d", "plugins.d") 23 op_plugins = os.listdir(source_path) 25 op_plugin_name = os.path.join(source_path, op_plugin)
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | fixedmeson.patch | 8 $mkvenv ensuregroup --dir "${source_path}/python/wheels" \ 9 ${source_path}/pythondeps.toml meson || exit 1
|
H A D | no-pip.patch | 33 -python="$($python -B "${source_path}/python/scripts/mkvenv.py" create pyvenv)" 41 mkvenv="$python ${source_path}/python/scripts/mkvenv.py"
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/ |
H A D | phosphor-debug-collector_git.bb | 133 source_path = os.path.join(source, "tools", "dreport.d", "plugins.d") 134 scripts = os.listdir(source_path) 136 srcname = os.path.join(source_path, script)
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 95 source_path = [] 99 source_path.append(pgpath) 100 if len(source_path) == 0: 104 elif len(source_path) > 1: 106 print('at {}'.format(source_path[0])) 107 pgdir = source_path[0]
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | kernel_include.py | 105 include_file = io.FileInput(source_path=path,
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kernel_include.py | 107 include_file = io.FileInput(source_path=path,
|
/openbmc/qemu/tests/vm/ |
H A D | basevm.py | 100 self._source_path = args.source_path
|