/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/libsigrokdecode/ |
H A D | 0001-configure.ac-add-py-3.10-support.patch | 18 # https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build 20 …python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.… 21 …python-3.13-embed], [python-3.12-embed], [python-3.11-embed], [python-3.10-embed], [python-3.9-emb…
|
H A D | python39.patch | 18 # https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build 20 …python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3… 21 …python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.…
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/ |
H A D | parallel_make.patch | 11 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 18 -_generated/interfaces.py: $(tools_dir)/python-interfaces-generator.xsl $(wildcard $(spec_dir)/*.xm… 19 +_generated/interfaces.py: _generated/__init__.py $(tools_dir)/python-interfaces-generator.xsl $(wi… 21 $(tools_dir)/python-interfaces-generator.xsl \ 24 -_generated/constants.py: $(tools_dir)/python-constants-generator.xsl $(wildcard $(spec_dir)/*.xml) 25 +_generated/constants.py: _generated/__init__.py $(tools_dir)/python-constants-generator.xsl $(wild… 27 $(tools_dir)/python-constants-generator.xsl \ 30 -_generated/errors.py: $(tools_dir)/python-errors-generator.xsl $(wildcard $(spec_dir)/*.xml) [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch | 4 Subject: [PATCH] qemu: Ensure pip and the python venv aren't used for meson 6 Qemu wants to use a supported python version and a specific meson version 35 @@ -944,14 +944,14 @@ python="$(command -v "$python")" 36 echo "python determined to be '$python'" 37 echo "python version: $($python --version)" 39 -python="$($python -B "${source_path}/python/scripts/mkvenv.py" create pyvenv)" 40 +python=python3 42 error_exit "python venv creation failed" 46 python="$python -B" 47 -mkvenv="$python ${source_path}/python/scripts/mkvenv.py"
|
/openbmc/openbmc-test-automation/tools/ |
H A D | generate_test_document | 52 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/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0001-Avoid-shebang-overflow-on-python-config.py.patch | 4 Subject: [PATCH] Avoid shebang overflow on python-config.py 13 [1] https://github.com/python/cpython/pull/93760#pullrequestreview-1005365737 22 @@ -2606,6 +2606,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/poky/meta/recipes-devtools/python/ |
H A D | python3_3.13.0.bb | 2 HOMEPAGE = "http://www.python.org" 5 SECTION = "devel/python" 9 SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ 25 file://0001-Avoid-shebang-overflow-on-python-config.py.patch \ 44 # exclude pre-releases for both python 2.x and 3.x 47 CVE_PRODUCT = "python cpython" 68 ALTERNATIVE_LINK_NAME[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config" 69 ALTERNATIVE_TARGET[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config-${MULTILIB_SUFFIX}" 78 EXTRA_OECONF:append:class-target = " --with-build-python=nativepython3" 79 EXTRA_OECONF:append:class-nativesdk = " --with-build-python=nativepython3" [all …]
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | do_div.cocci | 18 @initialize:python@ 67 long l: script:python() { filter_out_safe_constants(l) }; 68 unsigned long ul : script:python() { filter_out_safe_constants(ul) }; 69 u64 ul64 : script:python() { filter_out_safe_constants(ul64) }; 70 s64 sl64 : script:python() { filter_out_safe_constants(sl64) }; 86 long l: script:python() { filter_out_safe_constants(l) }; 87 unsigned long ul : script:python() { filter_out_safe_constants(ul) }; 88 u64 ul64 : script:python() { filter_out_safe_constants(ul64) }; 89 s64 sl64 : script:python() { filter_out_safe_constants(sl64) }; 101 @script:python depends on org@ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/ |
H A D | 0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch | 22 - 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/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-schedutils_0.6.bb | 2 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 D | python3-linux-procfs_0.7.3.bb | 2 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/meta-openembedded/meta-oe/recipes-devtools/python/ |
H A D | python3-distutils-extra_2.39.bb | 1 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/automake/automake/ |
H A D | 0002-automake-Update-for-python.m4-to-respect-libdir.patch | 4 Subject: [PATCH 2/6] automake: Update for python.m4 to respect libdir 15 m4/python.m4 | 32 ++++++-------------------------- 18 diff --git a/m4/python.m4 b/m4/python.m4 20 --- a/m4/python.m4 21 +++ b/m4/python.m4 47 + am_cv_python_pythondir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"` 55 - *) am_cv_python_pythondir="\${PYTHON_PREFIX}/lib/python$PYTHON_VERSION/site-packages" 56 + *) am_cv_python_pythondir=$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages 76 + am_cv_python_pyexecdir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"` 84 - *) am_cv_python_pyexecdir="\${PYTHON_EXEC_PREFIX}/lib/python$PYTHON_VERSION/site-packages" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/ |
H A D | rrdtool_1.8.0.bb | 30 PACKAGECONFIG[python] = "--enable-python=yes \ 31 am_cv_python_pythondir=${STAGING_LIBDIR}/python${PYTHON_BASEVERSION}/site-packages \ 32 am_cv_python_pyexecdir=${STAGING_LIBDIR}/python${PYTHON_BASEVERSION}/site-packages,\ 33 --disable-python,python," 73 #python 75 PYTHON_INCLUDES="-I=/usr/include/python${PYTHON_BASEVERSION}"' \ 82 #modify python sitepkg 86 sed -i -e "s:python/setup.py install:python/setup.py install \ 112 PACKAGES =+ "${PN}-perl ${PN}-python" 131 DESCRIPTION:${PN}-python = \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ |
H A D | 0006-Use-python3-and-pip3-instead-of-python-and-pip.patch | 4 Subject: [PATCH 6/7] Use python3 and pip3 instead of python and pip 26 -python -m mycroft.client.text $@ 48 -output=$(python -m mycroft.messagebus.send "recognizer_loop:utterance" "{\"utterances\": [\"$data… 58 - python -m test.integrationtests.skills.runner . 61 - python -m test.integrationtests.skills.runner $@ 73 -output=$(python -m mycroft.messagebus.send "speak" "{\"utterance\": \"$data\"}") 83 - if [[ $param == 'python' ]] ; then 91 if [[ $var == '-p' || $var == '--python' ]] ; then 92 - param='python' 101 -PYTHON=$(python -c "import sys;print('python{}.{}'.format(sys.version_info[0], sys.version_info[1]… [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/libcomps/libcomps/ |
H A D | 0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 4 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 D | 0001-python-module-do-not-manipulate-the-environment-when.patch | 4 Subject: [PATCH] python module: do not manipulate the environment when calling 10 mesonbuild/dependencies/python.py | 6 +----- 13 diff --git a/mesonbuild/dependencies/python.py b/mesonbuild/dependencies/python.py 15 --- a/mesonbuild/dependencies/python.py 16 +++ b/mesonbuild/dependencies/python.py 18 empty.name = 'python' 36 …# We only need to check both, if a python install has a LIBPC. It might point to the wrong locatio…
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-meh/ |
H A D | python3-meh_0.52.bb | 1 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/bb/tests/runqueue-tests/classes/ |
H A D | base.bbclass | 32 python do_fetch() { 36 python do_unpack() { 40 python do_patch() { 44 python do_populate_lic() { 48 python do_prepare_recipe_sysroot() { 52 python do_configure() { 56 python do_compile() { 60 python do_install() { 64 python do_populate_sysroot() { 68 python do_package() { [all …]
|
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/ |
H A D | TestMbox.test_series_merge_on_head.2.skip | 17 .../python/{python3-dtc_1.6.1.bb => python3-dtc_1.7.0.bb} | 3 +-- 19 rename meta/recipes-devtools/python/{python3-dtc_1.6.1.bb => python3-dtc_1.7.0.bb} (92%) 21 diff --git a/meta/recipes-devtools/python/python3-dtc_1.6.1.bb b/meta/recipes-devtools/python/pytho… 23 rename from meta/recipes-devtools/python/python3-dtc_1.6.1.bb 24 rename to meta/recipes-devtools/python/python3-dtc_1.7.0.bb 26 --- a/meta/recipes-devtools/python/python3-dtc_1.6.1.bb 27 +++ b/meta/recipes-devtools/python/python3-dtc_1.7.0.bb
|
/openbmc/openbmc/poky/meta/recipes-core/libxml/ |
H A D | libxml2_2.13.5.bb | 30 PACKAGECONFIG ??= "python \ 33 PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3" 38 inherit_defer ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3targetconfig', '', d)} 42 …KAGECONFIG', 'python', 'libgcc python3-core python3-logging python3-shell python3-stringold python… 44 RDEPENDS:${PN}-python += "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-core', '', d)}" 59 python populate_packages:prepend () { 66 PACKAGES += "${PN}-python" 70 FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" 82 if ! ${@bb.utils.contains('PACKAGECONFIG', 'python', 'true', 'false', d)}; then 83 rm -rf ${D}${PTEST_DIR}/python
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/logging-test/ |
H A D | logging-test.bb | 14 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")
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/ |
H A D | 0001-Fix-error.patch | 9 swig/python/CMakeLists.txt | 2 +- 12 diff --git a/swig/python/CMakeLists.txt b/swig/python/CMakeLists.txt 14 --- a/swig/python/CMakeLists.txt 15 +++ b/swig/python/CMakeLists.txt 20 - COMMAND ${SWIG_EXECUTABLE} -python -Wall -threads -features autodoc -o ${SWIG_OUTPUT} -outdir $… 21 + COMMAND ${SWIG_EXECUTABLE} -python -Wall -threads -features autodoc -o ${SWIG_OUTPUT} -outdir $…
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/layer3/conf/ |
H A D | layer.conf | 8 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 D | layer.conf | 8 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 = "styhead walnascar"
|