| /openbmc/qemu/qapi/ |
| H A D | compat.json | 43 # Policy for handling deprecated management interfaces. 48 # with feature 'deprecated' or 'unstable'. We may want to extend it 51 # Limitation: deprecated-output policy @hide is not implemented for 54 # @deprecated-input: how to handle deprecated input (default 'accept') 56 # @deprecated-output: how to handle deprecated output (default 68 'data': { '*deprecated-input': 'CompatPolicyInput', 69 '*deprecated-output': 'CompatPolicyOutput',
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | features-deprecated-type.err | 1 features-deprecated-type.json: In struct 'Foo': 2 features-deprecated-type.json:2: feature 'deprecated' is not supported for types
|
| H A D | features-deprecated-type.json | 1 # Feature 'deprecated' is not supported for types 3 'features': [ 'deprecated' ] }
|
| /openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/ |
| H A D | 0001-meson-stop-building-XA-by-default.patch | 6 Commit cf40099730c4 ("meson: deprecate gallium-xa") deprecated XA 8 it would cause a deprecated option warning. Flip the default to disable 29 deprecated: true,
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-deprecated_1.2.18.bb | 1 SUMMARY = "Python @deprecated decorator to deprecate old python classes, functions or methods." 2 HOMEPAGE = "https://deprecated.readthedocs.io/en/latest/"
|
| /openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch | 38 -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g 44 -Wno-deprecated-declarations -Wno-self-assign \ 50 -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict \ 56 -CXXFLAGS = -Wno-deprecated-register -Wno-unused-result -std=c++14 57 +CXXFLAGS += -Wno-deprecated-register -Wno-unused-result -std=c++14
|
| /openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/ |
| H A D | 0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch | 4 Subject: [PATCH] Remove the warning about deprecated paths in schemas 7 are still using deprecated paths, as of 3.16.1. This causes warning 31 - "“/apps/”, “/desktop/” or “/system/” are deprecated."),
|
| /openbmc/openbmc/meta-openpower/recipes-bsp/ffs/ |
| H A D | ffs.inc | 12 PACKAGE_BEFORE_PN += "${PN}-ecc ${PN}-deprecated" 15 FILES:${PN}-deprecated = "${bindir}"
|
| /openbmc/libpldm/ |
| H A D | meson.options | 5 choices: ['deprecated', 'stable', 'testing'], 6 value: ['deprecated', 'stable', 'testing'],
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/libpldm/ |
| H A D | libpldm_git.bb | 8 LIBPLDM_ABI_DEVELOPMENT = "deprecated,stable,testing" 10 LIBPLDM_ABI_PRODUCTION = "deprecated,stable"
|
| /openbmc/openbmc-test-automation/docs/ |
| H A D | openbmc_test_architecture.md | 25 NOTE: Legacy REST will be deprecated at some point and therefore no longer 52 NOTE: Legacy REST will be deprecated at some point and therefore no longer
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
| H A D | 0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch | 4 Subject: [PATCH] Temporarliy work around deprecated ffmpeg RAW function 23 +/* NOTE This is deprecated in ffmpeg and the code should be removed */
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin/ |
| H A D | 0001-libxfce4ui-Avoid-deprecated-functions.patch | 5 Subject: [PATCH 1/5] libxfce4ui: Avoid deprecated functions 7 - xfce_titled_dialog_new_with_buttons is deprecated from 4.16. 8 - xfce_spawn_command_line_on_screen is deprecated from 4.16
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/ |
| H A D | a1d58ae1be99571a88b8439b027abe6349b74658.patch | 4 Subject: [PATCH] Fix deprecated warning in conftest.py 8 sshfs/build/test/conftest.py:66: PytestDeprecationWarning: @pytest.yield_fixture is deprecated.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | 0001-The-std-lib-unary-binary_function-base-classes-are-d.patch | 5 deprecated/removed from libcpp15. Fixes 22 +// Unary function is now deprecated in C++11 and later:
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/ |
| H A D | bmcweb_git.bb | 45 PACKAGECONFIG[redfish-allow-deprecated-power-thermal] = "-Dredfish-allow-deprecated-power-thermal=enabled,-Dredfish-allow-deprecated-power-thermal=disabled"
|
| /openbmc/openpower-dbus-interfaces/ |
| H A D | README.md | 3 This repository has been deprecated and is no longer used. OpenPOWER DBus
|
| /openbmc/ibm-dbus-interfaces/ |
| H A D | README.md | 3 This repository has been deprecated and is no longer used. IBM DBus interfaces
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | distro_features_check.bbclass | 10 … bb.warn("distro_features_check.bbclass is deprecated, please use features_check.bbclass instead")
|
| /openbmc/libpldm/scripts/ |
| H A D | abi-dump-updater | 16 meson setup -Dabi=deprecated,stable "$UPDATE_BUILDDIR"
|
| /openbmc/openbmc/meta-google/recipes-google/libcr51sign/ |
| H A D | libcr51sign_git.bb | 11 -Wno-deprecated-declarations \
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/fatcat/ |
| H A D | 0001-Replace-std-ptr_fun-for-c-17.patch | 6 std::ptr_fun was deprecated in C++11, and removed completely in C++17. 7 Similarly, std::not1 is deprecated since C++17.
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/ |
| H A D | 0001-Add-meson-option-to-pass-sysroot.patch | 21 …option('deprecated-declarations', type: 'feature', value: 'disabled', description: 'build with dep…
|
| /openbmc/qemu/docs/about/ |
| H A D | deprecated.rst | 9 release in which it was deprecated and one further release. After these two 17 versioned machine types will be automatically marked deprecated after an 19 a further 3 year period has passed. It is recommended that a deprecated 23 should exclusively use a non-deprecated machine type, with use of the most 28 deprecated. 37 in short form as ``share`` and ``noshare``. This is now deprecated 54 However, short-form booleans are deprecated and full explicit ``arg_name=on`` 101 deprecated. Use ``members`` instead. 164 The ``wavcapture`` command is deprecated and will be removed in a future release. 171 The ``stopcapture`` command is deprecated an [all...] |
| /openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/ |
| H A D | bluez5.inc | 32 deprecated \ 60 PACKAGECONFIG[deprecated] = "--enable-deprecated,--disable-deprecated"
|