| /openbmc/openpower-inventory-upload/ |
| H A D | inventory_upload.py | 46 rename = name 50 rename = rename.lower() 53 if rename == 'name' and isinstance(revalue, list): 57 if rename == 'is_fru': 61 rename = rename.replace('_', '-') 62 rename = rename.replace(' ', '-') 65 rename = rename.rstrip() 70 if name != rename or value != revalue: 71 o[rename] = revalue
|
| /openbmc/obmc-console/ |
| H A D | meson.build | 23 rename: ['obmc-console@.service', 'obmc-console@.socket'], 29 rename: ['obmc-console-ssh@.service'], 37 rename: ['client.2200.conf'], 44 rename: ['obmc-console-ssh.socket'], 49 rename: ['use-socket.conf'], 59 rename: ['80-obmc-console-uart.rules'],
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/ |
| H A D | sshd_check_keys | 12 # Atomically rename file public key 16 # private key file is on disk before the rename, and ensuring that the 17 # public key rename is completed before the private key rename, since we 30 # sync to ensure the atomic rename is committed
|
| /openbmc/libpldm/scripts/ |
| H A D | apply-renames | 15 : "${CLANG_RENAME:="$(command -v clang-rename-"${CLANG_VERSION}")"}" 21 # Allow clang-rename to pick up the per-file flags from the compile command 27 # Deal with clang-rename segfaulting when file paths from the compile command 46 # Deal with subsequent runs of clang-rename bailing out because it's modified
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0026-nvmxip-move-header-to-include.patch | 20 rename {drivers/mtd/nvmxip => include}/nvmxip.h (100%) 38 rename from drivers/mtd/nvmxip/nvmxip.h 39 rename to include/nvmxip.h
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
| H A D | 0008-Rename-poll.h-to-vm_poll.h.patch | 4 Subject: [PATCH] Rename poll.h to vm_poll.h 6 Rename poll.h to vm_poll.h and switch from: 12 we rename poll.h to vm_poll.h. 29 rename open-vm-tools/lib/include/{poll.h => vm_poll.h} (99%) 85 rename from open-vm-tools/lib/include/poll.h 86 rename to open-vm-tools/lib/include/vm_poll.h
|
| /openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/ |
| H A D | TestMbox.test_series_merge_on_head.1.skip | 12 …rename meta-selftest/recipes-test/selftest-hello/{selftest-hello_1.0.bb => selftest-hello_1.1.bb} … 16 rename from meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb 17 rename to meta-selftest/recipes-test/selftest-hello/selftest-hello_1.1.bb
|
| H A D | TestMbox.test_series_merge_on_head.2.skip | 19 rename meta/recipes-devtools/python/{python3-dtc_1.6.1.bb => python3-dtc_1.7.0.bb} (92%) 23 rename from meta/recipes-devtools/python/python3-dtc_1.6.1.bb 24 rename to meta/recipes-devtools/python/python3-dtc_1.7.0.bb
|
| /openbmc/openbmc/poky/meta-selftest/recipes-test/packagenameconflict/ |
| H A D | packagenameconflict.bb | 1 SUMMARY = "Test case that tries to rename a package to an existing one and fails" 7 # ... and try to rename the ${PN}-dev to the new ${PN}-renametest (conflict)
|
| /openbmc/google-ipmi-sys/ |
| H A D | file_system_wrapper.hpp | 45 * @param[in] oldPath - path to move or rename. 46 * @param[in] newPath - target path for the move/rename operation. 51 virtual void rename(const fs::path& oldPath, const fs::path& newPath,
|
| H A D | file_system_wrapper.cpp | 31 void FileSystemWrapper::rename(const fs::path& oldPath, const fs::path& newPath, in rename() function in google::ipmi::FileSystemWrapper 34 fs::rename(oldPath, newPath, ec); in rename()
|
| /openbmc/qemu/ui/icons/ |
| H A D | meson.build | 4 rename: 'qemu.png', 9 rename: 'qemu.bmp',
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | update-alternatives.bbclass | 53 # the need to rename alternative files in the do_install step, but still 139 # We need to do the rename after the image creation step, but before 163 # If the src == dest, we know we need to rename the dest by appending ${BPN} 180 # If the link and target are the same name, we need to rename the target. 189 # Delay rename of links 192 bb.note('%s: Rename %s -> %s' % (pn, alt_target, alt_target_rename)) 193 bb.utils.rename(src, dest) 208 # Ok, the link_target exists, we can rename 209 bb.note('%s: Rename (link) %s -> %s' % (pn, alt_target, alt_target_rename)) 210 bb.utils.rename(src, dest)
|
| H A D | cargo-update-recipe-crates.bbclass | 44 # we need to rename crates with name and version to have a unique key 47 rename = "%s-%s" % (c['name'], c['version']) 50 cksum_list += '\nSRC_URI[%s.sha256sum] = "%s"' % (rename, c['checksum'])
|
| H A D | overlayfs-etc.bbclass | 22 # 1. Default option is to rename original /sbin/init to /sbin/init.orig and place generated init un… 79 # rename original /sbin/init 82 bb.utils.rename(origInit, origInit + origInitNameSuffix)
|
| /openbmc/phosphor-state-manager/ |
| H A D | chassis_state_manager_main.cpp | 59 // rename it to the new file format of chassis0. in main() 68 fs::rename(legacyPohPath, newPohPath); in main() 72 fs::rename(legacyStateChangePath, newStateChangePath); in main()
|
| H A D | host_state_manager_main.cpp | 59 // exist, rename it to the new file format of host0. in main() 65 fs::rename(legacyPath, newPath); in main()
|
| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | test_utils.hpp | 108 // Rename the file to save its contents in makeFileUnRemovable() 110 fs::rename(path, savePath); in makeFileUnRemovable() 133 // Rename the file back to the original path to restore its contents in makeFileRemovable() 135 fs::rename(savePath, path); in makeFileRemovable()
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | inband_code_update.hpp | 71 * perform a rename operation on current boot side 172 /* @brief Method to set the sensor id for boot side rename state 173 * @param[in] sensorId - sensor id for boot side rename update 181 /* @brief Method to fetch the sensor id for boot side rename state 212 /* @brief Method to process the bootside rename event, sends a boot side 213 * rename event notification to host when code update is initiated*/
|
| /openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/ |
| H A D | 0001-define-run-test-target.patch | 4 Subject: [PATCH] rename test target as run-test 9 not suitable for cross-compile environment, so rename it as run-test.
|
| /openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/ |
| H A D | inplace-gbmc-verify.sh | 23 # 2. Rename the image 55 # Rename the staged file for initramfs updates.
|
| /openbmc/openbmc/poky/meta/recipes-extended/sudo/files/ |
| H A D | 0001-sudo.conf.in-fix-conflict-with-multilib.patch | 37 # if you rename or move the sudo_intercept.so file. 46 # if you rename or move the sudo_noexec.so file.
|
| /openbmc/openbmc/meta-phosphor/classes/ |
| H A D | obmc-xmlpatch.bbclass | 64 os.rename(xml, xml + ".orig") 65 os.rename(xml + ".patched", xml)
|
| /openbmc/u-boot/arch/arm/ |
| H A D | Makefile | 63 # TODO: rename CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD 68 # TODO: rename CONFIG_TEGRA -> CONFIG_ARCH_TEGRA 69 # TODO: rename CONFIG_ORION5X -> CONFIG_ARCH_ORION5X
|
| /openbmc/openbmc/poky/meta-skeleton/recipes-kernel/linux/ |
| H A D | linux-yocto-custom.bb | 8 # rename it as well) and modify it appropriately for your machine. i.e.: 14 # in the same directory as the copy (and rename) of this recipe and
|