| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | migration-5.3.rst | 21 out the box, older kernels are not supported. See :ref:`4.3 migration notes 22 <migration-4.3-supported-kernel-versions>` for details. 27 Compared to the previous releases, running BitBake is supported on new 32 On the other hand, some earlier distributions are no longer supported: 36 See :ref:`all supported distributions <system-requirements-supported-distros>`.
|
| H A D | migration-5.1.rst | 17 S = ${WORKDIR} no longer supported 21 supported, and an error will be issued. The recipe should be changed to:: 74 .. _migration-5.1-supported-kernel-versions: 80 out the box, older kernels are not supported. See :ref:`4.3 migration notes 81 <migration-4.3-supported-kernel-versions>` for details. 83 .. _migration-5.1-supported-distributions: 88 Compared to the previous releases, running BitBake is supported on new 96 On the other hand, some earlier distributions are no longer supported: 100 See :ref:`all supported distributions <system-requirements-supported-distros>`. 145 providers has been supported for years.
|
| H A D | migration-5.0.rst | 23 .. _migration-5.0-supported-kernel-versions: 29 out the box, older kernels are not supported. See :ref:`4.3 migration notes 30 <migration-4.3-supported-kernel-versions>` for details. 32 .. _migration-5.0-supported-distributions: 37 Compared to the previous releases, running BitBake is supported on new 42 On the other hand, some earlier distributions are no longer supported: 48 See :ref:`all supported distributions <system-requirements-supported-distros>`. 57 (previously) supported architectures in the ``goarch`` class. 64 Systemd's nss-resolve plugin is now supported and can be added via the
|
| /openbmc/openbmc-test-automation/redfish/systems/ |
| H A D | test_alternate_fan_settings.robot | 56 [Documentation] Check supported fan thermal modes are valid mode values. 59 ${supported}= Read Attribute ${THERMAL_CONTROL_URI} Supported 60 Rprint Vars supported 62 Valid List supported valid_values=${VALID_MODE_VALUES} 66 [Documentation] Check that supported modes are set successfully at standby. 78 [Documentation] Check that supported modes are set successfully at runtime. 90 [Documentation] Check that supported modes remain set at runtime. 108 # thermal_mode Read the supported thermal mode (e.g. "CUSTOM") 128 # thermal_mode Read the supported thermal mode (e.g. "CUSTOM")
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/files/fvp-base/ |
| H A D | 0001-check-sr-results-Change-the-expected-SR-result-confi.patch | 14 a. must-have-esp: EFI partition/variable persistence not supported due to 18 Capsule updates are not supported. 20 EFI variables": EFI partition/variable persistence not supported due to 26 a. capsuleapp-esrt: Capsule updates are not supported. 29 supported due to FVP reset. 30 c. must-contain "FwClass": Capsule updates are not supported. 32 supported. 34 a. warn-if-contains "Aborted test": Capsule updates are not supported. 38 a. Remove whole directory because capsule updates are not supported. 47 not supported due to FVP reset. [all …]
|
| /openbmc/phosphor-fan-presence/control/json/ |
| H A D | dbus_zone.cpp | 49 auto supported = ThermalModeIntf::supported(); in current() local 51 std::any_of(supported.begin(), supported.end(), [&value](auto& s) { in current()
|
| /openbmc/openbmc/meta-phosphor/scripts/ |
| H A D | generate-machine-list | 8 cat > meta-phosphor/docs/supported-machines.md << EOF 13 supported is unknown and has no level of warranty, promise of future 23 ./setup machines >> meta-phosphor/docs/supported-machines.md
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/ |
| H A D | 0001-configure.ac.in-fix-configure-error.patch | 24 -AC_CACHE_CHECK([if pthread rwlocks are supported], [my_cv_rw_locks_supported], [ 36 +AC_CACHE_CHECK([if pthread rwlocks are supported], [my_cv_rw_locks_supported]) 39 AC_DEFINE_UNQUOTED(HAVE_RW_LOCK, 1, [pthread rwlocks supported])
|
| /openbmc/qemu/docs/interop/ |
| H A D | vhost-user.json | 67 # @read-only: The --read-only command line option is supported. 68 # @blk-file: The --blk-file command line option is supported. 82 # @features: list of supported features. 98 # @evdev-path: The --evdev-path command line option is supported. 99 # @no-grab: The --no-grab command line option is supported. 113 # @features: list of supported features. 129 # @render-node: The --render-node command line option is supported. 130 # @virgl: The --virgl command line option is supported. 144 # @features: list of supported features.
|
| /openbmc/openbmc/poky/meta/recipes-support/attr/ |
| H A D | attr_2.5.2.bb | 44 # With glibc strerror(ENOTSUP) is "Operation not supported" but 45 # musl is "Not supported". 47 sed -i -e 's|f: Operation not supported|f: Not supported|g' ${D}${PTEST_PATH}/attr.test
|
| /openbmc/phosphor-ipmi-flash/cleanup/ |
| H A D | cleanup.cpp | 39 return (path == supported); in canHandleBlob() 44 return {supported}; in getBlobIds()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/mosh/ |
| H A D | mosh_1.4.0.bb | 43 #| {standard input}:2100: Error: instruction not supported in Thumb16 mode -- `adds r4,r4,r4' 44 #| {standard input}:2101: Error: instruction not supported in Thumb16 mode -- `adcs r5,r5,r5' 45 #| {standard input}:2102: Error: instruction not supported in Thumb16 mode -- `adcs r6,r6,r6' 46 #| {standard input}:2103: Error: instruction not supported in Thumb16 mode -- `adcs r7,r7,r7'
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | virtio-pmem.rst | 67 With virtio pmem device, MAP_SYNC mmap flag is not supported. This provides 73 - Real nvdimm device backend is not supported. 74 - virtio pmem hotunplug is not supported. 75 - ACPI NVDIMM features like regions/namespaces are not supported. 76 - ndctl command is not supported.
|
| /openbmc/u-boot/drivers/net/phy/ |
| H A D | atheros.c | 26 phydev->supported = phydev->drv->features; in ar8021_config() 48 phydev->supported = phydev->drv->features; in ar8031_config() 86 phydev->supported = phydev->drv->features; in ar8035_config()
|
| /openbmc/u-boot/drivers/reset/aspeed/ |
| H A D | Kconfig | 8 resets that are supported by watchdog. The main limitation though 18 resets that are supported by watchdog. The main limitation though 28 resets that are supported by watchdog. The main limitation though
|
| /openbmc/openbmc-test-automation/redfish/update_service/ |
| H A D | test_firmware_property.robot | 19 [Documentation] Verify supported apply time "Immediate" property. 40 [Documentation] Verify supported apply time "OnReset" property. 61 [Documentation] Verify supported apply time returns error on invalid value.
|
| /openbmc/qemu/scripts/ |
| H A D | probe-gdb-support.py | 84 supported = do_probe(args.gdb) 86 print(" ".join(supported))
|
| /openbmc/openbmc-test-automation/pldm/ |
| H A D | test_pldm_base.robot | 16 [Documentation] Verify supported PLDM types. 29 [Documentation] Verify supported PLDM version for base type. 37 [Documentation] Verify supported PLDM version for platform type. 46 [Documentation] Verify supported PLDM version for BIOS type. 55 [Documentation] Verify supported PLDM version for FRU type. 64 [Documentation] Verify supported PLDM version for oem-ibm type.
|
| /openbmc/openbmc/ |
| H A D | README.md | 51 supported hardware targets, see the following example: 59 A more complete list of supported machines can be found under 60 [meta-phosphor/docs](https://github.com/openbmc/openbmc/blob/master/meta-phosphor/docs/supported-ma… 96 Automated testing against the QEMU model along with supported systems are 133 the list of supported boards by running `. setup` (with no further arguments) in 134 the root of the OpenBMC source tree. Most of the platforms supported by OpenBMC 136 some more generic COTS servers are supported to varying degrees. 139 supported. Porting OpenBMC to a new platform is a non-trivial undertaking, 147 ports are equally mature -- some platforms are better supported than others, and 148 functionality on some "supported" boards may be fairly limited. Second, support [all …]
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/ |
| H A D | fvp-base.md | 22 ## Devices supported in the kernel 29 ## Devices not supported or not functional
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/libxfce4windowing/ |
| H A D | libxfce4windowing_4.20.0.bb | 12 # Currently, X11 is fully supported. Wayland is partially supported
|
| /openbmc/qemu/target/arm/ |
| H A D | arm-qmp-cmds.c | 133 bool supported = false; in qmp_query_cpu_model_expansion() local 137 supported = true; in qmp_query_cpu_model_expansion() 145 supported = true; in qmp_query_cpu_model_expansion() 148 if (!supported) { in qmp_query_cpu_model_expansion()
|
| /openbmc/qemu/qapi/ |
| H A D | cryptodev.json | 16 # The supported algorithm types of a crypto device. 30 # The supported service types of a crypto device. 85 # @service: supported service types of a crypto device
|
| /openbmc/openbmc-test-automation/docs/ |
| H A D | openbmc_test_architecture.md | 26 supported. 53 supported.
|
| /openbmc/qemu/docs/about/ |
| H A D | build-platforms.rst | 10 supported platforms are the targets for automated testing performed by 38 Those hosts are officially supported, with various accelerators: 60 Other host architectures are not supported. It is possible to build QEMU system 67 Non-supported architectures may be removed in the future following the 83 For the purposes of identifying supported software versions available on Linux, 101 option of the ``configure`` script to point QEMU to a supported 104 As of QEMU |version|, the minimum supported version of Python is 3.9. 117 supported version of bindgen is 0.60.x. For distributions that do not 121 QEMU requires Rust 1.77.0. This is available on all supported platforms 153 still supported by the vendor. The minimum Windows API that is currently [all …]
|