summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2019-10-04 23:34:11 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-10-16 00:04:57 +0300
commitc66791eee836737a8aee932b6aa5c01631ff8e36 (patch)
tree85e9df3a9b295c8654cc80d1ad2197d664875f64
parent190ed000711353e8e1336d57d5bca331a3bbfe4b (diff)
downloadopenbmc-c66791eee836737a8aee932b6aa5c01631ff8e36.tar.xz
rainier: software manager mtd names
The rainier filesystem is in a bit of flux right now. Just do the basics for now. (From meta-ibm rev: f86820a1b7fb22606ee4de8486b21c3567e36332) Change-Id: Idfaac713628d1c21d04a129d4231e47b86343339 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend
index 61a99fd1a..61297c12c 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend
@@ -1,12 +1,16 @@
BMC_RW_MTD_ibm-ac-server = "bmc"
+BMC_RW_MTD_rainier = "bmc"
BMC_RW_MTD_mihawk = "bmc"
BMC_RO_MTD_ibm-ac-server = "alt-bmc+bmc"
+BMC_RO_MTD_rainier = "bmc"
BMC_RO_MTD_mihawk = "alt-bmc+bmc"
BMC_KERNEL_MTD_ibm-ac-server = "bmc"
+BMC_KERNEL_MTD_rainier = "bmc"
BMC_KERNEL_MTD_mihawk = "bmc"
# Enable signature verification
PACKAGECONFIG_append_ibm-ac-server = " verify_signature"
+PACKAGECONFIG_append_rainier = " verify_signature"
PACKAGECONFIG_append_mihawk = " verify_signature"
# Enable sync of persistent files to the alternate BMC chip