Home
last modified time | relevance | path

Searched +full:check +full:- +full:deprecated (Results 1 – 25 of 196) sorted by relevance

12345678

/openbmc/libpldm/
H A DCHANGELOG.md11 - Added
12 - Changed
13 - Deprecated
14 - Removed
15 - Fixed
16 - Security
22 - platform: Added file descriptor PDR encoding support
23 - Added `encode_pldm_platform_file_descriptor_pdr()`
24 - utils: Added `pldm_edac_crc32_extend()`
25 - base: Added `decode_pldm_base_negotiate_transfer_params_req()`
[all …]
H A Dmeson.options5 choices: ['deprecated', 'stable', 'testing'],
6 value: ['deprecated', 'stable', 'testing'],
9 'abi-compliance-check',
/openbmc/libpldm/scripts/
H A Dpre-submit2 set -eu
4 # For valgrind, value is arbitrarily low-ish
5 ulimit -n 2048
7 BUILD="$(mktemp --directory --tmpdir=.)"
8 trap 'rm -rf "$BUILD"' EXIT
10 meson format --recursive --inplace || true
11 if ! git diff --exit-code
15 echo https://mesonbuild.com/Style-guide.html
22 if ! git show --format="" --name-only HEAD -- CHANGELOG.md abi include/libpldm |
23 awk -f scripts/changelog.awk
[all …]
H A Drun-ci2 set -eu
4 # For valgrind, value is arbitrarily low-ish
5 ulimit -n 2048
7 BUILD="$(mktemp --directory --tmpdir=.)"
8 trap 'rm -rf "$BUILD"' EXIT
10 meson format --recursiv
[all...]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-5.0.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
7 ------------------------------------
12 To migrate from an earlier LTS release, you **also** need to check all
15 - :doc:`/migration-guides/migration-4.3`
16 - :doc:`/migration-guides/migration-4.2`
17 - :doc:`/migration-guides/migration-4.1`
18 - :doc:`/migration-guides/migration-4.0`
19 - :doc:`/migration-guides/migration-3.4`
20 - :doc:`/migration-guides/migration-3.3`
21 - :doc:`/migration-guides/migration-3.2`
[all …]
H A Dmigration-3.0.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
9 .. _migration-3.0-init-system-selection:
12 ---------------------
17 ``conf/distro/include/init-manager-*.conf``). Include files are provided
18 for four values: "none", "sysvinit", "systemd", and "mdev-busybox". The
23 .. _migration-3.0-lsb-support-removed:
26 -------------------
33 As a result of this change, the ``poky-lsb`` derivative distribution
35 has been replaced with a ``poky-altcfg`` distribution that has LSB parts
38 .. _migration-3.0-removed-recipes:
[all …]
H A Dmigration-1.5.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
9 .. _migration-1.5-host-dependency-changes:
12 -----------------------
17 - Python 2.7.3+
19 - Tar 1.24+
21 - Git 1.7.8+
23 - Patched version of Make if you are using 3.82. Most distributions
28 tarball, which provides an SDK-like environment containing them.
31 ":ref:`system-requirements-buildtools`" section.
33 .. _migration-1.5-atom-pc-bsp:
[all …]
H A Dmigration-3.2.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
9 .. _migration-3.2-minimum-system-requirements:
12 ---------------------------
16 :term:`buildtools-extended` tarball (easily installable using
17 ``scripts/install-buildtools``).
20 .. _migration-3.2-removed-recipes:
23 ---------------
27 - ``bjam-native``: replaced by ``boost-build-native``
28 - ``avahi-ui``: folded into the main ``avahi`` recipe --- the GTK UI can be disabled using :term:`P…
29 - ``build-compare``: no longer needed with the removal of the ``packagefeed-stability`` class
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-Check-for-limits.h-during-configure.patch3 Date: Thu, 20 Jul 2017 21:04:07 -0700
4 Subject: [PATCH 1/5] Check for limits.h during configure
6 Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 ---
8 Upstream-Status: Pending
13 diff --git a/configure.ac b/configure.ac
15 --- a/configure.ac
17 @@ -139,6 +139,8 @@ int main()
18 [Compiler warning on deprecated functions])])
26 --
/openbmc/qemu/include/qemu/
H A Dhelp_option.h8 * Check whether @s is one of the standard strings which indicate
10 * command option like -cpu or -M. The current accepted strings
11 * are 'help' and '?'. '?' is deprecated (it is a shell wildcard
/openbmc/u-boot/include/asm-generic/
H A Dgpio.h1 /* SPDX-License-Identifier: GPL-2.0+ */
15 * Generic GPIO API for U-Boot
17 * --
18 * NB: This is deprecated. Please use the driver model functions instead:
20 * - gpio_request_by_name()
21 * - dm_gpio_get_value() etc.
24 * --
26 * GPIOs are numbered from 0 to GPIO_COUNT-1 which value is defined
38 * an error value of -1.
42 * @deprecated Please use driver model instead
[all …]
/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/
H A DAdd-ptest-support.patch6 Upstream-Status: Inappropriate [embedded specific]
7 Signed-off-by: Ravineet Singh <ravineet.a.singh@est.tech>
8 ---
14 diff --git a/Makefile.am b/Makefile.am
16 --- a/Makefile.am
18 @@ -194,6 +194,9 @@ dist-hook:
19 distcheck-hook:
20 …@test -d "$(top_srcdir)/po/.reference" || { echo "PO files are not downloaded; run ./bootstrap wit…
22 +install-ptest:
23 + $(MAKE) -C tests DESTDIR=$(DESTDIR)/tests $@
[all …]
/openbmc/u-boot/common/
H A Dmiiphyutil.c1 // SPDX-License-Identifier: GPL-2.0+
8 * This provides a bit-banged interface to the ethernet MII management
50 if (strcmp(dev->name, devname) == 0) in miiphy_get_dev_by_name()
78 INIT_LIST_HEAD(&bus->link); in mdio_alloc()
90 if (!bus || !bus->read || !bus->write) in mdio_register()
91 return -1; in mdio_register()
93 /* check if we have unique name */ in mdio_register()
94 if (miiphy_get_dev_by_name(bus->name)) { in mdio_register()
96 bus->name); in mdio_register()
97 return -1; in mdio_register()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-hwclock-Check-for-SYS_settimeofday-before-calling-sy.patch3 Date: Sun, 7 Mar 2021 17:30:24 -0800
4 Subject: [PATCH] hwclock: Check for SYS_settimeofday before calling syscall
8 therefore check for SYS_settimeofday definition before making the
19 architecture (riscv32), which seems like a reasonable trade-off
21 Upstream-Status: Submitted [http://lists.busybox.net/pipermail/busybox/2021-March/088583.html]]
22 Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 ---
24 util-linux/hwclock.c | 7 +++++--
25 1 file changed, 5 insertions(+), 2 deletions(-)
27 diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/
H A Dbluez5_5.82.bb5 CVE_STATUS[CVE-2020-24490] = "cpe-incorrect: This issue has kernel fixes rather than bluez fixes"
10 ${@bb.utils.contains('PACKAGECONFIG', 'deprecated', 'attrib/gatttool', '', d)} \
11 tools/obex-client-tool \
12 tools/obex-server-tool \
13 tools/bluetooth-player \
26 tools/mgmt-tester \
27 tools/gap-tester \
28 tools/l2cap-tester \
29 tools/sco-tester \
30 tools/smp-tester \
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0004-Fix-libtool-detection.patch6 Use LT_INIT instead of the deprecated AC_PROG_LIBTOOL to detect libtool, so it
10 switch --with-system-libltdl is no longer needed. The code is copied from
13 Upstream-Status: Inappropriate [embedded specific]
15 Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
16 Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
17 Signed-off-by: Changqing Li <changqing.li@windriver.com>
18 ---
22 diff --git a/configure.ac b/configure.ac
24 --- a/configure.ac
26 @@ -319,6 +319,42 @@ dnl # See if we have Git.
[all …]
/openbmc/qemu/docs/about/
H A Ddeprecated.rst3 Deprecated features
9 release in which it was deprecated and one further release. After these two
10 releases, the feature is liable to be removed. Deprecated features may also
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
21 for pre-existing VM deployments. They should be scheduled for updating to a
23 should exclusively use a non-deprecated machine type, with use of the most
24 recent version highly recommended. Non-versioned machine types follow the
28 deprecated.
31 --------------------------------------
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dfix-tslib-version-check.patch1 fix tslib version check in configure.in
3 The patch makes sure that the old as well as the new tslib pkg-config
6 tslib 0.0 to 1.0 created only a tslib-<VERSION>.pc pkg-config metadata
9 With tslib 1.1 the tslib-<VERSION>.pc phase out was started.
10 Additionally, the pkg-config metadata file tslib.pc was added.
12 Since tslib 1.6 the tslib-<VERSION>.pc metadata file is deprecated.
15 Upstream-Status: Inappropriate [no upstream]
16 Signed-off-by: Ben Guan <ben.guan@cn.bosch.com>
17 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
19 diff -Nru DirectFB-1.7.7.orig/configure.in DirectFB-1.7.7/configure.in
[all …]
/openbmc/qemu/qapi/
H A Dtransaction.json1 # -*- Mode: Python -*-
11 { 'include': 'block-core.json' }
48 # @block-dirty-bitmap-add: Since 2.5
50 # @block-dirty-bitmap-remove: Since 4.2
52 # @block-dirty-bitmap-clear: Since 2.5
54 # @block-dirty-bitmap-enable: Since 4.0
56 # @block-dirty-bitmap-disable: Since 4.0
58 # @block-dirty-bitmap-merge: Since 4.0
60 # @blockdev-backup: Since 2.3
62 # @blockdev-snapshot: Since 2.5
[all …]
/openbmc/u-boot/arch/arm/mach-imx/
H A Dhab.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2010-2015 Freescale Semiconductor, Inc.
15 #include <asm/mach-imx/hab.h>
28 ivt_hdr->magic, ivt_hdr->length, ivt_hdr->version); in ivt_header_error()
37 if (ivt_hdr->magic != IVT_HEADER_MAGIC) in verify_ivt_header()
40 if (be16_to_cpu(ivt_hdr->length) != IVT_TOTAL_LENGTH) in verify_ivt_header()
43 if (ivt_hdr->version != IVT_HEADER_V1 && in verify_ivt_header()
44 ivt_hdr->version != IVT_HEADER_V2) in verify_ivt_header()
141 -1
170 -1
[all …]
/openbmc/phosphor-logging/
H A DREADME.md1 # phosphor-logging
8 - [Building](#to-build)
9 - [Structured Logging](#structured-logging)
10 - [Event Logs](#event-logs)
11 - [Event Log Extensions](#event-log-extensions)
12 - [Remote Logging](#remote-logging-via-rsyslog)
13 - [Boot Fail on Hardware Errors](#boot-fail-on-hardware-errors)
20 2. ninja -c builddir
24 phosphor-logging provides APIs to add program logging information to the
25 systemd-journal and it is preferred that this logging data is formatted in a
[all …]
/openbmc/u-boot/test/py/tests/test_fs/
H A Dconftest.py1 # SPDX-License-Identifier: GPL-2.0+
21 """Enable --fs-type option.
26 parser: Pytest command-line parser.
31 parser.addoption('--fs-type', action='append', default=None,
37 A file system explicitly named with --fs-type option is selected
92 """Convert a file system type to an U-boot specific string
95 or a config name in u-boot. Currently fat16 and fat32 are handled
110 """Check whether a file system is enabled in u-boot configuration.
143 mkfs_opt = '-F 16'
145 mkfs_opt = '-F 32'
[all …]
/openbmc/u-boot/include/linux/
H A Dif_ether.h1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
29 * and FCS/CRC (frame check sequence).
59 #define ETH_P_BATMAN 0x4305 /* B.A.T.M.A.N.-Advanced packet */
79 #define ETH_P_WCCP 0x883E /* Web-cache coordination */
81 /* draft-wilson-wrec-wccp-v2-00.txt */
88 #define ETH_P_ATMFATE 0x8884 /* Frame-based ATM Transport over Ethernet */
100 #define ETH_P_PRP 0x88FB /* IEC 62439-3 PRP/HSRv0 */
107 #define ETH_P_HSR 0x892F /* IEC 62439-3 HSRv1 */
110 #define ETH_P_QINQ1 0x9100 /* deprecated QinQ VLAN */
112 #define ETH_P_QINQ2 0x9200 /* deprecated QinQ VLAN */
[all …]
/openbmc/u-boot/tools/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0+
3 # (C) Copyright 2000-2006
6 # Enable all the config-independent tools
18 subdir-$(HOST_TOOLS_ALL) += easylogo
19 subdir-$(HOST_TOOLS_ALL) += gdb
22 ENVCRC-$(CONFIG_ENV_IS_EMBEDDED) = y
23 ENVCRC-$(CONFIG_ENV_IS_IN_EEPROM) = y
24 ENVCRC-$(CONFIG_ENV_IS_IN_FLASH) = y
25 ENVCRC-$(CONFIG_ENV_IS_IN_ONENAND) = y
26 ENVCRC-$(CONFIG_ENV_IS_IN_NAND) = y
[all …]
/openbmc/qemu/target/s390x/
H A Dcpu_models_system.c2 * CPU models for s390x - System-only
9 * your option) any later version. See the COPYING file in the top-level
15 #include "s390x-internal.h"
20 #include "qapi/qobject-input-visitor.h"
22 #include "qapi/qapi-commands-machine.h"
32 /* check general model compatibility */ in check_unavailable_features()
33 if (max_model->def->gen < model->def->gen || in check_unavailable_features()
34 (max_model->def->gen == model->def->gen && in check_unavailable_features()
35 max_model->def->ec_ga < model->def->ec_ga)) { in check_unavailable_features()
40 bitmap_andnot(missing, model->features, max_model->features, in check_unavailable_features()
[all …]

12345678