commit | 073a653000d65b2a83b6fb253f5893c7c5af4cf7 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Mon Oct 25 14:40:03 2021 +0800 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Tue Dec 14 19:49:15 2021 +0000 |
tree | 75c7b575bb99015135c913e1782da6ad0dec744a | |
parent | cc74233cbe5b4d99787eb30d85c34d7d8e7aafb7 [diff] |
usb: Copy image file to /tmp/images via USB Traverse the USB mount directory, and copy the first file with a `.tar` extension under the directory to the `/tmp/images` directory. Tested: Manually call the fs::copy_file app locally, test passed. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I8e03b9c3305f5e9d9a1535dd176ecd40dbea8903
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.