/openbmc/qemu/ |
H A D | pythondeps.toml | 10 # - accepted: accepted versions when using a system package 13 # defaults to the same as "accepted" or, if also missing, 22 meson = { accepted = ">=1.5.0", installed = "1.5.0", canary = "meson" } 23 pycotap = { accepted = ">=1.1.0", installed = "1.3.1" } 27 sphinx = { accepted = ">=3.4.3", installed = "5.3.0", canary = "sphinx-build" } 28 sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.1.1" } 32 # Prefer an LTS version when updating the accepted versions of 34 avocado-framework = { accepted = "(>=103.0, <104.0)", installed = "103.0", canary = "avocado" } 35 pycdlib = { accepted = ">=1.11.0" }
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
H A D | 0007-Plaform-Corstone1000-Switch-to-metadata-v2.patch | 114 - _metadata.img_entry[i].img_props[BANK_0].accepted = IMAGE_ACCEPTED; 116 + _metadata.fw_desc.img_entry[i].img_props[BANK_0].accepted = IMAGE_ACCEPTED; 119 - _metadata.img_entry[i].img_props[BANK_1].accepted = IMAGE_NOT_ACCEPTED; 121 + _metadata.fw_desc.img_entry[i].img_props[BANK_1].accepted = IMAGE_NOT_ACCEPTED; 135 - if ((metadata_ptr->img_entry[i].img_props[boot_index].accepted) 136 + if ((metadata_ptr->fw_desc.img_entry[i].img_props[boot_index].accepted) 153 - metadata->img_entry[i].img_props[previous_active_index].accepted = 154 + metadata->fw_desc.img_entry[i].img_props[previous_active_index].accepted = 165 - metadata->img_entry[i].img_props[active_index].accepted = 166 + metadata->fw_desc.img_entry[i].img_props[active_index].accepted = [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | fin_ack_lat.c | 88 int accepted; in server() local 93 accepted = accept(sock, (struct sockaddr *)&address, in server() 95 if (accepted < 0) in server() 98 if (read(accepted, &buffer, sizeof(buffer)) == -1) in server() 100 close(accepted); in server()
|
/openbmc/qemu/qga/ |
H A D | channel-posix.c | 30 bool accepted = false; in ga_channel_listen_accept() local 46 accepted = true; in ga_channel_listen_accept() 50 return !accepted; in ga_channel_listen_accept()
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | TODO | 3 - Cleanup patches for the drivers here won't be accepted.
|
/openbmc/docs/ |
H A D | maintainer-workflow.md | 4 Agreement) before their contributions can be accepted. This page is a checklist 44 Ensure that accepted changes actually merge into OpenBMC repositories.
|
H A D | kernel-development.md | 32 When developing a new driver, your goal is to have the code accepted upstream. 48 Once the driver has been accepted upstream, send the good news to the OpenBMC 141 uImage format is no longer accepted.
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/ |
H A D | fvp-common.inc | 7 # LICENSE_FLAGS_ACCEPTED if the EULA has been accepted, so it can 8 # be later checked if the user accepted the EULA or not and if
|
/openbmc/linux/Documentation/virt/kvm/arm/ |
H A D | hypercalls.rst | 103 The following bits are accepted: 112 The following bits are accepted: 121 The following bits are accepted:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim/ |
H A D | multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch | 6 aclocal: error: non-option arguments are not accepted: '\'.
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-typing-extensions_4.12.2.bb | 7 * Enable experimentation with new type system PEPs before they are accepted \
|
/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/ |
H A D | default-cpu-governor.cfg | 7 # on wheter the above PR gets accepted and/or backported to the stable branches.
|
/openbmc/linux/Documentation/security/ |
H A D | lsm-development.rst | 6 a new LSM is accepted into the kernel when its intent (a description of
|
/openbmc/linux/Documentation/usb/ |
H A D | functionfs.rst | 58 with listed names are accepted. In particular, if the "functions" 61 only a function with the specified name is accepted.
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-soc-clean-dts.rst | 23 If a commit introducing new warnings gets accepted somehow, the resulting
|
H A D | stable-kernel-rules.rst | 6 Rules on what kind of patches are accepted, and which ones are not, into the 173 The sender will receive an ACK when the patch has been accepted into the 177 If accepted, the patch will be added to the -stable queue, for review by other 203 - Security patches will be accepted into the -stable tree directly from the
|
/openbmc/qemu/docs/ |
H A D | qemu-option-trace.rst.inc | 18 file) per line; globbing patterns are accepted too. This option is only
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | GL2PS | 11 …executable or other form of this software, or via a mechanism generally accepted in the software d…
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-crop.rst | 96 should be filled in. Some drivers only accepted the ``_MPLANE`` buffer type while 97 other drivers only accepted a non-multiplanar buffer type (i.e. without the
|
H A D | vidioc-cropcap.rst | 90 should be filled in. Some drivers only accepted the ``_MPLANE`` buffer type while 91 other drivers only accepted a non-multiplanar buffer type (i.e. without the
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0006-qemu-Determinism-fixes.patch | 12 Upstream-Status: Pending [some version of all/part of this may be accepted]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-libarchive-c/ |
H A D | new-libarchive.patch | 34 + # whereas older versions accepted it.
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0022-fwu_metadata-make-sure-structures-are-packed.patch | 24 uint32_t accepted;
|
/openbmc/openbmc/poky/ |
H A D | SECURITY.md | 21 security patches, but well-tested patches may still be accepted for them for
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/ |
H A D | README.md | 15 …er services like GitLab, repo.or.cz or self hosted setups are of course accepted as well, 'git fet…
|