commit | 640f94e5879b2580834c3c5987bfb645eaa2a325 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Mon Dec 06 20:29:41 2021 +0000 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu Jan 06 21:23:56 2022 +0000 |
tree | 4afbdbcea79b918c06edef993bcdd281be75d8d6 | |
parent | dba8acdd26faccbb85f86d2e0941990581430dba [diff] [blame] |
ibm: phosphor-software-manager: Enable USB update on p10bmc Change-Id: Ifca5f828e58b6f86f4c7fe11544b50ff5f754702 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend b/meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend index 154b5c5..cb70003 100644 --- a/meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend +++ b/meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend
@@ -16,3 +16,6 @@ # Enable sync of persistent files to the alternate BMC chip PACKAGECONFIG:append:ibm-ac-server = " sync_bmc_files" PACKAGECONFIG:append:mihawk = " sync_bmc_files" + +# Enable USB code update +PACKAGECONFIG:append:p10bmc = " usb_code_update"