commit | 84749678ab72bea1275ef4d5c4b5f2308ee4d161 | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Wed Dec 15 14:31:10 2021 +0800 |
committer | Lei YU <yulei.sh@bytedance.com> | Mon Mar 14 13:48:50 2022 +0800 |
tree | 6465dafa0c8358e3c17c82f98ef795d9eca9597d | |
parent | cc9b41a1baaff9a2c5b20bf4b329b53142c2fa72 [diff] |
dual-image: Sync files before sync-manager starts The sync-manager only sync files when it's changed/deleted, but does not sync when it's untouched. If the service starts and there is no change, the files will not be synced. Mount the rwfs-alt and add a script to sync the files before the sync-manager starts, so that they are always synced when the sync-manager is running. Tested: Verify the files are synced before the sync-manager starts. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I5613738b7b490201c556a175425b48aebae1505b
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
.