summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/flash
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2018-05-11 12:26:35 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-05-21 20:59:43 +0300
commit15ef0bec71525dd3cd30ff3238e1bc410edcfce4 (patch)
tree7d6b244eb38051fd0acecdddff75aebf65540bcc /meta-phosphor/common/recipes-phosphor/flash
parent86add116627980d099ac9a80c14970a754f10c85 (diff)
downloadopenbmc-15ef0bec71525dd3cd30ff3238e1bc410edcfce4.tar.xz
Add RDEPENDS to mtd-utils-ubifs in phosphor-software-manager
phosphor-software-manager is the recipe to manage software updates with obmc-ubi-fs feature. Missing the RDEPENDS will cause the built image to miss the ubi utils, and code update will fail. Resolves openbmc/openbmc#3177. Tested: On a romulus build, verify there are no ubi utils without ubifs feature; verify there are ubi utils with ubifs feature. Change-Id: Ib6de3ecee4d1b914e4dbc4df3c9c9e4baa1bb0be Signed-off-by: Lei YU <mine260309@gmail.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/flash')
-rw-r--r--meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb3
1 files changed, 3 insertions, 0 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 70db4975c9..7587436653 100644
--- a/meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb
+++ b/meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb
@@ -54,6 +54,9 @@ RDEPENDS_${PN}-updater += " \
virtual-obmc-image-manager \
bash \
"
+RDEPENDS_${PN}-updater_append_df-obmc-ubi-fs = " \
+ mtd-utils-ubifs \
+"
RPROVIDES_${PN}-version += " \
virtual-obmc-image-manager \