/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-pip_24.3.1.bb | 2 HOMEPAGE = "https://pypi.org/project/pip" 6 … file://src/pip/_vendor/cachecontrol/LICENSE.txt;md5=6572692148079ebbbd800be4b9f36c6d \ 7 file://src/pip/_vendor/certifi/LICENSE;md5=11618cb6a975948679286b1211bd573c \ 8 … file://src/pip/_vendor/distlib/LICENSE.txt;md5=f6a11430d5cd6e2cd3832ee94f22ddfc \ 9 file://src/pip/_vendor/distro/LICENSE;md5=d2794c0df5b907fdace235a619d80314 \ 10 file://src/pip/_vendor/idna/LICENSE.md;md5=204c0612e40a4dd46012a78d02c80fb1 \ 11 file://src/pip/_vendor/msgpack/COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751 \ 12 file://src/pip/_vendor/packaging/LICENSE;md5=faadaedca9251a90b205c9167578ce91 \ 13 … file://src/pip/_vendor/pkg_resources/LICENSE;md5=141643e11c48898150daa83802dbc65f \ 14 … file://src/pip/_vendor/platformdirs/LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a \ [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | cavium-pip.txt | 1 * PIP Ethernet nexus. 3 The PIP Ethernet nexus can control several data packet input/output 9 Properties for the PIP nexus: 10 - compatible: "cavium,octeon-3860-pip" 14 - reg: The base address of the PIP's register bank. 20 Properties for PIP interfaces which is a child the PIP nexus: 21 - compatible: "cavium,octeon-3860-pip-interface" 31 Properties for PIP port which is a child the PIP interface: 32 - compatible: "cavium,octeon-3860-pip-port" 48 pip@11800a0000000 { [all …]
|
/openbmc/linux/drivers/input/mouse/ |
H A D | cyapa_gen5.c | 43 /* Macro of PIP interface */ 350 struct cyapa_pip_cmd_states *pip = &cyapa->cmd_states.pip; in cyapa_pip_cmd_state_initialize() local 352 init_completion(&pip->cmd_ready); in cyapa_pip_cmd_state_initialize() 353 atomic_set(&pip->cmd_issued, 0); in cyapa_pip_cmd_state_initialize() 354 mutex_init(&pip->cmd_lock); in cyapa_pip_cmd_state_initialize() 356 mutex_init(&pip->pm_stage_lock); in cyapa_pip_cmd_state_initialize() 357 pip->pm_stage = CYAPA_PM_DEACTIVE; in cyapa_pip_cmd_state_initialize() 359 pip->resp_sort_func = NULL; in cyapa_pip_cmd_state_initialize() 360 pip->in_progress_cmd = PIP_INVALID_CMD; in cyapa_pip_cmd_state_initialize() 361 pip->resp_data = NULL; in cyapa_pip_cmd_state_initialize() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pip/ |
H A D | no_shebang_mangling.patch | 4 Subject: [PATCH] python3-pip: Don't change shebang 6 Patch pip to disable shebang mangling and also force the python executable 12 src/pip/_vendor/distlib/scripts.py | 4 +++- 15 diff --git a/src/pip/_vendor/distlib/scripts.py b/src/pip/_vendor/distlib/scripts.py 17 --- a/src/pip/_vendor/distlib/scripts.py 18 +++ b/src/pip/_vendor/distlib/scripts.py
|
/openbmc/linux/arch/mips/boot/dts/cavium-octeon/ |
H A D | octeon_3xxx.dts | 178 pip: pip@11800a0000000 { label 207 compatible = "cavium,octeon-3860-pip-port"; 214 compatible = "cavium,octeon-3860-pip-port"; 219 compatible = "cavium,octeon-3860-pip-port"; 224 compatible = "cavium,octeon-3860-pip-port"; 229 compatible = "cavium,octeon-3860-pip-port"; 234 compatible = "cavium,octeon-3860-pip-port"; 239 compatible = "cavium,octeon-3860-pip-port"; 244 compatible = "cavium,octeon-3860-pip-port"; 249 compatible = "cavium,octeon-3860-pip-port"; [all …]
|
H A D | octeon_68xx.dts | 255 pip: pip@11800a0000000 { label 256 compatible = "cavium,octeon-3860-pip"; 262 compatible = "cavium,octeon-3860-pip-interface"; 268 compatible = "cavium,octeon-3860-pip-port"; 274 compatible = "cavium,octeon-3860-pip-port"; 280 compatible = "cavium,octeon-3860-pip-port"; 286 compatible = "cavium,octeon-3860-pip-port"; 294 compatible = "cavium,octeon-3860-pip-interface"; 300 compatible = "cavium,octeon-3860-pip-port"; 306 compatible = "cavium,octeon-3860-pip-port"; [all …]
|
H A D | dlink_dsr-500n-1000n.dtsi | 19 pip: pip@11800a0000000 { label 53 pip = &pip;
|
H A D | ubnt_e100.dts | 29 pip: pip@11800a0000000 { label 60 pip = &pip;
|
H A D | octeon_3xxx.dtsi | 57 pip: pip@11800a0000000 { label 58 compatible = "cavium,octeon-3860-pip"; 64 compatible = "cavium,octeon-3860-pip-interface"; 70 compatible = "cavium,octeon-3860-pip-port"; 75 compatible = "cavium,octeon-3860-pip-port"; 80 compatible = "cavium,octeon-3860-pip-port"; 87 compatible = "cavium,octeon-3860-pip-interface";
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | build-qemu-robot-docker.sh | 9 # PIP_MIRROR: <optional, the URL of a PIP mirror> 41 PIP_MIRROR_CMD="RUN mkdir -p \${HOME}/.pip && \ 42 echo \"[global]\" > \${HOME}/.pip/pip.conf && \ 43 echo \"index-url=${PIP_MIRROR}\" >> \${HOME}/.pip/pip.conf &&\ 44 echo \"[install]\" >> \${HOME}/.pip/pip.conf &&\ 45 echo \"trusted-host=${PIP_HOSTNAME}\" >> \${HOME}/.pip/pip.conf" 96 python3-pip \
|
/openbmc/openbmc-test-automation/docs/ |
H A D | gui_setup_reference.md | 42 The recommended installation method is using pip: 45 pip install --upgrade robotframework 46 pip install --upgrade robotframework-seleniumlibrary 47 pip install --upgrade xvfbwrapper 48 pip install --upgrade robotframework-xvfb
|
/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 10 bin/mycroft-pip | 2 +- 28 diff --git a/bin/mycroft-pip b/bin/mycroft-pip 30 --- a/bin/mycroft-pip 31 +++ b/bin/mycroft-pip 35 # Install pip packages within the Mycroft venv 36 -pip $@
|
H A D | 0001-Remove-python-venv.patch | 7 python and pip pacakges. 28 - $opt_python -m venv "${VIRTUALENV_ROOT}/" --without-pip 29 - # Force version of pip for reproducability, but there is nothing special 32 - curl https://bootstrap.pypa.io/3.3/get-pip.py | "${VIRTUALENV_ROOT}/bin/python" - 'pip==18.0.0' 33 - # Function status depending on if pip exists 34 - [[ -x ${VIRTUALENV_ROOT}/bin/pip ]] 79 if ! pip install -r requirements.txt ; then
|
H A D | 0005-pip-requirements-Don-t-install-requirements-with-pip.patch | 4 Subject: [PATCH 5/7] pip requirements: Don't install requirements with pip 25 -if ! pip install -r requirements.txt ; then 33 -if ! pip install -r test-requirements.txt ; then
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_mad.c | 460 struct ib_port_info *pip = (struct ib_port_info *)smp->data; in subn_get_portinfo() local 496 pip->mkey = ibp->rvp.mkey; in subn_get_portinfo() 497 pip->gid_prefix = ibp->rvp.gid_prefix; in subn_get_portinfo() 498 pip->lid = cpu_to_be16(ppd->lid); in subn_get_portinfo() 499 pip->sm_lid = cpu_to_be16((u16)ibp->rvp.sm_lid); in subn_get_portinfo() 500 pip->cap_mask = cpu_to_be32(ibp->rvp.port_cap_flags); in subn_get_portinfo() 501 /* pip->diag_code; */ in subn_get_portinfo() 502 pip->mkey_lease_period = cpu_to_be16(ibp->rvp.mkey_lease_period); in subn_get_portinfo() 503 pip->local_port_num = port; in subn_get_portinfo() 504 pip->link_width_enabled = ppd->link_width_enabled; in subn_get_portinfo() [all …]
|
/openbmc/qemu/python/scripts/ |
H A D | mkvenv.py | 91 # Try to load distlib, with a fallback to pip's vendored version. 100 # Reach into pip's cookie jar. pylint and flake8 don't understand 102 from pip._vendor import distlib 103 import pip._vendor.distlib.scripts # noqa, pylint: disable=unused-import 104 import pip._vendor.distlib.version # noqa, pylint: disable=unused-import 143 "ensurepip" is replaced if possible with just recreating pip's 277 Tests for the presence of setuptools and pip. 283 if find_spec("setuptools") and find_spec("pip"): 300 "first place by installing pip and setuptools for " 313 "first place by installing pip and setuptools for " [all …]
|
/openbmc/qemu/python/ |
H A D | README.rst | 8 ``setup.py`` is used by ``pip`` to install this tooling to the current 22 above, pip will install in "editable" mode. This installs the package as 35 See `Installing packages using pip and virtual environments 36 <https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/>`_ 84 - ``setup.py`` is the setuptools installer used by pip; See above.
|
/openbmc/openbmc/poky/documentation/ |
H A D | poky.yaml.in | 14 build-essential chrpath socat cpio python3 python3-pip python3-pexpect \ 21 python3-pexpect findutils which file cpio python python3-pip xz python3-GitPython \ 25 diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ 35 socat perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip \
|
/openbmc/openbmc-test-automation/ |
H A D | README.md | 46 Install the packages and it's dependencies via `pip` 54 $ pip install -U requests 55 $ pip install -U robotframework-requests 56 $ pip install -U robotframework-httplibrary 63 $ pip install redfish 70 $ pip install robotframework-sshlibrary 71 $ pip install robotframework-scplibrary 77 $ pip install -r requirements.txt 88 $ pip install -U tox
|
/openbmc/qemu/tests/lcitool/ |
H A D | mappings.yml | 50 python3-pip: 51 OpenSUSELeap15: python311-pip 82 OpenSUSELeap15: python311-pip
|
/openbmc/linux/include/linux/ |
H A D | trace_recursion.h | 126 # define do_ftrace_record_recursion(ip, pip) \ argument 130 ftrace_record_recursion(ip, pip); \ 135 # define do_ftrace_record_recursion(ip, pip) do { } while (0) argument 156 static __always_inline int trace_test_and_set_recursion(unsigned long ip, unsigned long pip, in trace_test_and_set_recursion() argument 177 do_ftrace_record_recursion(ip, pip); in trace_test_and_set_recursion()
|
/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 7 to "help" users and uses pip and creates a venv to do this. This is a nightmare 18 from the sysroot but pyc files remainm as do pieces of pip which causes
|
/openbmc/u-boot/tools/concurrencytest/ |
H A D | README.md | 12 pip install concurrencytest 19 * [testtools](https://pypi.python.org/pypi/testtools) : `pip install testtools` 20 * [python-subunit](https://pypi.python.org/pypi/python-subunit) : `pip install python-subunit`
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-xstatic-font-awesome_6.2.1.1.bb | 1 DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip." 13 python3-pip \
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pip.h | 38 #include <asm/octeon/cvmx-pip-defs.h> 188 /* RAW PCI Packets received by PIP per port */ 190 /* Number of octets processed by PIP */ 192 /* Number of packets processed by PIP */ 230 /* Number of packets without GMX/SPX/PCI errors received by PIP */ 233 * Total number of octets from all packets received by PIP, 237 /* Number of packets with GMX/SPX/PCI errors received by PIP */ 242 * Definition of the PIP custom header that can be prepended 255 /* PIP parse mode for this packet */
|