Home
last modified time | relevance | path

Searched full:providers (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-config.bb28 install -d ${D}${datadir}/ipmi-providers
30 ${D}${datadir}/ipmi-providers/cipher_list.json
32 ${D}${datadir}/ipmi-providers/dcmi_cap.json
34 ${D}${datadir}/ipmi-providers/dcmi_sensors.json
36 ${D}${datadir}/ipmi-providers/dev_id.json
38 ${D}${datadir}/ipmi-providers/power_reading.json
40 ${D}${datadir}/ipmi-providers/channel_access.json
42 ${D}${datadir}/ipmi-providers/channel_config.json
44 ${D}${datadir}/ipmi-providers/entity-map.json
46 ${D}${datadir}/ipmi-providers/cs_privilege_levels.json
[all …]
H A Dphosphor-ipmi-ethstats_git.bb22 FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
25 FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.l…
H A Dphosphor-ipmi-fru_git.bb44 FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
46 FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.l…
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dproviders.py27 """Exception raised when multiple providers of a runtime dependency can be found"""
31 Convenience function to get latest and preferred providers in pkg_pn
55 Find all providers for each pn
201 Return the highest version of the providers in file_set.
237 def _filterProviders(providers, item, cfgData, dataCache): argument
239 Take a list of providers and filter/reorder according to the
246 # The order of providers depends on the order of the files on the disk
249 providers.sort()
251 # Collate providers by PN
253 for p in providers:
[all …]
H A Dtaskdata.py171 bb.providers.buildWorldTargetList(dataCache)
246 Return a list of build targets who's providers
261 Return a list of runtime targets who's providers
276 Return a list of providers of item
330 except bb.providers.NoProvider:
339 Add the providers of item to the task data
347 if not item in dataCache.providers:
348 close_matches = self.get_close_matches(item, list(dataCache.providers.keys()))
350 all_p = bb.providers.getRuntimeProviders(dataCache, item)
356 raise bb.providers.NoProvider(item)
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0005-Fix-psa-api-crypto-test-no-243.patch14 platform/providers/arm/corstone1000/platform.cmake | 1 +
17 diff --git a/platform/providers/arm/corstone1000/platform.cmake b/platform/providers/arm/corstone10…
19 --- a/platform/providers/arm/corstone1000/platform.cmake
20 +++ b/platform/providers/arm/corstone1000/platform.cmake
H A D0018-Make-RSS-and-MHU-sizes-compile-time-definitions-user.patch15 platform/providers/arm/corstone1000/platform.cmake | 6 ++++--
18 diff --git a/platform/providers/arm/corstone1000/platform.cmake b/platform/providers/arm/corstone10…
20 --- a/platform/providers/arm/corstone1000/platform.cmake
21 +++ b/platform/providers/arm/corstone1000/platform.cmake
/openbmc/openbmc/meta-security/meta-parsec/lib/oeqa/runtime/cases/
H A Dparsec.py49 """ Get Parsec providers list and check for one if defined """
54 status, output = self.target.run('parsec-tool list-providers')
55 self.assertEqual(status, 0, msg='Cannot get a list of Parsec providers.\n%s' % output)
61 """ Run Parsec CLI end-to-end tests against one or all providers """
70 providers = self.tc.td['PACKAGECONFIG:pn-parsec-service']
74 providers = "PKCS11 MBED-CRYPTO"
76 providers += " TPM"
77 if prov not in providers:
79 (prov, providers))
82 """ Check for the required packages for Parsec providers software backends """
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/
H A Dpackagegroup-obmc-ipmid-providers.bb1 # Warning. Add additional providers with whitelists to distro or machine
4 SUMMARY = "OpenBMC - IPMI providers"
5 SUMMARY:${PN}-libs = "Extra providers for ipmid."
13 RDEPENDS:${PN}-libs = "${VIRTUAL-RUNTIME_phosphor-ipmi-providers}"
/openbmc/linux/Documentation/devicetree/bindings/interconnect/
H A Dinterconnect.txt5 providers/consumers properties.
8 = interconnect providers =
15 depending on the use case. Interconnect providers can also be interconnect
41 can be multiple interconnect providers on a SoC and the consumer may consume
42 multiple paths from different providers depending on use case and the
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/rdma-core/
H A D0001-include-libgen.h-for-basename.patch17 providers/mlx5/mlx5_vfio.c | 1 +
44 diff --git a/providers/mlx5/mlx5_vfio.c b/providers/mlx5/mlx5_vfio.c
46 --- a/providers/mlx5/mlx5_vfio.c
47 +++ b/providers/mlx5/mlx5_vfio.c
/openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/
H A Dpackagegroup-obmc-ipmid-providers.bbappend1 # Warning: Any providers listed here will have their whitelists ignored. Add
2 # providers with whitelists that should not be ignored to
5 VIRTUAL-RUNTIME_phosphor-ipmi-providers:append:df-openpower = " \
/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/
H A Dphosphor-pid-control_git.bb18 # We depend on this to be built first so we can build our providers.
42 FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
45 FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.l…
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/
H A Dmusl_fixup.patch7 ./sssd-2.5.1/src/providers/fail_over.c:1199:19: error: '_PATH_HOSTS' undeclared (first use in this …
20 Index: sssd-2.5.1/src/providers/fail_over.c
22 --- sssd-2.5.1.orig/src/providers/fail_over.c
23 +++ sssd-2.5.1/src/providers/fail_over.c
/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/
H A Dwistron-ipmi-oem_git.bb19 FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
21 FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.l…
/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/
H A Dopenpower-host-ipmi-flash_git.bb27 FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
29 FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.l…
H A Dopenpower-ipmi-oem_git.bb34 FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
36 FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.l…
/openbmc/openbmc/meta-security/meta-parsec/
H A DREADME.md46 PKCS11 and MBED-CRYPTO providers build-in.
54 what providers should be built in. For example:
63 with other providers like TPM or PKCS11. The required changes are
100 - all providers pre-configured in the Parsec config file included in the image.
101 - PKCS11 and TPM providers with software backends if softhsm and
171 which runs e2e tests against all providers enabled and configured
177 Enabling Parsec providers for manual testing
/openbmc/qemu/qapi/
H A Dstats.json58 # Enumeration of statistics providers.
122 # @providers: which providers to request statistics from, and
130 '*providers': [ 'StatsRequest' ] },
264 # guarantee stability at all costs; the same is true of providers
267 # different architectures or by different providers, one of them
/openbmc/linux/Documentation/driver-api/
H A Dinterconnect.rst56 The interconnect providers on the above diagram are M NoC, S NoC, C NoC, P NoC
62 providers. The point on the diagram where the CPUs connect to the memory is
70 include multiple master-slave pairs across several interconnect providers.
73 by the providers. The consumers send requests to providers requesting various
78 Interconnect providers
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddefault-providers.inc2 # Default virtual providers
25 # Default virtual runtime providers
36 # Default recipe providers
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-config.bbappend8 ${datadir}/ipmi-providers/sensor_filter.json \
13 ${D}${datadir}/ipmi-providers/sensor_filter.json
/openbmc/linux/include/linux/
H A Dhte.h90 * @line_id: The logical ID understood by the consumers and providers.
108 * and subsystem to providers.
119 * struct hte_ops - HTE operations set by providers.
134 * providers and is translated by the provider.
182 /* HTE APIs for the providers */
/openbmc/openbmc/poky/bitbake/
H A DChangeLog41 - Sort the list of providers before processing so dependency problems are
47 …- Print the list of missing DEPENDS,RDEPENDS for the "No buildable providers available for require…
59 - Sort initial providers list by default preference (#1145, #2024)
61 - Detect builds of tasks with overlapping providers and warn (will become a fatal error) (#1359)
62 - Add MULTI_PROVIDER_WHITELIST variable to allow known safe multiple providers to be listed
71 - Fix preferred_version return values (providers.py)
132 - No longer weight providers on the basis of a package being "already staged". This
162 - Add tryaltconfigs option to control whether bitbake trys using alternative providers
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-config.bbappend10 ${D}${datadir}/ipmi-providers/channel_access.json
12 ${D}${datadir}/ipmi-providers/channel_config.json

12345678910>>...12