commit | 74ce0355b5a911548a94d72fa30a422c7ef596d4 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Fri Apr 20 14:52:40 2018 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Wed May 23 10:21:39 2018 -0500 |
tree | 8aeaa520a0440198587e42befe0e52a0c41897ec | |
parent | bf15d64bc73fe14140d5b8bae44c6a4891344bb3 [diff] [blame] |
Witherspoon: Add sync manager Add the sync manager which watches for files to be synced to the alternate BMC chip. Change-Id: I543dacf389629c024b35d1b855745bbcc0bbd848 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager.bbappend b/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager.bbappend index 21ee4da..eafd11f 100644 --- a/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager.bbappend +++ b/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager.bbappend
@@ -5,3 +5,6 @@ # Enable signature verification by DISTRO_FEATURE obmc-ubi-fs PACKAGECONFIG_append_df-obmc-ubi-fs = " verify_signature" + +# Enable sync of persistent files to the alternate BMC chip +PACKAGECONFIG_append_df-obmc-ubi-fs = " sync_bmc_files"