| /openbmc/qemu/scripts/qapi/ |
| H A D | types.py | 159 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 D | rpm-sequoia-crypto-policy_git.bb | 22 # 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 D | packagedata.py | 235 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 D | Kconfig | 37 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 D | union-base-union.json | 1 # For now, we require the base to be a struct without variants 4 # member names added by local variants.
|
| H A D | test-qapi.py | 90 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 D | utils.bbclass | 295 """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 D | musca.rst | 8 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 D | realview.rst | 4 Several variants of the Arm RealView baseboard are emulated, including
|
| /openbmc/u-boot/drivers/w1/ |
| H A D | Kconfig | 30 There are currently two silicon variants: 35 The driver supports both silicon variants.
|
| /openbmc/openbmc/poky/meta/recipes-core/meta/ |
| H A D | meta-environment.bb | 23 # 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 D | App-s2p | 4 distribute, and sell this program (and any modified variants) in any
|
| /openbmc/u-boot/board/boundary/nitrogen6x/ |
| H A D | README | 81 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 D | python3-cachetools_5.5.2.bb | 4 collections and decorators, including variants of the \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/go/ |
| H A D | go_1.24.3.bb | 13 # variants.
|
| /openbmc/openbmc/poky/ |
| H A D | README.qemu.md | 6 are currently supported in 32 and 64 bit variants:
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | allarch.bbclass | 16 variants = d.getVar("MULTILIB_VARIANTS") 17 if not variants:
|
| /openbmc/openbmc/poky/meta/recipes-graphics/wayland/ |
| H A D | mtdev_1.1.7.bb | 3 DESCRIPTION = "mtdev is a library which transforms all variants of kernel \
|
| /openbmc/u-boot/doc/device-tree-bindings/exynos/ |
| H A D | soc.txt | 4 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.scss | 27 // Can be used as variants
|
| /openbmc/qemu/docs/specs/ |
| H A D | pci-serial.rst | 8 There is one single-port variant and two multiport-variants. Linux
|
| /openbmc/u-boot/board/wandboard/ |
| H A D | README | 6 Wandboard is a development board that has three variants based on the following
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | distrodata.py | 81 for fn in tinfoil.all_recipe_files(variants=False):
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | omap34xx.dtsi | 18 /* OMAP343x/OMAP35xx variants OPP1-5 */
|
| /openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/ |
| H A D | 0001-posix-io.c-Use-off_t-instead-of-off64_t.patch | 7 therefore use off_t and ino_t instead of 64bit variants. Musl e.g. does
|