/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
H A D | 0001-Makefile.am-do-not-clobber-PYTHONPATH-from-build-env.patch | 4 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 D | meson.build | 110 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 D | oe-pylint | 12 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 D | oe-buildenv-internal | 91 # Add BitBake's library to PYTHONPATH 92 PYTHONPATH=$BITBAKEDIR/lib:$PYTHONPATH 93 export PYTHONPATH
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_call_robot.py | 465 # 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 D | obmc_boot_test.py | 499 # 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 D | run-ptest | 3 export PYTHONPATH="/usr/lib/scap-security-guide/ptest/git:$PYTHONPATH"
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | python3targetconfig.bbclass | 15 export PYTHONPATH=${STAGING_LIBDIR}/python-sysconfigdata:$PYTHONPATH
|
H A D | setuptools3_legacy.bbclass | 52 PYTHONPATH=${D}${PYTHON_SITEPACKAGES_DIR}:$PYTHONPATH \
|
/openbmc/qemu/python/ |
H A D | README.rst | 46 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 D | run_keyword.robot | 23 # 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 D | 0002-do-not-import-target-module-while-cross-compile.patch | 40 + # Find module in PYTHONPATH 41 + spec = importlib.util._find_spec_from_path(modulename, [os.environ["PYTHONPATH"]])
|
/openbmc/u-boot/tools/patman/ |
H A D | test_util.py | 45 cmd = ('PYTHONPATH=$PYTHONPATH:%s/sandbox_spl/tools python-coverage run '
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | testenv.py | 73 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 D | 0001-do-not-import-target-module-while-cross-compile.patch | 42 + # Find module in PYTHONPATH 43 + spec = importlib.util._find_spec_from_path(modulename, [os.environ["PYTHONPATH"]])
|
/openbmc/u-boot/test/py/ |
H A D | README.md | 288 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 D | run-test.py | 107 gdb_pythonpath = gdb_env.get("PYTHONPATH", "").split(os.pathsep) 109 gdb_env["PYTHONPATH"] = os.pathsep.join(gdb_pythonpath)
|
/openbmc/qemu/tests/functional/ |
H A D | meson.build | 268 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 D | python3-hatchling_1.27.0.bb | 14 export PYTHONPATH=src
|
H A D | python3-build_1.2.2.bb | 18 export PYTHONPATH="${S}/src"
|
H A D | python3-installer_0.7.0.bb | 32 export PYTHONPATH="${S}/src"
|
/openbmc/linux/tools/perf/tests/ |
H A D | python-use.c | 18 PYTHONPATH, PYTHON, verbose > 0 ? "" : "2> /dev/null") < 0) in test__python_use()
|
/openbmc/phosphor-settingsd/ |
H A D | meson.build | 43 'PYTHONPATH': meson.current_source_dir() / 'subprojects' / 'sdbusplus' / 'tools',
|
/openbmc/phosphor-dbus-monitor/ |
H A D | meson.build | 59 'PYTHONPATH': meson.current_source_dir() / 'subprojects' / 'sdbusplus' / 'tools',
|
/openbmc/u-boot/scripts/ |
H A D | Makefile.spl | 278 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
|