Home
last modified time | relevance | path

Searched refs:python (Results 1 – 25 of 1500) sorted by relevance

12345678910>>...60

/openbmc/openbmc-tools/sensor_yaml_config/
H A Dsensor_map.yaml1 ? !!python/tuple
5 ? !!python/tuple
9 ? !!python/tuple
13 ? !!python/tuple
20 ? !!python/tuple
27 ? !!python/tuple
34 ? !!python/tuple
41 ? !!python/tuple
48 ? !!python/tuple
55 ? !!python/tuple
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/libsigrokdecode/
H A D0001-configure.ac-add-py-3.10-support.patch18 # https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build
20python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.…
21python-3.12-embed], [python-3.11-embed], [python-3.10-embed], [python-3.9-embed], [python-3.8-embe…
H A Dpython39.patch18 # https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build
20python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3…
21python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.…
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A Dno-pip.patch1 qemu: Ensure pip and the python venv aren't used for meson
3 Qemu wants to use a supported python version and a specific meson version
29 @@ -937,7 +937,7 @@ python="$(command -v "$python")"
30 echo "python determined to be '$python'"
31 echo "python version: $($python --version)"
33 -python="$($python -B "${source_path}/python/scripts/mkvenv.py" create pyvenv)"
34 +python=python3
36 error_exit "python venv creation failed"
40 python="$python -B"
41 mkvenv="$python ${source_path}/python/scripts/mkvenv.py"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/
H A Dparallel_make.patch11 diff -ruN telepathy-python-0.15.19-orig/src/Makefile.am telepathy-python-0.15.19/src/Makefile.am
12 --- telepathy-python-0.15.19-orig/src/Makefile.am 2011-03-10 08:51:49.000000000 +0800
13 +++ telepathy-python-0.15.19/src/Makefile.am 2011-03-10 08:54:45.000000000 +0800
21 $(tools_dir)/python-interfaces-generator.xsl \
24 -_generated/constants.py: $(tools_dir)/python-constants-generator.xsl $(wildcard $(spec_dir)/*.xml)
27 $(tools_dir)/python-constants-generator.xsl \
30 -_generated/errors.py: $(tools_dir)/python-errors-generator.xsl $(wildcard $(spec_dir)/*.xml)
33 $(tools_dir)/python-errors-generator.xsl \
39 -_generated/%.py: $(tools_dir)/spec-to-python.xsl $(spec_dir)/%.xml
40 +_generated/%.py: _generated/__init__.py $(tools_dir)/spec-to-python.xsl $(spec_dir)/%.xml
[all …]
/openbmc/openbmc-test-automation/tools/
H A Dgenerate_test_document52 python -m robot.testdoc tests testsdirectoryTCdocs.html || ret_code=1
53 python -m robot.testdoc extended extendeddirectoryTCdocs.html || ret_code=1
54 python -m robot.testdoc gui guidirectoryTCdocs.html || ret_code=1
55 python -m robot.testdoc systest systestdirectoryTCdocs.html || ret_code=1
56 python -m robot.testdoc xcat xcatdirectoryTCdocs.html || ret_code=1
57 python -m robot.testdoc mnfg mnfgdirectoryTCdocs.html || ret_code=1
58 python -m robot.testdoc tools toolsdirectoryTCdocs.html || ret_code=1
59 python -m robot.testdoc ./openpower/ras rasdirectoryTCdocs.html || ret_code=1
60 python -m robot.testdoc ./openpower/secureboot securebootdirectoryTCdocs.html\
62 python -m robot.testdoc network networkdirectoryTCdocs.html ||\
[all …]
/openbmc/qemu/.gitlab-ci.d/
H A Dstatic_checks.yml4 image: python:3.10-alpine
18 image: python:3.10-alpine
26 check-python-minreqs:
29 image: $CI_REGISTRY_IMAGE/qemu/python:$QEMU_CI_CONTAINER_TAG
31 - make -C python check-minreqs
35 job: python-container
37 check-python-tox:
40 image: $CI_REGISTRY_IMAGE/qemu/python:$QEMU_CI_CONTAINER_TAG
42 - make -C python check-tox
48 job: python-container
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-twisted_22.10.0.bb100 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \
126 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/*.so \
147 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python\
155 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/hook.py* \
157 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/otp.py* \
158 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/usage.py* \
162 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/util.py* \
175 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/dist.py* \
180 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/log.py* \
184 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/text.py* \
[all …]
H A Dpython3-schedutils_0.6.bb2 HOMEPAGE = "https://git.kernel.org/pub/scm/libs/python/python-schedutils/python-schedutils.git/"
3 SECTION = "devel/python"
7 SRC_URI = "git://git.kernel.org/pub/scm/libs/python/python-schedutils/python-schedutils.git;branch=…
H A Dpython3-linux-procfs_0.7.3.bb2 HOMEPAGE = "https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git/"
3 SECTION = "devel/python"
7 SRC_URI = "git://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git;bra…
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-Avoid-shebang-overflow-on-python-config.py.patch4 Subject: [PATCH] Avoid shebang overflow on python-config.py
13 [1] https://github.com/python/cpython/pull/93760#pullrequestreview-1005365737
22 @@ -2339,6 +2339,8 @@ python-config: $(srcdir)/Misc/python-config.in Misc/python-config.sh
25 sed -e "s,@EXENAME@,$(EXENAME)," < $(srcdir)/Misc/python-config.in >python-config.py
27 + sed -i -e '1s|^#!.*|#!/usr/bin/env python3|' python-config.py
29 LC_ALL=C sed -e 's,\$$(\([A-Za-z0-9_]*\)),\$$\{\1\},g' < Misc/python-config.sh >python-config
30 @ # On Darwin, always use the python version of the script, the shell
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/
H A Dtelepathy-python3_0.15.19.bb9 SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${PV}.tar.gz…
15 S = "${WORKDIR}/telepathy-python-${PV}"
23 ${libdir}/python*/site-packages/telepathy/*.py \
24 ${libdir}/python*/site-packages/telepathy/*/*.py \
28 rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__
29 rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__
30 rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__
31 rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/
H A Drrdtool_1.8.0.bb29 PACKAGECONFIG[python] = "--enable-python=yes \
32 --disable-python,python,"
72 #python
81 #modify python sitepkg
85 sed -i -e "s:python/setup.py install:python/setup.py install \
106 PACKAGES =+ "${PN}-perl ${PN}-python"
125 DESCRIPTION:${PN}-python = \
126 "The ${PN}-python package includes RRDtool bindings for python."
127 FILES:${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"
128 RDEPENDS:${PN}-python = "python3"
[all …]
/openbmc/linux/scripts/coccinelle/misc/
H A Ddo_div.cocci18 @initialize:python@
67 long l: script:python() { filter_out_safe_constants(l) };
86 long l: script:python() { filter_out_safe_constants(l) };
101 @script:python depends on org@
108 @script:python depends on org@
115 @script:python depends on org@
122 @script:python depends on org@
129 @script:python depends on report@
136 @script:python depends on report@
143 @script:python depends on report@
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/
H A D0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch22 - DESTINATION lib/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/${PYTHON_LIB_INSTALL_PAT…
23 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/${PY…
25 - DESTINATION lib/python${PYTHON_VERSION}/${PYTHON_PKG_DIR})
26 + DESTINATION l${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/${PYTHON_PKG_DIR})
28 - DESTINATION lib/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/cec)
29 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/cec)
32 - DESTINATION lib/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/${PYTHON_LIB_INSTALL_PAT…
33 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/${PY…
35 - DESTINATION lib/python${PYTHON_VERSION}/${PYTHON_PKG_DIR})
36 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/${PYTHON_PKG_DIR})
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A D0001-automake-Update-for-python.m4-to-respect-libdir.patch4 Subject: [PATCH] automake: Update for python.m4 to respect libdir
15 m4/python.m4 | 24 ++++++------------------
18 diff --git a/m4/python.m4 b/m4/python.m4
20 --- a/m4/python.m4
21 +++ b/m4/python.m4
43 + am_cv_python_pythondir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"`
51 - *) am_cv_python_pythondir="\${PYTHON_PREFIX}/lib/python$PYTHON_VERSION/site-packages"
52 + *) am_cv_python_pythondir=$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages
68 + am_cv_python_pyexecdir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"`
76 - *) am_cv_python_pyexecdir="\${PYTHON_EXEC_PREFIX}/lib/python$PYTHON_VERSION/site-packages"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/
H A Dpython3-distutils-extra_2.39.bb1 SUMMARY = "python-distutils extension"
2 DESCRIPTION = "python-distutils extension integrating gettext support, themed icons and scrollkeepe…
3 HOMEPAGE = "https://launchpad.net/python-distutils-extra"
4 SECTION = "devel/python"
8 SRC_URI = "https://launchpad.net/python-distutils-extra/trunk/${PV}/+download/python-distutils-extr…
13 S = "${WORKDIR}/python-distutils-extra-${PV}"
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3_3.12.3.bb2 HOMEPAGE = "http://www.python.org"
5 SECTION = "devel/python"
9 SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \
44 CVE_PRODUCT = "python cpython"
129 # https://bugs.python.org/issue45945
257 …install ${D}/${bindir}/python${PYTHON_MAJMIN}-config ${SYSROOT_DESTDIR}/${prefix}/python-target-co…
311 python(){
401 # This needs to be executed by python-native and NOT by HOST's python
406 # bitbake python -c create_manifest
446 FILES:${PN}-misc = "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MAJMIN}/lib-dynload"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lio-utils/
H A Dlio-utils_4.1.bb58 …', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ http…
60 RDEPENDS:${PN} += "python-stringold python-subprocess python-shell \
61 python-datetime python-textutils python-crypt python-netclient python-email \
67 # python-native/python: can't open file 'setup.py': [Errno 2] No such file or directory
70 python() {
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-meh/
H A Dpython3-meh_0.51.bb1 SUMMARY = "A python library for handling exceptions"
2 DESCRIPTION = "The python-meh package is a python library for handling, saving, and reporting \
4 HOMEPAGE = "https://github.com/rhinstaller/python-meh"
12 SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=master"
16 FILES:${PN} += "${datadir}/python-meh"
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/layer3/conf/
H A Dlayer.conf8 BBFILE_PATTERN_meta-python := "^${LAYERDIR}/"
9 BBFILE_PRIORITY_meta-python = "7"
13 LAYERVERSION_meta-python = "1"
15 LAYERDEPENDS_meta-python = "core openembedded-layer"
17 LAYERSERIES_COMPAT_meta-python = "sumo"
/openbmc/openbmc/meta-openembedded/meta-python/conf/
H A Dlayer.conf8 BBFILE_PATTERN_meta-python := "^${LAYERDIR}/"
9 BBFILE_PRIORITY_meta-python = "5"
13 LAYERVERSION_meta-python = "1"
15 LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer"
17 LAYERSERIES_COMPAT_meta-python = "scarthgap"
/openbmc/openbmc/poky/meta/recipes-devtools/libcomps/libcomps/
H A D0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch4 Subject: [PATCH 2/2] Do not set PYTHON_INSTALL_DIR by running python.
9 libcomps/src/python/src/CMakeLists.txt | 2 +-
12 diff --git a/libcomps/src/python/src/CMakeLists.txt b/libcomps/src/python/src/CMakeLists.txt
14 --- a/libcomps/src/python/src/CMakeLists.txt
15 +++ b/libcomps/src/python/src/CMakeLists.txt
17 INSTALL(FILES libcomps/__init__.py DESTINATION libcomps/src/python/src/libcomps)
18 INSTALL(TARGETS pycomps LIBRARY DESTINATION libcomps/src/python/src/libcomps)
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/
H A D0001-python-module-do-not-manipulate-the-environment-when.patch4 Subject: [PATCH] python module: do not manipulate the environment when calling
11 mesonbuild/dependencies/python.py | 6 +-----
14 diff --git a/mesonbuild/dependencies/python.py b/mesonbuild/dependencies/python.py
16 --- a/mesonbuild/dependencies/python.py
17 +++ b/mesonbuild/dependencies/python.py
19 empty.name = 'python'
37 …# We only need to check both, if a python install has a LIBPC. It might point to the wrong locatio…
/openbmc/openbmc/poky/meta-selftest/recipes-test/logging-test/
H A Dlogging-test.bb14 python do_pythontest_exec_func_shell() {
19 python do_pythontest_exit () {
20 print("This is python stdout")
25 python do_pythontest_exec_func_python() {
30 python do_pythontest_fatal () {
31 print("This is python fatal test stdout")

12345678910>>...60