summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/flash
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2017-08-17 21:36:43 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-08-24 02:42:24 +0000
commitb0396780f9cc141d2fc4613cbfcd4ca17d2a1db1 (patch)
tree00fcfd0835577c3df6efd98fc00f7aa593edee58 /meta-phosphor/common/recipes-phosphor/flash
parente6dd9e180a32d17a7236f4a44ef77dac300f1f37 (diff)
downloadtalos-openbmc-b0396780f9cc141d2fc4613cbfcd4ca17d2a1db1.tar.gz
talos-openbmc-b0396780f9cc141d2fc4613cbfcd4ca17d2a1db1.zip
witherspoon: Update image location for software manager
Update witherspoon to store new software bmc images in the bmc and alternate chip, use the plus sign (+) as separator since that one doesn't conflict with the build substitution function and shell scripting. Set the default location for bmc images to the bmc chip now that the listed issues have been resolved. Change-Id: I7cfe9977bde580f571418d5ea450e58b562d2799 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/flash')
-rw-r--r--meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb b/meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb
index e2877975e..324474b46 100644
--- a/meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb
+++ b/meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb
@@ -76,11 +76,9 @@ SYSTEMD_SERVICE_${PN}-updater += " \
"
# Name of the mtd device where the ubi volumes should be created
-BMC_RW_MTD ??= "pnor"
-BMC_RO_MTD ??= "pnor"
-# TODO Change kernel location to primary BMC chip once the rofs/rwfs mtd devices
-# are merged into a single ubi one openbmc/openbmc#1942
-BMC_KERNEL_MTD ??= "pnor"
+BMC_RW_MTD ??= "bmc"
+BMC_RO_MTD ??= "bmc"
+BMC_KERNEL_MTD ??= "bmc"
SYSTEMD_SUBSTITUTIONS += "RW_MTD:${BMC_RW_MTD}:obmc-flash-bmc-ubirw.service"
SYSTEMD_SUBSTITUTIONS += "RO_MTD:${BMC_RO_MTD}:obmc-flash-bmc-ubiro@.service"
SYSTEMD_SUBSTITUTIONS += "KERNEL_MTD:${BMC_KERNEL_MTD}:obmc-flash-bmc-ubiro@.service"
OpenPOWER on IntegriCloud