Home
last modified time | relevance | path

Searched full:pip (Results 1 – 25 of 221) sorted by relevance

123456789

/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-pip_24.3.1.bb2 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 Dcavium-pip.txt1 * 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 Dcyapa_gen5.c43 /* 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 Dno_shebang_mangling.patch4 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 Docteon_3xxx.dts178 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 Docteon_68xx.dts255 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 Ddlink_dsr-500n-1000n.dtsi19 pip: pip@11800a0000000 { label
53 pip = &pip;
H A Dubnt_e100.dts29 pip: pip@11800a0000000 { label
60 pip = &pip;
H A Docteon_3xxx.dtsi57 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 Dbuild-qemu-robot-docker.sh9 # 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 Dgui_setup_reference.md42 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 D0006-Use-python3-and-pip3-instead-of-python-and-pip.patch4 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 D0001-Remove-python-venv.patch7 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 D0005-pip-requirements-Don-t-install-requirements-with-pip.patch4 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 Dqib_mad.c460 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 Dmkvenv.py91 # 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 DREADME.rst8 ``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 Dpoky.yaml.in14 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 DREADME.md46 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 Dmappings.yml50 python3-pip:
51 OpenSUSELeap15: python311-pip
82 OpenSUSELeap15: python311-pip
/openbmc/linux/include/linux/
H A Dtrace_recursion.h126 # 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 D0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch4 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 DREADME.md12 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 Dpython3-xstatic-font-awesome_6.2.1.1.bb1 DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip."
13 python3-pip \
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pip.h38 #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 */

123456789