summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/classes
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2018-05-23 10:53:24 +0800
committerAndrew Geissler <geissonator@yahoo.com>2018-07-17 14:24:17 +0000
commit1873aa10284408bc7d9acc352f5fd44d4fece50a (patch)
tree0370d7319121ae63c76972087cb57c099f7d66f8 /meta-phosphor/classes
parentf760781d0f90a56415e665976c3c112c93fd641b (diff)
downloadtalos-openbmc-1873aa10284408bc7d9acc352f5fd44d4fece50a.tar.gz
talos-openbmc-1873aa10284408bc7d9acc352f5fd44d4fece50a.zip
phosphor-software-manager: ubifs_layout package config
Add ubifs_layout package config and pass --enable-ubifs_layout configuration option when ubi-fs distro feature is enabled. Tested: Verify --enable-ubifs_layout is passed to phosphor-software-manager's config for Witherspoon; And it is not passed for Romulus. Change-Id: I6daa0c565d2c2be980b6292e62654c0a86a69bbc Signed-off-by: Lei YU <mine260309@gmail.com>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r--meta-phosphor/classes/phosphor-software-manager-ubi-fs.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/classes/phosphor-software-manager-ubi-fs.bbclass b/meta-phosphor/classes/phosphor-software-manager-ubi-fs.bbclass
index 0e62023da..f11fcd012 100644
--- a/meta-phosphor/classes/phosphor-software-manager-ubi-fs.bbclass
+++ b/meta-phosphor/classes/phosphor-software-manager-ubi-fs.bbclass
@@ -1,5 +1,7 @@
# UBI-specific configuration for the phosphor-manager-software package
+PACKAGECONFIG_append = " ubifs_layout"
+
RDEPENDS_phosphor-software-manager-updater-ubi += " \
bash \
mtd-utils-ubifs \
OpenPOWER on IntegriCloud