Home
last modified time | relevance | path

Searched refs:integration (Results 1 – 25 of 218) sorted by relevance

123456789

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/
H A Dfix-missing-unistd.h-include.patch11 Just add "unistd.h" inclusion to eventloop-integration.h.
24 include/dbus-c++/eventloop-integration.h | 1 +
27 Index: libdbus-c++-0.9.0/include/dbus-c++/eventloop-integration.h
29 --- libdbus-c++-0.9.0.orig/include/dbus-c++/eventloop-integration.h
30 +++ libdbus-c++-0.9.0/include/dbus-c++/eventloop-integration.h
H A D0004-use-POSIX-poll.h-instead-of-sys-poll.h.patch22 | In file included from ../../libdbus-c++-0.9.0/src/eventloop-integration.cpp:39:0:
31 src/eventloop-integration.cpp | 2 +-
36 Index: libdbus-c++-0.9.0/src/eventloop-integration.cpp
38 --- libdbus-c++-0.9.0.orig/src/eventloop-integration.cpp
39 +++ libdbus-c++-0.9.0/src/eventloop-integration.cpp
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax/
H A D0001-Drop-ptests-fixtures-and-recorde_modes.patch20 tests/integration/test_fixtures.py | 60 -----------
21 tests/integration/test_record_modes.py | 141 -------------------------
24 delete mode 100644 tests/integration/test_fixtures.py
25 delete mode 100644 tests/integration/test_record_modes.py
28 diff --git a/tests/integration/test_fixtures.py b/tests/integration/test_fixtures.py
31 --- a/tests/integration/test_fixtures.py
46 - cassette_name = ('tests.integration.test_fixtures.' # Module name
69 - cassette_name = ('tests.integration.test_fixtures.' # Module name
94 diff --git a/tests/integration/test_record_modes.py b/tests/integration/test_record_modes.py
97 --- a/tests/integration/test_record_modes.py
[all …]
/openbmc/linux/drivers/media/usb/gspca/
H A Dse401.c180 int integration = val << 6; in setexposure() local
191 integration = integration - integration % 106667; in setexposure()
193 integration = integration - integration % 88889; in setexposure()
195 expose_h = (integration >> 16); in setexposure()
196 expose_m = (integration >> 8); in setexposure()
197 expose_l = integration; in setexposure()
/openbmc/openbmc/poky/meta-poky/
H A DREADME.poky.md4 Poky is an integration of various components to form a pre-packaged
11 SDK suitable for IDE integration.
19 As an integration layer Poky consists of several upstream projects such as
43 As Poky is an integration repository (built using a tool called combo-layer),
/openbmc/openbmc/poky/
H A DREADME.md4 Poky is an integration of various components to form a pre-packaged
11 SDK suitable for IDE integration.
19 As an integration layer Poky consists of several upstream projects such as
43 As Poky is an integration repository (built using a tool called combo-layer),
H A DREADME.poky.md4 Poky is an integration of various components to form a pre-packaged
11 SDK suitable for IDE integration.
19 As an integration layer Poky consists of several upstream projects such as
43 As Poky is an integration repository (built using a tool called combo-layer),
/openbmc/linux/drivers/virt/vboxguest/
H A DKconfig3 tristate "Virtual Box Guest integration support"
8 support for Virtual Box Guest integration features such as
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/
H A Dclutter-gst-3.0.inc1 SUMMARY = "GStreamer integration library for Clutter"
2 DESCRIPTION = "Clutter-Gst is an integration library for using GStreamer with Clutter. \
/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/
H A Dxdg-utils_1.1.3.bb1 SUMMARY = "Basic desktop integration functions"
4 desktop integration functions for any Free Desktop, such as Linux. \
/openbmc/bmcweb/
H A DCLIENTS.md28 Status: 100% of assertions passing. No CI integration.
33 Status: Passing for some machines with CI integration.
62 Status: Compatible. No CI integration.
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Dti,message-manager.txt5 configurable queues selectable at SoC(System on Chip) integration. The Message
8 integration level to indicate receive or transmit path.
H A Dti,secure-proxy.yaml14 configurable queues selectable at SoC(System on Chip) integration. The
17 instantiated at SoC integration level by system controller to indicate
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/files/
H A D0001-Add-spmc_manifest-for-qemu.patch9 - The SPMC manifest is integration specific and should live at an
10 integration spcific place. The manifest file is processed by TF-A
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/
H A D0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch23 @@ -44,7 +44,7 @@ if get_option('systemd-integration')
36 @@ -53,6 +53,11 @@ option('systemd-integration',
/openbmc/openbmc/meta-arm/documentation/
H A Dtrusted-services.md59 [^1]: https://trusted-services.readthedocs.io/en/integration/overview/index.html
61 [^2]: https://trusted-services.readthedocs.io/en/integration/deployments/secure-partitions.html
63 [^3]: https://trusted-services.readthedocs.io/en/integration/deployments/test-executables.html
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-eclipse-debug.bb1 SUMMARY = "Remote debugging tools for Eclipse integration"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-1.5.0/
H A Drun-ptest12 ${SCRIPTPATH}/sdbus-c++-integration-tests 2>&1 | \
/openbmc/linux/Documentation/devicetree/bindings/sifive/
H A Dsifive-blocks-ip-versioning.txt16 Until these IP blocks (or IP integration) support version
31 integration-specific bug fixes or workarounds are needed, the kernel
/openbmc/linux/Documentation/driver-api/80211/
H A Dcfg80211.rst155 RFkill integration
159 :doc: RFkill integration
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-flask-jwt-extended_4.6.0.bb1 SUMMARY = "Extended JWT integration with Flask"
H A Dpython3-flask-socketio_5.3.6.bb1 SUMMARY = "Socket.IO integration for Flask applications"
H A Dpython3-flask-wtf_1.2.1.bb1 DESCRIPTION = "Simple integration of Flask and WTForms."
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils/
H A D0001-configure.ac-Add-an-option-to-disable-host-udev-vers.patch28 [Enable udev integration])],
37 [Enable Xen integration])],
/openbmc/qemu/tests/avocado/
H A DREADME.rst5 This directory contains integration tests. They're usually higher

123456789