Home
last modified time | relevance | path

Searched full:setup (Results 1 – 25 of 2096) sorted by relevance

12345678910>>...84

/openbmc/openbmc-test-automation/gui/test/server_control/
H A Dtest_obmc_gui_server_power_operations.robot27 [Setup] Setup For Test Execution ${OBMC_PowerOff_state}
35 [Setup] Setup For Test Execution ${OBMC_PowerOff_state}
43 [Setup] Setup For Test Execution ${OBMC_PowerOff_state}
51 [Setup] Setup For Test Execution ${OBMC_PowerOff_state}
59 [Setup] Setup For Test Execution ${OBMC_PowerOff_state}
67 [Setup] Setup For Test Execution ${obmc_PowerRunning_state}
75 [Setup] Setup For Test Execution ${obmc_PowerRunning_state}
83 [Setup] Setup For Test Execution ${obmc_PowerRunning_state}
91 [Setup] Run Keywords Launch Browser And Login OpenBMC GUI AND
101 [Setup] Run Keywords Launch Browser And Login OpenBMC GUI AND
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux/
H A D0001-setup.py-switch-to-setuptools.patch4 Subject: [PATCH] setup.py: switch to setuptools
10 'wheel' binary archive format to be built with 'setup.py bdist_wheel'.
17 setup.py | 2 +-
20 diff --git a/setup.py b/setup.py
22 --- a/setup.py
23 +++ b/setup.py
25 -from distutils.core import setup
26 +from setuptools import setup
28 setup(
/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c138 * @sudat_min: Min data setup time (ns)
157 * struct stm32_i2c_setup - private I2C timing setup parameters
179 * @scldel: Data setup time
196 struct stm32_i2c_setup *setup; member
486 static int stm32_i2c_compute_solutions(struct stm32_i2c_setup *setup, in stm32_i2c_compute_solutions() argument
492 setup->clock_src); in stm32_i2c_compute_solutions()
498 af_delay_min = setup->analog_filter ? in stm32_i2c_compute_solutions()
500 af_delay_max = setup->analog_filter ? in stm32_i2c_compute_solutions()
503 sdadel_min = setup->fall_time - i2c_specs[setup->speed].hddat_min - in stm32_i2c_compute_solutions()
504 af_delay_min - (setup->dnf + 3) * i2cclk; in stm32_i2c_compute_solutions()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sdnotify/
H A D0001-setup.py-switch-to-setuptools.patch4 Subject: [PATCH] setup.py: switch to setuptools
10 binary archive format to be built with 'setup.py bdist_wheel'.
16 setup.py | 2 +-
19 diff --git a/setup.py b/setup.py
21 --- a/setup.py
22 +++ b/setup.py
24 -from distutils.core import setup
25 +from setuptools import setup
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twofish/
H A D0002-setup.py-switch-to-setuptools.patch4 Subject: [PATCH] setup.py: switch to setuptools
11 setup.py | 2 +-
14 diff --git a/setup.py b/setup.py
16 --- a/setup.py
17 +++ b/setup.py
19 setup.py - build and package info
22 -from distutils.core import setup, Extension
23 +from setuptools import setup, Extension
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python/
H A D0001-setup.py-Use-setuptools-instead-of-distutils.patch4 Subject: [PATCH] setup.py: Use setuptools instead of distutils
11 setup.py | 2 +-
14 diff --git a/setup.py b/setup.py
16 --- a/setup.py
17 +++ b/setup.py
22 -from distutils.core import setup
23 +from setuptools import setup
24 setup(
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/
H A Dsetup-static-endpoints3 # Setup Endpoint for NICs, using devmem to read GPIO value since
10 # Setup slot1 NIC
13 systemctl start setup-nic-endpoint-slot@0.service
16 # Setup slot2 NIC
19 systemctl start setup-nic-endpoint-slot@1.service
22 # Setup slot3 NIC
25 systemctl start setup-nic-endpoint-slot@2.service
28 # Setup slot4 NIC
31 systemctl start setup-nic-endpoint-slot@3.service
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-crcmod/
H A D0001-setup.py-use-setuptools-instead-of-distutils.patch4 Subject: [PATCH] setup.py use setuptools instead of distutils
9 setup.py | 3 +--
12 diff --git a/setup.py b/setup.py
14 --- a/setup.py
15 +++ b/setup.py
17 -from distutils.core import setup
19 +from setuptools import Extension, setup
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c205 struct devrequest *setup) in sandbox_hub_submit_control_msg() argument
211 switch (setup->requesttype) { in sandbox_hub_submit_control_msg()
213 switch (setup->request) { in sandbox_hub_submit_control_msg()
225 __func__, setup->requesttype, in sandbox_hub_submit_control_msg()
226 setup->request); in sandbox_hub_submit_control_msg()
230 switch (setup->request) { in sandbox_hub_submit_control_msg()
235 port = (setup->index & USB_HUB_PORT_MASK) - 1; in sandbox_hub_submit_control_msg()
245 __func__, setup->requesttype, setup->request); in sandbox_hub_submit_control_msg()
249 switch (setup->requesttype) { in sandbox_hub_submit_control_msg()
251 switch (setup->request) { in sandbox_hub_submit_control_msg()
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/python3-rtimu/
H A D0001-setup.py-Port-to-use-setuptools.patch4 Subject: [PATCH] setup.py: Port to use setuptools
11 Linux/python/setup.py | 2 +-
14 diff --git a/Linux/python/setup.py b/Linux/python/setup.py
16 --- a/Linux/python/setup.py
17 +++ b/Linux/python/setup.py
22 -from distutils.core import setup, Extension
23 +from setuptools import setup, Extension
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lrparsing/
H A D0001-setup.py-use-setuptools-instead-of-distutils.patch4 Subject: [PATCH] setup.py: use setuptools instead of distutils
12 setup.py | 2 +-
15 diff --git a/setup.py b/setup.py
17 --- a/setup.py
18 +++ b/setup.py
23 -from distutils.core import setup
24 +from setuptools import setup
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/
H A Dmctp_%.bbappend4 file://setup-local-eid.conf \
5 file://setup-static-endpoints.conf \
7 file://setup-static-endpoints \
17 install -m 0644 ${UNPACKDIR}/setup-local-eid.conf \
18 ${override_dir}/setup-local-eid.conf
19 install -m 0644 ${UNPACKDIR}/setup-static-endpoints.conf \
20 ${override_dir}/setup-static-endpoints.conf
26 install -m 0755 ${UNPACKDIR}/setup-static-endpoints \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-smbus/
H A D0001-Use-setuptools-as-distutils-is-deprecated.patch11 py-smbus/setup.py | 2 +-
14 diff --git a/py-smbus/setup.py b/py-smbus/setup.py
16 --- a/py-smbus/setup.py
17 +++ b/py-smbus/setup.py
21 -from distutils.core import setup, Extension
22 +from setuptools import setup, Extension
24 setup( name="smbus",
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-slip-dbus/
H A D0001-setup.py-Use-setuptools-instead-of-distutils.patch4 Subject: [PATCH] setup.py: Use setuptools instead of distutils
9 setup.py.in | 2 +-
12 --- a/setup.py.in
13 +++ b/setup.py.in
18 -from distutils.core import setup
19 +from setuptools import setup, find_packages
21 setup(name="slip", version="@VERSION@",
27 -setup(name="slip.dbus", version="@VERSION@",
38 setup(name="slip.gtk", version="@VERSION@",
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-toolchain/
H A Dnativesdk-icecc-toolchain_0.1.bb12 file://icecc-setup.sh \
25 install -d ${D}${SDKPATHNATIVE}/environment-setup.d/
26 install -m 0644 ${UNPACKDIR}/icecc-env.sh ${D}${SDKPATHNATIVE}/environment-setup.d/
27 sed -i ${D}${SDKPATHNATIVE}/environment-setup.d/icecc-env.sh \
30 install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d/
31 install -m 0755 ${UNPACKDIR}/icecc-setup.sh ${D}${SDKPATHNATIVE}/post-relocate-setup.d/
32 sed -i ${D}${SDKPATHNATIVE}/post-relocate-setup.d/icecc-setup.sh \
/openbmc/openbmc/meta-facebook/meta-harma/recipes-networking/mctp/
H A Dmctp_%.bbappend5 file://setup-eid.conf \
6 file://setup-local-eid \
7 file://setup-devices-eid \
17 install -m 0644 ${UNPACKDIR}/setup-eid.conf \
18 ${override_dir}/setup-eid.conf
22 install -m 0755 ${UNPACKDIR}/setup-local-eid \
24 install -m 0755 ${UNPACKDIR}/setup-devices-eid \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rfc3986-validator/
H A D0001-setup.py-move-pytest-runner-to-test_requirements.patch4 Subject: [PATCH] setup.py: move pytest-runner to test_requirements
11 setup.py | 4 ++--
14 diff --git a/setup.py b/setup.py
16 --- a/setup.py
17 +++ b/setup.py
28 setup(
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbussy/
H A Dsetuptools.patch1 Port setup.py to setuptools.
6 diff --git a/setup.py b/setup.py
8 --- a/setup.py
9 +++ b/setup.py
40 -distutils.core.setup \
42 +setuptools.setup(
46 @@ -43,9 +19,5 @@ distutils.core.setup \
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dboard.h22 * setup from FDT. If a board file does not implement one of those functions
26 void pinmux_init(void); /* overridable general pinmux setup */
27 void pin_mux_usb(void); /* overridable USB pinmux setup */
28 void pin_mux_spi(void); /* overridable SPI pinmux setup */
29 void pin_mux_nand(void); /* overridable NAND pinmux setup */
30 void pin_mux_mmc(void); /* overridable mmc pinmux setup */
31 void pin_mux_display(void); /* overridable DISPLAY pinmux setup */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/
H A Dsetuptools.patch6 diff --git a/setup.py b/setup.py
8 --- a/setup.py
9 +++ b/setup.py
15 -from distutils.core import setup
17 +from setuptools import setup
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dabb.c22 static void abb_setup_timings(u32 setup) in abb_setup_timings() argument
54 setbits_le32(setup, in abb_setup_timings()
58 void abb_setup(u32 fuse, u32 ldovbb, u32 setup, u32 control, in abb_setup() argument
64 if (!setup || !control || !txdone) in abb_setup()
67 /* setup ABB only in case of Fast or Slow OPP */ in abb_setup()
82 * For some OMAP silicons additional setup for LDOVBB register is in abb_setup()
89 * For silicons, which don't require LDOVBB setup "fuse" and in abb_setup()
99 writel(0, setup); in abb_setup()
103 abb_setup_timings(setup); in abb_setup()
105 /* clear pending interrupts before setup */ in abb_setup()
[all …]
/openbmc/openbmc/poky/documentation/sdk-manual/
H A Dworking-projects.rst77 #. *Source the Cross-Toolchain Environment Setup File:* As described
79 cross-toolchain environment setup script in the directory that the
81 project, you must source this setup script. The script begins with
82 the string "environment-setup" and contains the machine architecture,
88 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux
90 Another example is sourcing the environment setup directly in a Yocto
93 $ source tmp/deploy/images/qemux86-64/environment-setup-core2-64-poky-linux
122 is derived from the name of the environment setup script found in the
126 script is ``environment-setup-armv5te-poky-linux-gnueabi``. Thus, the
141 cross-toolchain environment setup script and how they are used or
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/unattended-upgrades/files/
H A D0001-setup.py-Disable-autodection-of-modules.patch4 Subject: [PATCH] setup.py: Disable autodection of modules
11 setup.py | 1 +
14 diff --git a/setup.py b/setup.py
16 --- a/setup.py
17 +++ b/setup.py
/openbmc/u-boot/board/imgtec/malta/
H A Dlowlevel_init.S69 /* setup MEM-to-PCI0 mapping */
72 /* setup PCI0 io window to 0x18000000-0x181fffff */
78 /* setup PCI0 mem windows */
96 /* setup peripheral bus controller clock divide */
118 /* setup basic address decode */
153 /* setup PCI memory */
162 /* setup PCI I/O */
170 /* setup PCI_BAR0 memory window */
174 /* setup PCI to SysCon/CPU translation */
178 /* setup PCI vendor & device IDs */
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja/
H A Dno-scikit-build.patch19 diff --git a/setup.py b/setup.py
21 --- a/setup.py
22 +++ b/setup.py
27 -from skbuild import setup
28 +from setuptools import setup

12345678910>>...84