Home
last modified time | relevance | path

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

/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/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:]:]";
541 ! test -d "$source_path/linux-user/include/host/$host_arch" ||
542 ! test -d "$source_path/common-user/host/$host_arch"; }; then
546 if test -n "$linux_arch" && ! test -d "$source_path/linux-headers/asm-$linux_arch"; then
617 . "$source_path/scripts/meson-buildoptions.sh"
651 --version|-V) exec cat "$source_path/VERSION"
713 cf=$source_path/configs/devices/$device_arch-softmmu/$optarg.mak
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0010-configure-lookup-meson-exutable-from-PATH.patch15 @@ -983,12 +983,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-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/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