| /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/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/ |
| H A D | meson.build | 59 '--tool', 83 '--tool', 107 '--tool', 131 '--tool', 155 '--tool', 179 '--tool', 203 '--tool', 227 '--tool', 251 '--tool', 275 '--tool', [all …]
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | dmtf_tools_utils.robot | 15 [Documentation] Git clone tool. 19 # rsv_dir_path Directory path for rsv tool (e.g. "Redfish-Service-Validator"). 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.
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/ |
| H A D | meson.build | 43 '--tool', 67 '--tool', 91 '--tool', 115 '--tool', 139 '--tool', 164 '--tool', 188 '--tool', 212 '--tool', 236 '--tool', 260 '--tool', [all …]
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/ |
| H A D | meson.build | 34 '--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/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/Software/ |
| H A D | meson.build | 33 '--tool', 57 '--tool', 81 '--tool', 105 '--tool', 129 '--tool', 153 '--tool', 177 '--tool', 201 '--tool', 225 '--tool', 249 '--tool', [all …]
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ |
| H A D | meson.build | 41 '--tool', 65 '--tool', 89 '--tool', 113 '--tool', 137 '--tool', 161 '--tool', 185 '--tool', 209 '--tool', 234 '--tool', 258 '--tool', [all …]
|
| /openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/pldm/files/ |
| H A D | nic-powercycle | 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/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/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/xyz/openbmc_project/ |
| H A D | meson.build | 55 '--tool', 79 '--tool', 103 '--tool', 127 '--tool', 151 '--tool', 175 '--tool', 199 '--tool', 223 '--tool', 247 '--tool', 271 '--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/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/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/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/ |
| H A D | meson.build | 28 '--tool', 52 '--tool', 76 '--tool', 100 '--tool', 124 '--tool', 148 '--tool', 172 '--tool', 196 '--tool', 220 '--tool',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/ |
| H A D | meson.build | 28 '--tool', 52 '--tool', 76 '--tool', 100 '--tool', 124 '--tool', 148 '--tool', 172 '--tool', 196 '--tool', 220 '--tool',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/ |
| H A D | meson.build | 28 '--tool', 55 '--tool', 79 '--tool', 103 '--tool', 128 '--tool', 152 '--tool', 176 '--tool', 200 '--tool', 224 '--tool',
|
| /openbmc/phosphor-dbus-interfaces/gen/com/meta/Hardware/ |
| H A D | meson.build | 27 '--tool', 51 '--tool', 75 '--tool', 99 '--tool', 123 '--tool', 147 '--tool', 171 '--tool', 195 '--tool', 219 '--tool',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/ |
| H A D | meson.build | 29 '--tool', 56 '--tool', 80 '--tool', 104 '--tool', 128 '--tool', 152 '--tool', 176 '--tool', 200 '--tool', 224 '--tool',
|
| /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/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/ |
| H A D | meson.build | 29 '--tool', 56 '--tool', 80 '--tool', 104 '--tool', 128 '--tool', 152 '--tool', 176 '--tool', 200 '--tool',
|
| /openbmc/sdbusplus/tools/ |
| H A D | pyproject.toml | 12 [tool.setuptools] 16 [tool.setuptools.packages] 19 [tool.setuptools.package-data]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0017-clang-Use-python3-in-python-scripts.patch | 12 .../find-all-symbols/tool/run-find-all-symbols.py | 2 +- 16 …include-fixer/find-all-symbols/tool/run-find-all-symbols.py b/clang-tools-extra/clang-include-fixe… 18 --- a/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py 19 +++ b/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/ |
| H A D | meson.build | 25 '--tool', 49 '--tool', 73 '--tool', 97 '--tool', 121 '--tool', 145 '--tool', 169 '--tool',
|