/openbmc/openbmc/poky/scripts/ |
H A D | oe-run-native | 13 echo 'oe-run-native: the following arguments are required: <native recipe> <native tool>' 14 echo 'Usage: oe-run-native native-recipe tool [parameters]' 19 echo ' native-recipe The recipe which provides tool' 20 echo ' tool Native tool to run' 26 tool="$2" 45 # look for a tool only in native sysroot 47 tool_find=`/usr/bin/which $tool 2>/dev/null` 53 echo "Error: Unable to find '$tool' in $PATH"
|
/openbmc/openbmc-test-automation/lib/ |
H A D | dmtf_tools_utils.robot | 14 Download DMTF Tool 15 [Documentation] Git clone tool. 19 # rsv_dir_path Directory path for rsv tool (e.g. "Redfish-Service-Validator"). 28 Run DMTF Tool 33 # rsv_dir_path Directory path for rsv tool (e.g. "Redfish-Service-Validator"). 43 [Documentation] Check tool output for errors. 47 # tool_output DMTF tool output. 57 [Documentation] Check tool output for errors. 61 # tool_output DMTF tool output.
|
H A D | os_utils_install.robot | 12 [Documentation] Prepare OS for HTX tool installation. 15 ${status}= Run Keyword And Return Status Tool Exist htxcmdline 18 ... HTX tool already installed. 32 [Documentation] Prepare OS for OPAL PRD tool installation. 35 ${status}= Run Keyword And Return Status Tool Exist opal-gard 48 [Documentation] Download and install HTX exerciser tool from github. 90 Tool Exist htxcmdline 94 [Documentation] Download and install opal prd tool.
|
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/ |
H A D | parsec-tool_0.7.0.bb | 2 HOMEPAGE = "https://github.com/parallaxsecond/parsec-tool" 9 crate://crates.io/parsec-tool/${PV} \ 12 SRC_URI[parsec-tool-0.7.0.sha256sum] = "76afb4416d04c5af9f81285dfff390b09c6926aabd6b4ee20dc07470a96… 18 install -m 755 "${B}/target/${CARGO_TARGET_SUBDIR}/parsec-tool" "${D}${bindir}/parsec-tool" 22 require parsec-tool-crates.inc 28 # https://github.com/parallaxsecond/parsec-tool/issues/94
|
/openbmc/openbmc-test-automation/docs/ |
H A D | openbmc_test_tools.md | 70 ## The opal-prd Tool: 72 opal-prd is a tool used by the Energy Scale and RAS tests. It should be 115 Example for generating tests cases documentation: Note: Invoke the tool without 124 nvme-cli is a linux command line tool for accessing Non-Volatile Storage (NVM) 145 ## The Hdparm tool: 163 ## OpenSSL tool: 165 OpenSSL is an open-source command line tool that is commonly used to generate 192 peltool is an open-source platform event log(PEL) tool generally used to view 198 OpenBMC PEL Tool 220 ## guard tool: [all …]
|
/openbmc/openbmc-test-automation/network/ |
H A D | network_diagnostic_report.robot | 2 Documentation Network diagnostic tool report and logs to console 8 Test Setup Check If Tool Exist 29 Check If Tool Exist 30 [Documentation] Check if mtr tool exists. 33 Should Contain ${bin_path} mtr msg=mtr tool is not installed.
|
/openbmc/u-boot/doc/ |
H A D | README.menu | 96 char *tool = NULL; 108 if (menu_get_choice(m, (void **)&tool) != 1) 109 printf("Problem picking tool!\n"); 113 return tool; 118 char *tool = pick_a_tool(); 120 if (tool) { 121 printf("picked a tool: %s\n", tool); 122 use_tool(tool);
|
/openbmc/openbmc/poky/meta/recipes-extended/net-tools/ |
H A D | net-tools_2.10.bb | 84 base_sbindir_progs = "ipmaddr iptunnel mii-tool nameif \ 107 NETTOOLS_PACKAGES = "${PN}-mii-tool" 113 FILES:${PN}-mii-tool = "${base_sbindir}/mii-tool" 115 ALTERNATIVE:${PN}:remove = "mii-tool" 117 ALTERNATIVE:${PN}-mii-tool = "mii-tool" 118 ALTERNATIVE_TARGET[mii-tool] = "${base_sbindir}/mii-tool" 119 ALTERNATIVE_LINK_NAME[mii-tool] = "${base_sbindir}/mii-tool"
|
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/ |
H A D | meson.build | 57 '--tool', 79 '--tool', 101 '--tool', 123 '--tool', 145 '--tool', 167 '--tool', 189 '--tool', 211 '--tool', 233 '--tool', 255 '--tool', [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | 0001-src-core-build_steps-tool.rs-switch-off-lto-for-rust.patch | 4 Subject: [PATCH] src/core/build_steps/tool.rs: switch off lto for rustdoc 20 src/bootstrap/src/core/build_steps/tool.rs | 3 ++- 23 diff --git a/src/bootstrap/src/core/build_steps/tool.rs b/src/bootstrap/src/core/build_steps/tool.rs 25 --- a/src/bootstrap/src/core/build_steps/tool.rs 26 +++ b/src/bootstrap/src/core/build_steps/tool.rs
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/ |
H A D | meson.build | 43 '--tool', 65 '--tool', 89 '--tool', 111 '--tool', 133 '--tool', 158 '--tool', 180 '--tool', 202 '--tool', 224 '--tool', 246 '--tool', [all...] |
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/ |
H A D | meson.build | 57 '--tool', 87 '--tool', 111 '--tool', 135 '--tool', 159 '--tool', 183 '--tool', 207 '--tool', 231 '--tool', 255 '--tool', 279 '--tool', [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ |
H A D | meson.build | 41 '--tool', 65 '--tool', 87 '--tool', 111 '--tool', 135 '--tool', 159 '--tool', 183 '--tool', 207 '--tool', 232 '--tool', 256 '--tool', [all …]
|
/openbmc/bmcweb/docs/ |
H A D | CLIENTS.md | 18 Redfish-Service-Validator: A tool to verify through GET requests that bmcweb 24 Redfish-Protocol-Validator: A tool to verify the protocol-level interactions 30 OpenBMC-test-automation: A tool based on robot framework for testing some 35 slowloris: A tool to verify timeouts and DOS attack mitigation is implemented 40 testssl.sh: A tool for verifying the correctness of the bmcweb cipher suites 69 redfishtool: A generic command line tool for reading and writing operations to
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/ |
H A D | meson.build | 29 '--tool', 51 '--tool', 73 '--tool', 97 '--tool', 121 '--tool', 143 '--tool', 167 '--tool', 191 '--tool', 215 '--tool', 239 '--tool', [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ |
H A D | meson.build | 32 '--tool', 56 '--tool', 80 '--tool', 104 '--tool', 128 '--tool', 152 '--tool', 176 '--tool', 198 '--tool', 222 '--tool', 246 '--tool', [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ |
H A D | meson.build | 37 '--tool', 61 '--tool', 85 '--tool', 109 '--tool', 133 '--tool', 157 '--tool', 181 '--tool', 205 '--tool', 229 '--tool', 253 '--tool', [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/ |
H A D | meson.build | 53 '--tool', 75 '--tool', 97 '--tool', 119 '--tool', 141 '--tool', 163 '--tool', 185 '--tool', 207 '--tool', 229 '--tool', 251 '--tool', [all...] |
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyrad/ |
H A D | 208.patch | 19 -[tool.poetry] 40 -[tool.poetry.urls] 44 [tool.poetry.dependencies] 49 -[tool.poetry.dev-dependencies] 50 +[tool.poetry.group.dev.dependencies]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freeipmi/freeipmi/ |
H A D | 0001-Fix-for-GCC15-C23-build-failure.patch | 18 common/toolcommon/tool-config-file-common.c | 6 +++--- 21 diff --git a/common/toolcommon/tool-config-file-common.c b/common/toolcommon/tool-config-file-commo… 23 --- a/common/toolcommon/tool-config-file-common.c 24 +++ b/common/toolcommon/tool-config-file-common.c
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/pldm/files/ |
H A D | nic-powercycle | 3 # shellcheck source=meta-facebook/meta-yosemite4/recipes-yosemite4/plat-tool/files/yosemite4-common… 29 mfg-tool power-control -p $corresponding_slot1 -a off -s runtime 30 mfg-tool power-control -p $corresponding_slot2 -a off -s runtime 72 mfg-tool power-control -p $corresponding_slot1 -a on -s runtime 73 mfg-tool power-control -p $corresponding_slot2 -a on -s runtime
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/ |
H A D | meson.build | 28 '--tool', 52 '--tool', 76 '--tool', 98 '--tool', 122 '--tool', 146 '--tool', 170 '--tool', 194 '--tool', 216 '--tool',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/ |
H A D | meson.build | 28 '--tool', 52 '--tool', 74 '--tool', 96 '--tool', 120 '--tool', 144 '--tool', 168 '--tool', 192 '--tool', 216 '--tool',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/ |
H A D | meson.build | 24 '--tool', 48 '--tool', 70 '--tool', 94 '--tool', 116 '--tool', 138 '--tool', 162 '--tool', 184 '--tool', 208 '--tool',
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/ |
H A D | 0001-test_lib.sh-remove-gobin-requirement-during-build.patch | 6 This tool is installed as a part of the build process (build.sh sources 9 This tool has been removed in the latest etcd main branch. Installing it 13 This tool is not needed to build etcd (it appears to be used for some 48 # tool_get_bin [tool] - returns absolute path to a tool binary (or returns error)
|