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" -ef "$source_path" 59 exec "$source_path/configure" "$@" 166 if printf %s\\n "$source_path" "$PWD" | grep -q "[[:space:]:]"; 551 ! test -d "$source_path/linux-user/include/host/$host_arch" || 552 ! test -d "$source_path/common-user/host/$host_arch"; }; then 556 if test -n "$linux_arch" && ! test -d "$source_path/linux-headers/asm-$linux_arch"; then 627 . "$source_path/scripts/meson-buildoptions.sh" 661 --version|-V) exec cat "$source_path/VERSION" 721 cf=$source_path/configs/devices/$device_arch-softmmu/$optarg.mak [all …]
|
/openbmc/openbmc-test-automation/bin/ |
H A D | generate_testsuite_info.py | 114 valid_path(source_path) 121 def parse_test_suites(source_path, option): argument 130 if os.path.isfile(source_path): 131 file_paths = [source_path] 135 for (path, dirs, files) in os.walk(source_path) 172 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/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0010-configure-lookup-meson-exutable-from-PATH.patch | 15 @@ -958,12 +958,7 @@ mkvenv="$python ${source_path}/python/scripts/mkvenv.py" 16 $mkvenv ensuregroup --dir "${source_path}/python/wheels" \ 17 ${source_path}/pythondeps.toml meson || exit 1
|
H A D | 0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch | 39 -python="$($python -B "${source_path}/python/scripts/mkvenv.py" create pyvenv)" 47 -mkvenv="$python ${source_path}/python/scripts/mkvenv.py"
|
/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/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/linux/Documentation/sphinx/ |
H A D | kernel_include.py | 107 include_file = io.FileInput(source_path=path,
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | kernel_include.py | 105 include_file = io.FileInput(source_path=path,
|
/openbmc/qemu/tests/vm/ |
H A D | basevm.py | 100 self._source_path = args.source_path
|