Home
last modified time | relevance | path

Searched refs:source_path (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/
H A Dconfigure14 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 Dgenerate_testsuite_info.py114 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 Dphosphor-debug-collector_%.bbappend10 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 D0010-configure-lookup-meson-exutable-from-PATH.patch15 @@ -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 D0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch39 -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 Dphosphor-debug-collector_%.bbappend22 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 Dphosphor-debug-collector_git.bb133 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 Dtdc.py95 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 Dkernel_include.py107 include_file = io.FileInput(source_path=path,
/openbmc/u-boot/Documentation/sphinx/
H A Dkernel_include.py105 include_file = io.FileInput(source_path=path,
/openbmc/qemu/tests/vm/
H A Dbasevm.py100 self._source_path = args.source_path