Home
last modified time | relevance | path

Searched refs:variants (Results 1 – 25 of 113) sorted by relevance

12345

/openbmc/qemu/scripts/qapi/
H A Dtypes.py159 variants: Optional[QAPISchemaVariants]) -> str:
165 for var in variants.variants if variants else ():
194 if variants:
195 ret += gen_variants(variants)
201 if (not base or base.is_empty()) and not members and not variants:
227 def gen_variants(variants: QAPISchemaVariants) -> str:
231 c_name=c_name(variants.tag_member.name))
233 for var in variants.variants:
/openbmc/openbmc/poky/meta/recipes-devtools/rpm-sequoia/
H A Drpm-sequoia-crypto-policy_git.bb22 # Remove most policy variants, leave DEFAULT.pol
26 # Don't validate openssh, gnutls and libreswan policy variants.
27 # Validation may fail and these variants are not needed.
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackagedata.py235 def write_extra_pkgs(variants, pn, packages, pkgdatadir): argument
236 for variant in variants:
241 def write_extra_runtime_pkgs(variants, packages, pkgdatadir): argument
242 for variant in variants:
261 variants = (d.getVar('MULTILIB_VARIANTS') or "").split()
264 write_extra_pkgs(variants, pn, packages, pkgdatadir)
266 if bb.data.inherits_class('allarch', d) and not variants \
352 write_extra_runtime_pkgs(variants, packages, pkgdatadir)
354 if bb.data.inherits_class('allarch', d) and not variants \
/openbmc/u-boot/arch/arm/mach-bcm283x/
H A DKconfig37 bool "Raspberry Pi (all BCM2835 variants)"
39 Support for all ARM1176-/BCM2835-based Raspberry Pi variants, such as
50 Support for all ARM1176-/BCM2835-based Raspberry Pi variants, such as
66 Support for all BCM2836-based Raspberry Pi variants, such as
69 This option also supports BCM2837-based variants such as the RPi 3
89 Support for all BCM2837-based Raspberry Pi variants, such as
105 Support for all BCM2837-based Raspberry Pi variants, such as
/openbmc/qemu/tests/qapi-schema/
H A Dunion-base-union.json1 # For now, we require the base to be a struct without variants
4 # member names added by local variants.
H A Dtest-qapi.py90 def _print_variants(variants): argument
91 if variants:
92 print(' tag %s' % variants.tag_member.name)
93 for v in variants.variants:
/openbmc/openbmc/poky/meta/classes-global/
H A Dutils.bbclass295 """Return a string of all bb class extend variants for the given extend"""
296 variants = []
301 variants.append(eext[1])
302 return " ".join(variants)
305 variants = (d.getVar("MULTILIB_VARIANTS") or "").split()
306 if not variants:
309 for v in variants:
319 variants = (d.getVar("MULTILIB_VARIANTS") or "").split() + ['']
320 for item in variants:
353 variants = (d.getVar("MULTILIB_VARIANTS") or "").split() + ['']
[all …]
/openbmc/qemu/docs/system/arm/
H A Dmusca.rst8 QEMU provides models of the A and B1 variants of this board.
29 for the A and B1 variants differ significantly, so guest
H A Drealview.rst4 Several variants of the Arm RealView baseboard are emulated, including
/openbmc/u-boot/drivers/w1/
H A DKconfig30 There are currently two silicon variants:
35 The driver supports both silicon variants.
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dmeta-environment.bb23 # Need to ensure we have the virtual mappings and site files for all multtilib variants
39 variants = d.getVar("MULTILIB_VARIANTS") or ""
40 for item in variants.split():
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DApp-s2p4 distribute, and sell this program (and any modified variants) in any
/openbmc/u-boot/board/boundary/nitrogen6x/
H A DREADME81 The -6q variants support either the i.MX6Quad or i.MX6Dual processors
84 The -6dl variants also use a 64-bit memory bus, operated at 800MHz.
86 The -6s variants use a 32-bit memory bus at 800MHz.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-cachetools_5.5.2.bb4 collections and decorators, including variants of the \
/openbmc/openbmc/poky/meta/recipes-devtools/go/
H A Dgo_1.24.3.bb13 # variants.
/openbmc/openbmc/poky/
H A DREADME.qemu.md6 are currently supported in 32 and 64 bit variants:
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dallarch.bbclass16 variants = d.getVar("MULTILIB_VARIANTS")
17 if not variants:
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/
H A Dmtdev_1.1.7.bb3 DESCRIPTION = "mtdev is a library which transforms all variants of kernel \
/openbmc/u-boot/doc/device-tree-bindings/exynos/
H A Dsoc.txt4 node. Since the cpu id of some Exynos variants does not correspond to product
/openbmc/webui-vue/src/assets/styles/bmc/helpers/
H A D_colors.scss27 // Can be used as variants
/openbmc/qemu/docs/specs/
H A Dpci-serial.rst8 There is one single-port variant and two multiport-variants. Linux
/openbmc/u-boot/board/wandboard/
H A DREADME6 Wandboard is a development board that has three variants based on the following
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddistrodata.py81 for fn in tinfoil.all_recipe_files(variants=False):
/openbmc/u-boot/arch/arm/dts/
H A Domap34xx.dtsi18 /* OMAP343x/OMAP35xx variants OPP1-5 */
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/
H A D0001-posix-io.c-Use-off_t-instead-of-off64_t.patch7 therefore use off_t and ino_t instead of 64bit variants. Musl e.g. does

12345