Home
last modified time | relevance | path

Searched full:pythonpath (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A D0001-Makefile.am-do-not-clobber-PYTHONPATH-from-build-env.patch4 Subject: [PATCH] Makefile.am: do not clobber PYTHONPATH from build environment
26 - -PYTHONPATH=$(PYTHONPATH) $(PYLINT) --rcfile=pylint.conf \
27 + -PYTHONPATH=$(LIRCPYTHONPATH) $(PYLINT) --rcfile=pylint.conf \
38 -PYTHONPATH = $(PYTHONPATH1):$(PYTHONPATH2)
50 - -PYTHONPATH=$(PYTHONPATH) $(PYLINT) --rcfile=../pylint.conf \
51 + -PYTHONPATH=$(LIRCPYTHONPATH) $(PYLINT) --rcfile=../pylint.conf \
/openbmc/qemu/target/hexagon/
H A Dmeson.build110 env: {'PYTHONPATH': meson.current_build_dir()},
119 env: {'PYTHONPATH': meson.current_build_dir()},
128 env: {'PYTHONPATH': meson.current_build_dir()},
137 env: {'PYTHONPATH': meson.current_build_dir()},
146 env: {'PYTHONPATH': meson.current_build_dir()},
155 env: {'PYTHONPATH': meson.current_build_dir()},
164 env: {'PYTHONPATH': meson.current_build_dir()},
177 env: {'PYTHONPATH': meson.current_build_dir()},
186 env: {'PYTHONPATH': meson.current_build_dir()},
195 env: {'PYTHONPATH': meson.current_build_dir()},
[all …]
/openbmc/openbmc/poky/scripts/
H A Doe-pylint12 PYTHONPATH=$this_dir/../bitbake/lib/ pylint3 $IGNORELIST bb
13 PYTHONPATH=$this_dir/../bitbake/lib/:$this_dir/../meta/lib pylint3 $IGNORELIST -d undefined-variabl…
14 PYTHONPATH=$this_dir/../bitbake/lib/:$this_dir/../meta/lib pylint3 $IGNORELIST oeqa
15 PYTHONPATH=$this_dir/../bitbake/lib/:$this_dir/../meta/lib:$this_dir/lib pylint3 $IGNORELIST -d und…
H A Doe-buildenv-internal91 # Add BitBake's library to PYTHONPATH
92 PYTHONPATH=$BITBAKEDIR/lib:$PYTHONPATH
93 export PYTHONPATH
/openbmc/openbmc-test-automation/lib/
H A Dgen_call_robot.py465 # Save PATH and PYTHONPATH to be restored later.
466 os.environ["SAVED_PYTHONPATH"] = os.environ.get("PYTHONPATH", "")
481 PYTHONPATH = ROBOT_TEST_BASE_DIR_PATH + "lib"
496 PYTHONPATH = (
497 os.environ.get("PYTHONPATH", "")
506 os.environ["PYTHONPATH"] = PYTHONPATH
508 gp.dprint_vars(PATH, PYTHONPATH)
516 os.environ["PYTHONPATH"] = os.environ.get("SAVED_PYTHONPATH", "")
528 os.environ["PYTHONPATH"] = os.environ.get("SAVED_PYTHONPATH", "")
H A Dobmc_boot_test.py499 # Likewise, our repo lib subdir needs to be in sys.path and PYTHONPATH.
502 PYTHONPATH = os.environ.get("PYTHONPATH", "")
503 if PYTHONPATH == "":
504 os.environ["PYTHONPATH"] = robot_pgm_dir_path
506 os.environ["PYTHONPATH"] = robot_pgm_dir_path + ":" + PYTHONPATH
/openbmc/openbmc/meta-security/recipes-compliance/scap-security-guide/files/
H A Drun-ptest3 export PYTHONPATH="/usr/lib/scap-security-guide/ptest/git:$PYTHONPATH"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpython3targetconfig.bbclass15 export PYTHONPATH=${STAGING_LIBDIR}/python-sysconfigdata:$PYTHONPATH
H A Dsetuptools3_legacy.bbclass52 PYTHONPATH=${D}${PYTHON_SITEPACKAGES_DIR}:$PYTHONPATH \
/openbmc/qemu/python/
H A DREADME.rst46 1. Set your PYTHONPATH environment variable to include this source
48 https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH
62 ``> PYTHONPATH=~/src/qemu/python python3 -m qemu.qmp.qmp_shell``
/openbmc/openbmc-test-automation/extended/
H A Drun_keyword.robot23 # export PYTHONPATH=${HOME}/git/openbmc-test-automation/lib/
32 # NOTE: Robot searches PYTHONPATH for libraries.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0002-do-not-import-target-module-while-cross-compile.patch40 + # Find module in PYTHONPATH
41 + spec = importlib.util._find_spec_from_path(modulename, [os.environ["PYTHONPATH"]])
/openbmc/u-boot/tools/patman/
H A Dtest_util.py45 cmd = ('PYTHONPATH=$PYTHONPATH:%s/sandbox_spl/tools python-coverage run '
/openbmc/qemu/tests/qemu-iotests/
H A Dtestenv.py73 env_variables = ['PYTHONPATH', 'TEST_DIR', 'SOCK_DIR', 'SAMPLE_IMG_DIR',
110 PYTHONPATH
119 self.pythonpath = os.pathsep.join(filter(None, (
122 os.getenv('PYTHONPATH'),
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0001-do-not-import-target-module-while-cross-compile.patch42 + # Find module in PYTHONPATH
43 + spec = importlib.util._find_spec_from_path(modulename, [os.environ["PYTHONPATH"]])
/openbmc/u-boot/test/py/
H A DREADME.md288 should set `$PYTHONPATH` prior to running the test script to allow these
324 PYTHONPATH=${HOME}/ubtest/py/${HOSTNAME}:${PYTHONPATH} \
335 PYTHONPATH=${HOME}/ubtest/py/${HOSTNAME}:${PYTHONPATH} \
/openbmc/qemu/tests/guest-debug/
H A Drun-test.py107 gdb_pythonpath = gdb_env.get("PYTHONPATH", "").split(os.pathsep)
109 gdb_env["PYTHONPATH"] = os.pathsep.join(gdb_pythonpath)
/openbmc/qemu/tests/functional/
H A Dmeson.build268 test_env.set('PYTHONPATH', meson.project_source_root() / 'python:' +
278 test_precache_env.set('PYTHONPATH', meson.project_source_root() / 'python:' +
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-hatchling_1.27.0.bb14 export PYTHONPATH=src
H A Dpython3-build_1.2.2.bb18 export PYTHONPATH="${S}/src"
H A Dpython3-installer_0.7.0.bb32 export PYTHONPATH="${S}/src"
/openbmc/linux/tools/perf/tests/
H A Dpython-use.c18 PYTHONPATH, PYTHON, verbose > 0 ? "" : "2> /dev/null") < 0) in test__python_use()
/openbmc/phosphor-settingsd/
H A Dmeson.build43 'PYTHONPATH': meson.current_source_dir() / 'subprojects' / 'sdbusplus' / 'tools',
/openbmc/phosphor-dbus-monitor/
H A Dmeson.build59 'PYTHONPATH': meson.current_source_dir() / 'subprojects' / 'sdbusplus' / 'tools',
/openbmc/u-boot/scripts/
H A DMakefile.spl278 pythonpath = PYTHONPATH=scripts/dtc/pylibfdt
281 cmd_dtocc = $(pythonpath) $(srctree)/tools/dtoc/dtoc -d $(obj)/$(SPL_BIN).dtb -o $@ platdata
284 cmd_dtoch = $(pythonpath) $(srctree)/tools/dtoc/dtoc -d $(obj)/$(SPL_BIN).dtb -o $@ struct

12