Home
last modified time | relevance | path

Searched +full:- +full:replace (Results 1 – 25 of 1089) sorted by relevance

12345678910>>...44

/openbmc/openbmc/poky/scripts/
H A Dpatchtest3 # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
9 # SPDX-License-Identifier: GPL-2.0-only
77 …test_description = test.id().split('.')[-1].replace('_', ' ').replace("cve", "CVE").replace("signe…
78 "Signed-off-by").replace("upstream status",
79 "Upstream-Status").replace("non auh",
80 "non-AUH").replace("presence format", "presence")
91 …test_description = test.id().split('.')[-1].replace('_', ' ').replace("cve", "CVE").replace("signe…
92 "Signed-off-by").replace("upstream status",
93 "Upstream-Status").replace("non auh",
94 "non-AUH").replace("presence format", "presence")
[all …]
/openbmc/phosphor-mrw-tools/
H A Dpatchxml.py7 and uses XML attributes to specify if the elements in the file should replace
29 2) Replace an element:
30 Put in the new element, with the type='replace' attribute
31 and the XPath of the element you want to replace.
33 <enumerator type='replace'
39 This will replace the enumerator element with name XBUS under the
57 Use a type attribute of 'add-child' and specify the target parent with
60 <enumerationType type="add-child" xpath="enumerationType/[id='TYPE']">
74 5) Replace a child element inside another element, useful when replacing
77 Use a type attribute of 'replace-child' and the xpath attribute
[all …]
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/
H A Dklcc-cross_2.0.13.bb10 SRC_URI += "file://use-env-for-perl.patch"
20 install -d ${D}${bindir_crossscripts}/
21 install -m 0755 klcc/klcc ${D}${bindir_crossscripts}/${TARGET_PREFIX}klcc
24 sed -i -e "2i \$TARGETSYSROOT = '${STAGING_DIR_TARGET}';" \
25 -e "2i \$NATIVESYSROOT = '${STAGING_DIR_NATIVE}';" \
26-e 's#${@d.getVar("STAGING_DIR_NATIVE").replace("/", "\\\\/").replace("-", "\\\\-").replace(".", "…
27-e 's#${@d.getVar("STAGING_DIR_TARGET").replace("/", "\\\\/").replace("-", "\\\\-").replace(".", "…
32 SSTATE_SCAN_FILES += "*-klcc"
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp4 * This is an auto-generated header which contains definitions
14 // NOLINTBEGIN(misc-include-cleaner)
23 // NOLINTEND(misc-include-cleaner)
77 * @param[in] arg1 Parameter of message that will replace %1 in its body.
89 * @param[in] arg1 Parameter of message that will replace %1 in its body.
101 * @param[in] arg1 Parameter of message that will replace %1 in its body.
102 * @param[in] arg2 Parameter of message that will replace %2 in its body.
116 * @param[in] arg1 Parameter of message that will replace %1 in its body.
117 * @param[in] arg2 Parameter of message that will replace %2 in its body.
131 * @param[in] arg1 Parameter of message that will replace %1 in its body.
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/
H A Davoid-attr-unless-wanted.patch6 Upstream-Status: Inappropriate [embedded specific]
7 ---
8 lib/replace/wscript | 4 +---
9 1 file changed, 1 insertion(+), 3 deletions(-)
11 diff --git a/lib/replace/wscript b/lib/replace/wscript
13 --- a/lib/replace/wscript
14 +++ b/lib/replace/wscript
15 @@ -968,8 +968,6 @@ def build(bld):
19 - if not bld.CONFIG_SET('HAVE_GETXATTR') or bld.CONFIG_SET('XATTR_ADDITIONAL_OPTIONS'):
20 - REPLACE_SOURCE += ' xattr.c'
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/
H A Davoid-attr-unless-wanted.patch6 Upstream-Status: Inappropriate [embedded specific]
7 ---
8 lib/replace/wscript | 4 +---
9 1 file changed, 1 insertion(+), 3 deletions(-)
11 diff --git a/lib/replace/wscript b/lib/replace/wscript
13 --- a/lib/replace/wscript
14 +++ b/lib/replace/wscript
15 @@ -983,8 +983,6 @@ def build(bld):
19 - if not bld.CONFIG_SET('HAVE_GETXATTR') or bld.CONFIG_SET('XATTR_ADDITIONAL_OPTIONS'):
20 - REPLACE_SOURCE += ' xattr.c'
[all …]
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_certificate.robot24 ... redfishtool raw -r ${OPENBMC_HOST}:${HTTPS_PORT} -u ${OPENBMC_USERNAME} -p ${OPENBMC_PASSWORD}…
31 Verify Redfishtool Replace Server Certificate Valid CertKey
32 [Documentation] Verify replace server certificate.
35 Verify Redfishtool Replace Certificate Server Valid Certificate Valid Privatekey ok
38 Verify Redfishtool Replace Client Certificate Valid CertKey
39 [Documentation] Verify replace client certificate.
42 Verify Redfishtool Replace Certificate Client Valid Certificate Valid Privatekey ok
45 Verify Redfishtool Replace CA Certificate Valid Cert
46 [Documentation] Verify replace CA certificate.
49 Verify Redfishtool Replace Certificate CA Valid Certificate ok
[all …]
/openbmc/qemu/docs/
H A Ddefs.rst.inc7 used inside a parsed-literal block: the definition must not include
12 .. |qemu_system| replace:: qemu-system-x86_64
13 .. |qemu_system_x86| replace:: qemu-system-x86_64
14 .. |I2C| replace:: I\ :sup:`2`\ C
15 .. |I2S| replace:: I\ :sup:`2`\ S
/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/
H A Ditem_updater_helper.cpp7 #include <phosphor-logging/lg2.hpp>
21 std::string serviceFile = "obmc-flash-bmc-setenv@" + entryId + "\\x3d" + in setEntry()
25 method.append(serviceFile, "replace"); in setEntry()
32 auto serviceFile = "obmc-flash-bmc-setenv@" + entryId + ".service"; in clearEntry()
35 method.append(serviceFile, "replace"); in clearEntry()
44 method.append("obmc-flash-bmc-cleanup.service", "replace"); in cleanup()
50 // Mark the read-write partition for recreation upon reboot. in factoryReset()
56 auto serviceFile = "obmc-flash-bmc-ubiro-remove@" + flashId + ".service"; in removeVersion()
58 // Remove the read-only partitions. in removeVersion()
61 method.append(serviceFile, "replace"); in removeVersion()
[all …]
/openbmc/qemu/scripts/
H A Dxml-preprocess.py3 # Copyright (c) 2017-2019 Tony Su
6 # SPDX-License-Identifier: MIT
8 # Adapted from https://github.com/peitaosu/XML-Preprocessor
85 def _pp_include(self, xml_str: str) -> str:
86 include_regex = r"(<\?include([\w\s\\/.:_-]+)\s*\?>)"
90 with open(inc_file_path, "r", encoding="utf-8") as inc_file:
92 xml_str = xml_str.replace(group_inc, inc_file_content)
95 def _pp_env_var(self, xml_str: str) -> str:
99 xml_str = xml_str.replace(group_env, os.environ[group_var])
102 def _pp_sys_var(self, xml_str: str) -> str:
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dget_module_deps3.py13 if '-d' in sys.argv:
19 # so we run python-core and get its modules, we then import what we need
31 pivot = 'recipe-sysroot-native'
35 dep_path = dep_path.replace('/usr/bin','${bindir}')
39 dep_path = dep_path.replace('/usr/lib32','${libdir}')
41 dep_path = dep_path.replace('/usr/lib64','${libdir}')
43 dep_path = dep_path.replace('/usr/lib','${libdir}')
45 dep_path = dep_path.replace('/usr/include','${includedir}')
64 submodule = "{}.{}".format(current_module, i[:-3])
79 if current_module == 'python-core-package':
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D9aa5c43315d83c19514251a11c4fba5a137f2821.patch4 Subject: [PATCH] lib:replace: Don't use deprecated readline CPPFunction cast
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
13 libcli/smbreadline/smbreadline.c:139:17: warning: ‘CPPFunction’ is deprecated [-Wdeprecated-declara…
16 …ar *, int, int)’ from incompatible pointer type ‘char ** (*)(void)’ [-Wincompatible-pointer-types]
22 Signed-off-by: Andreas Schneider <asn@samba.org>
23 Reviewed-by: Alexander Bokovoy <ab@samba.org>
25 Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
26 Autobuild-Date(master): Tue Jan 21 19:38:37 UTC 2025 on atb-devel-224
[all …]
H A D0003-Add-config-option-without-valgrind.patch4 Subject: [PATCH] Add config option without-valgrind
6 Upstream-Status: Pending
8 Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
11 Signed-off-by: Changqing Li <changqing.li@windriver.com>
14 Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
15 ---
16 lib/replace/wscript | 5 +++--
18 2 files changed, 10 insertions(+), 2 deletions(-)
20 diff --git a/lib/replace/wscript b/lib/replace/wscript
22 --- a/lib/replace/wscript
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DReplace.interface.yaml2 Certificate interface to replace existing certificate.
4 - name: Replace
6 Replace the certificate and restart the associated services.
8 - name: Path
15 - xyz.openbmc_project.Common.Error.InternalFailure
16 - xyz.openbmc_project.Certs.Error.InvalidCertificate
17 - xyz.openbmc_project.Common.Error.NotAllowed
/openbmc/phosphor-webui/app/common/directives/
H A Dcertificate.html1 <!-- TODO: Replace table with resusable table component -->
2 <div class="table__row-value row">
3 <div class="certificate__type-cell bold">
6 <div class="certificate__title-inline">
9 <div class="certificate__issue-cell">
12 <div class="certificate__title-inline">
15 <div class="certificate__issue-cell">
18 <div class="certificate__title-inline">
21 <div class="certificate__date-cell">
24 <div class="certificate__title-inline">
[all …]
H A Dlog-search-control.js9 'template': require('./log-search-control.html'),
16 $scope.customSearch.replace(/^\s+/g, '').replace(/\s+$/g, '');
34 $scope.customSearch.replace(/^\s+/g, '').replace(/\s+$/g, '');
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_certificate.robot25 Verify Server Certificate Replace
26 [Documentation] Verify server certificate replace.
28 [Template] Replace Certificate Via Redfish
37 Verify Client Certificate Replace
38 [Documentation] Verify client certificate replace.
40 [Template] Replace Certificate Via Redfish
49 Verify CA Certificate Replace
50 [Documentation] Verify CA certificate replace.
52 [Template] Replace Certificate Via Redfish
107 ${file_data}= Decode Bytes To String ${bytes} UTF-8
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis-plus-plus/files/
H A D0001-CMakeLists.txt-fix-substitution-for-static-libs.patch16 Upstream-Status: Submitted [https://github.com/sewenew/redis-plus-plus/issues/486]
18 Signed-off-by: Peter Bergin <peter.bergin@windriver.com>
19 ---
20 CMakeLists.txt | 4 ++--
21 1 file changed, 2 insertions(+), 2 deletions(-)
23 diff --git a/CMakeLists.txt b/CMakeLists.txt
25 --- a/CMakeLists.txt
27 @@ -184,13 +184,13 @@ if(REDIS_PLUS_PLUS_BUILD_STATIC)
31 - string(REPLACE "hiredis::hiredis" "hiredis::hiredis_static" REDIS_PLUS_PLUS_HIREDIS_LIBS_STA…
32 + string(REPLACE "hiredis::hiredis;" "hiredis::hiredis_static;" REDIS_PLUS_PLUS_HIREDIS_LIBS_S…
[all …]
/openbmc/openbmc/meta-arm/ci/
H A Dupdate-repos17 .replace('@', '.')
18 .replace(':', '.')
19 .replace('/', '.')
20 .replace('*', '.'))
24 "https://git.openembedded.org/meta-openembedded",
25 "https://git.yoctoproject.org/meta-virtualization",
26 "https://github.com/kraj/meta-clang",
47 … subprocess.run(["git", "-C", repodir, "-c", "gc.autoDetach=false", "fetch", repo], check=True)
53 subprocess.run(["git", "clone", "--bare", repo, repodir], check=True)
/openbmc/entity-manager/src/
H A Dutils.cpp1 // SPDX-License-Identifier: Apache-2.0
2 // SPDX-FileCopyrightText: Copyright 2017 Intel Corporation
7 #include <phosphor-logging/lg2.hpp>
90 std::regex searchPath(std::string(R"(i2c-\d+$)")); in getI2cDevicePaths()
92 std::regex searchBus(std::string(R"(\w[^-]*$)")); in getI2cDevicePaths()
154 // Skip calling nlohmann here, since it will never match a non-string in match()
195 out.emplace_back(str.substr(start, end - start)); in split()
203 std::string_view replace) in iReplaceAll() argument
205 if (search.empty() || search == replace) in iReplaceAll()
219 str.replace(match.begin(), match.end(), replace.begin(), replace.end()); in iReplaceAll()
[all …]
/openbmc/qemu/qga/vss-win32/
H A Dinstall.cpp10 * See the COPYING file in the top-level directory.
15 #include "vss-common.h"
16 #include "vss-debug.h"
52 int len = nul ? nul - text : -1; in errmsg()
97 return pObj->put_Value(_bstr_t(name), _variant_t(val)); in put_Value()
114 IID_IWbemLocator, (LPVOID *)pLoc.replace())); in GetAdminName()
115 chk(pLoc->ConnectServer(_bstr_t(L"ROOT\\CIMV2"), NULL, NULL, NULL, in GetAdminName()
116 0, 0, 0, pSvc.replace())); in GetAdminName()
120 chk(pSvc->ExecQuery(_bstr_t(L"WQL"), in GetAdminName()
122 "SID='S-1-5-32-544' and localAccount=TRUE"), in GetAdminName()
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Replace/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Certs/Replace'
8 '../../../../../yaml/xyz/openbmc_project/Certs/Replace.interface.yaml',
20 '--command',
22 '--output',
24 '--tool',
26 '--directory',
28 'xyz/openbmc_project/Certs/Replace',
/openbmc/bmcweb/redfish-core/include/registries/
H A Dstorage_device_message_registry.hpp1 // SPDX-License-Identifier: Apache-2.0
2 // SPDX-FileCopyrightText: Copyright OpenBMC Authors
6 * This is an auto-generated header which contains definitions
18 // clang-format off
25 "Copyright 2020-2023 DMTF. All rights reserved.",
64 "Ensure all cables are properly and securely connected. Replace the failed battery.",
101 …te the controller to the latest firmware version. If the issue persists, replace the controller.",
113 …te the controller to the latest firmware version. If the issue persists, replace the controller.",
162 "Ensure all cables are properly and securely connected. Replace faulty cables.",
174 "Ensure all cables are properly and securely connected. Replace faulty cables.",
[all …]
/openbmc/qemu/target/hexagon/
H A Dgen_decodetree.py30 tag: "".join(reversed(iset.iset[tag]["enc"].replace(" ", "")))
96 ## @A2_add 11110011000.......-.....---..... Rd=%A2_add_Rd Rs=%A2_add_Rs Rt=%A2_add_Rt %PP
97 ## A2_add ..................-.....---..... @A2_add
101 f.write(f"## DO NOT MODIFY - This file is generated by {sys.argv[0]}\n\n")
114 # The subinstructions come with a 13-bit encoding, but
117 enc_str = "---" + enc_str
157 fields.append(f"{m.start()}:{sign_mark}{m.end() - m.start()}")
165 enc_str = enc_str.replace("d", "-")
167 enc_str = enc_str.replace("t", "-")
169 # Replace the operand letters with .
[all …]
/openbmc/openbmc/poky/meta/files/
H A Dtoolchain-shar-relocate.sh2 if ! command -v $cmd > /dev/null 2>&1; then
10 native_sysroot=$($SUDO_EXEC cat $env_setup_script |grep 'OECORE_NATIVE_SYSROOT='|cut -d'=' -f2|tr -
11 dl_paths=$($SUDO_EXEC find $native_sysroot/lib*/ -maxdepth 1 -name "ld-linux*")
13 echo "SDK could not be set up. Relocate script unable to find ld-linux.so. Abort!"
16 executable_files=$($SUDO_EXEC find $native_sysroot -type f \
17 \( -perm -0100 -o -perm -0010 -o -perm -0001 \) -printf "'%h/%f' ")
23 tdir=`mktemp -d`
33 if [ \$? -eq 0 ]; then
49 rm -rf $tdir
52 if [ $? -ne 0 ]; then
[all …]

12345678910>>...44