/openbmc/libpldm/ |
H A D | README.md | 7 - keeping it light weight 8 - implementation in C 9 - minimal dynamic memory allocations 10 - endian-safe 11 - no OpenBMC specific dependencies 20 encode_foo_req() - encode a foo request 21 decode_foo_resp() - decode a response to foo 27 decode_foo_req() - decode a foo request 28 encode_foo_resp() - encode a response to foo 33 ## To Build [all …]
|
H A D | meson.options | 5 choices: ['deprecated', 'stable', 'testing'], 6 value: ['deprecated', 'stable', 'testing'], 9 'abi-compliance-check', 20 option('tests', type: 'boolean', description: 'Build tests')
|
H A D | CHANGELOG.md | 11 - Added 12 - Changed 13 - Deprecated 14 - Removed 15 - Fixed 16 - Security 22 - Add Firmware Device side firmware_update encode/decode functions 24 - Add firmware update FD responder 26 - Ad 57 ### Deprecated global() subsection 160 ### Deprecated global() subsection 317 ### Deprecated global() subsection 412 ### Deprecated global() subsection 463 ### Deprecated global() subsection 518 ### Deprecated global() subsection 611 ### Deprecated global() subsection 729 ### Deprecated global() subsection [all...] |
/openbmc/phosphor-fan-presence/ |
H A D | README.md | 5 - [Overview](#overview) 6 - [Building](#building) 7 - [Contents](#contents) 11 The phosphor-fan-presence repository provides a set of thermal related 22 The use of YAML configuration file(s) has been deprecated in favor of the JSON 29 - [Fan Control](#fan-control) 31 - To disable from building, use the `-Dcontrol-service=disabled` meson option: 33 meson build -Dcontrol-service=disabled 35 - [Fan Presence Detection](#fan-presence-detection) 37 - To disable from building, use the `-Dpresence-service=disabled` meson [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
H A D | 0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch | 2 From: Ricardo Neri <ricardo.neri-calderon@linux.intel.com> 3 Date: Fri, 26 Jul 2019 17:34:26 -0400 4 Subject: [PATCH 2/4] BaseTools: makefile: adjust to build in under bitbake 6 Prepend the build flags with those of bitbake. This is to build 10 the recipe already does lots of similar in-place fixups elsewhere, so 12 to fight against how upstream wants to configure the build. 14 Signed-off-by: Ricardo Neri <ricardo.neri@linux.intel.com> 15 Upstream-Status: Inappropriate [needs to be converted to in-recipe fixups] 16 --- 17 BaseTools/Source/C/Makefiles/header.makefile | 15 +++++++-------- [all …]
|
/openbmc/libpldm/scripts/ |
H A D | run-ci | 2 set -eu 4 BUILD="$(mktemp --directory --tmpdir=.)" 5 trap 'rm -rf "$BUILD"' EXIT 7 meson format --recursiv [all...] |
H A D | pre-submit | 2 set -eu 4 BUILD="$(mktemp --directory --tmpdir=.)" 5 trap 'rm -rf "$BUILD"' EXIT 7 meson format --recursive --inplace || true 8 if ! git diff --exit-code 12 echo https://mesonbuild.com/Style-guide.html 19 if ! git show --format="" --name-only HEAD -- CHANGELOG.md include/libpldm | 20 awk -f scripts/changelog.awk 27 # that we don't specify -Dabi=... - the default is equivalent to 28 # -Dabi=deprecated,stable,testing. [all …]
|
/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 | 2 From: Markus Volk <f_l_k@t-online.de> 6 Signed-off-by: Markus Volk <f_l_k@t-online.de> 8 Upstream-Status: Inappropriate [OE specific] 9 --- 11 panels/background/meson.build | 2 +- 12 panels/system/meson.build | 2 +- 13 3 files changed, 3 insertions(+), 2 deletions(-) 15 diff --git a/meson_options.txt b/meson_options.txt 17 --- a/meson_options.txt 19 @@ -1,3 +1,4 @@ [all …]
|
/openbmc/qemu/tests/ |
H A D | Makefile.include | 1 # -*- Mode: makefile -*- 3 .PHONY: check-help 4 check-help: 6 …@echo " $(MAKE) check Run block, qapi-schema, unit, softfloat, qtest and decode… 10 @echo " $(MAKE) check-qtest-TARGET Run qtest tests for given target" 11 @echo " $(MAKE) check-qtest Run qtest tests" 12 @echo " $(MAKE) check-functional Run python-based functional tests" 13 @echo " $(MAKE) check-functional-TARGET Run functional tests for a given target" 14 @echo " $(MAKE) check-unit Run qobject tests" 15 @echo " $(MAKE) check-qapi-schema Run QAPI schema tests" [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | setuptools3_legacy.bbclass | 4 # SPDX-License-Identifier: MIT 7 # This class is for packages which use the deprecated setuptools behaviour, 9 # This behaviour is deprecated in setuptools[1] and won't work in the future, so 11 # modern Python tool such as build[2], or packages which are doing more (such as 12 # installing init scripts) should use a fully-featured build system such as Meson. 15 # [2] https://pypi.org/project/build/ 17 inherit setuptools3-base 19 B = "${WORKDIR}/build" 22 SETUPTOOLS_INSTALL_ARGS ?= "--root=${D} \ 23 --prefix=${prefix} \ [all …]
|
/openbmc/linux/arch/um/drivers/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 14 The User-Mode Linux environment allows you to create virtual serial 18 See <http://user-mode-linux.sourceforge.net/old/input.html> for more 44 lines to host pseudo-terminals. Access to both traditional 45 pseudo-terminals (/dev/pty*) and pts pseudo-terminals are controlled 55 (/dev/tty*) and the slave side of pseudo-terminals (/dev/ttyp* and 97 this if you expect the UML that you build to be run in environments 107 traditional pseudo-terminals. 109 this if you expect the UML that you build to be run in environments 131 While the User-Mode port cannot directly talk to any physical [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 10 on the SGI IRIX platform. It is completely multi-threaded, can 17 for complete details. This implementation is on-disk compatible 26 bool "Support deprecated V4 (crc=0) format" 33 year 2038. Because of this, the V4 format is deprecated. All users 51 bool "Support deprecated case-insensitive ascii (ascii-ci=1) format" 56 on systems that have been coerced into using ISO 8859-1, and it does 58 the locale settings in userspace, so it corrupts UTF-8 names. 60 attacks. Because of this, the feature is deprecated. All users 66 beginning with "ascii-ci=". If the string "ascii-ci=1" is found, the [all …]
|
/openbmc/openbmc-build-scripts/jenkins/ |
H A D | README.md | 7 | --------------------------------- | ------------------------------- | ---------- | 8 | CI-MISC/ci-build-seed | jenkins/build-seed | | 9 | CI-MISC/ci-meta | jenkins/run-meta-ci | Deprecated | 10 | CI-MISC/ci-openbmc-build-scripts | jenkins/run-build-script-ci | | 11 | CI-MISC/ci-repository-ppc64le | run-unit-test-docker.sh | | 12 | CI-MISC/openbmc-node-cleaner | sstate-cache-management.sh | [1] | 13 | CI-MISC/openbmc-userid-validation | jenkins/userid-validation | | 14 | CI-MISC/run-ci-in-qemu | run-qemu-robot-test.sh | | 15 | ci-openbmc | build-setup.sh | | 16 | ci-repository | run-unit-test-docker.sh | | [all …]
|
/openbmc/linux/mm/damon/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 10 for performance-centric DRAM level memory management. 12 See https://damonitor.github.io/doc/html/latest-damon/index.html for 63 bool "DAMON debugfs interface (DEPRECATED!)" 71 This is deprecated, so users should move to the sysfs interface 73 your usecase to damon@lists.linux.dev and linux-mm@kvack.org. 88 bool "Build DAMON-based reclaim (DAMON_RECLAIM)" 91 This builds the DAMON-based reclamation subsystem. It finds pages 97 scanning-based reclamation is used for heavy pressure. 100 bool "Build DAMON-based LRU-lists sorting (DAMON_LRU_SORT)" [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | psp-sev.h | 1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ 6 * Copyright (C) 2016-2017 Advanced Micro Devices, Inc. 29 SEV_GET_ID, /* This command is deprecated, use SEV_GET_ID2 */ 42 * The SEV API error codes are 16 bits, so the -1 value will not overlap 45 SEV_RET_NO_FW_CALL = -1, 75 * struct sev_user_data_status - PLATFORM_STATUS command parameters 81 * @build: firmware build id for API version 89 __u8 build; /* Out */ member 96 * struct sev_user_data_pek_csr - PEK_CSR command parameters 107 * struct sev_user_data_cert_import - PEK_CERT_IMPORT command parameters [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/ |
H A D | 857.patch | 4 Subject: [PATCH] Update SConstruct with new Python3 syntax: - new raise 5 keyword syntax - has_key deprecated method is now removed - commands 6 deprecated library is replaced by subprocess - print function fixes 9 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947584 10 --- 11 Upstream-Status: Pending 13 SConstruct | 45 +++++++++++++++++++++++---------------------- 14 1 file changed, 23 insertions(+), 22 deletions(-) 16 diff --git a/SConstruct b/SConstruct 18 --- a/SConstruct [all …]
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_fw_hdr.h | 1 /* Broadcom NetXtreme-C/E network driver. 3 * Copyright (c) 2014-2016 Broadcom Corporation 17 DEVICE_5702_3_4_FAMILY, /* 0 - Denali, Vinson, K2 */ 18 DEVICE_5705_FAMILY, /* 1 - Bachelor */ 19 DEVICE_SHASTA_FAMILY, /* 2 - 5751 */ 20 DEVICE_5706_FAMILY, /* 3 - Teton */ 21 DEVICE_5714_FAMILY, /* 4 - Hamilton */ 22 DEVICE_STANFORD_FAMILY, /* 5 - 5755 */ 23 DEVICE_STANFORD_ME_FAMILY, /* 6 - 5756 */ 24 DEVICE_SOLEDAD_FAMILY, /* 7 - 5761[E] */ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/ |
H A D | 0001-test_lib.sh-remove-gobin-requirement-during-build.patch | 3 Date: Tue, 2 May 2023 13:36:36 -0600 4 Subject: [PATCH] test_lib.sh: remove gobin requirement during build 6 This tool is installed as a part of the build process (build.sh sources 10 as a part of the build process breaks bitbake (it doesn't allow 11 downloading of packages once in the build steps). 13 This tool is not needed to build etcd (it appears to be used for some 16 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> 17 --- 18 Upstream-Status: Pending 20 scripts/test_lib.sh | 8 ++++++-- [all …]
|
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/ |
H A D | entrypoint-build.sh | 3 # SPDX-FileCopyrightText: Andrei Gherzan <andrei.gherzan@huawei.com> 5 # SPDX-License-Identifier: MIT 7 set -ex 14 [ -n "$BASE_REF" ] || 16 [ -d "$META_RASPBERRYPI_PATH/.git" ] || 18 [ -n "$MACHINE" ] || 19 error "Machine to be used for build not provided." 20 [ -n "$IMAGE" ] || 21 error "Image to build not provided." 23 TEMP_DIR="$(mktemp -d)" [all …]
|
/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio/ |
H A D | 0002-do-not-display-CLFAGS-to-improve-reproducibility-bui.patch | 4 Subject: [PATCH 2/2] do not display CLFAGS to improve reproducibility build 6 Macro PA_CFLAGS contains build path, do not use it to 7 display CFLAGS which could improve reproducibility build. 9 Upstream-Status: Inappropriate [oe specific] 10 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 11 --- 12 src/daemon/main.c | 2 +- 13 1 file changed, 1 insertion(+), 1 deletion(-) 15 diff --git a/src/daemon/main.c b/src/daemon/main.c 17 --- a/src/daemon/main.c [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/classes/ |
H A D | distutils3.bbclass | 1 inherit distutils3-base 3 B = "${WORKDIR}/build" 7 DISTUTILS_INSTALL_ARGS ?= "--root=${D} \ 8 --prefix=${prefix} \ 9 --install-lib=${PYTHON_SITEPACKAGES_DIR} \ 10 --install-data=${datadir}" 13 DISTUTILS_PYTHON:class-native = "nativepython3" 18 bb.warn("distutils3.bbclass is deprecated, please use setuptools3.bbclass instead") 30 ${STAGING_BINDIR_NATIVE}/python3-native/python3 setup.py \ 31 build --build-base=${B} ${DISTUTILS_BUILD_ARGS} || \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/ |
H A D | a1d58ae1be99571a88b8439b027abe6349b74658.patch | 3 Date: Tue, 22 Dec 2020 23:26:40 -0800 4 Subject: [PATCH] Fix deprecated warning in conftest.py 8 sshfs/build/test/conftest.py:66: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 13 Upstream-Status: Submitted [https://github.com/libfuse/sshfs/pull/238] 14 Signed-off-by: Khem Raj <raj.khem@gmail.com> 15 --- 16 test/conftest.py | 2 +- 17 1 file changed, 1 insertion(+), 1 deletion(-) 19 diff --git a/test/conftest.py b/test/conftest.py 21 --- a/test/conftest.py [all …]
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-5.0.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 7 ------------------------------------ 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` 23 .. _migration-5.0-supported-kernel-versions: [all …]
|
H A D | migration-1.6.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 9 .. _migration-1.6-archiver-class: 12 ------------------ 14 The :ref:`ref-classes-archiver` class has been rewritten and its configuration 16 ":ref:`dev-manual/licenses:maintaining open source license compliance during your product's lifecyc… 19 .. _migration-1.6-packaging-changes: 22 ----------------- 26 - The ``binutils`` recipe no longer produces a ``binutils-symlinks`` 27 package. ``update-alternatives`` is now used to handle the preferred 30 - The tc (traffic control) utilities have been split out of the main [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/webui/ |
H A D | phosphor-webui_git.bb | 1 LICENSE = "Apache-2.0" 3 DEPENDS:prepend = "nodejs-native " 6 # This recipe requires online access to build, as it uses NPM for dependency 10 SRC_URI = "git://github.com/openbmc/phosphor-webui.git;branch=master;protocol=https" 17 bbwarn "phosphor-webui is deprecated and has been replaced with webui-vue" 19 rm -rf node_modules 20 npm --loglevel info --proxy=${http_proxy} --https-proxy=${https_proxy} install 21 npm run-script build 25 install -d ${D}${datadir}/www 26 cp -r ${S}/dist/** ${D}${datadir}/www [all …]
|