diff options
author | Lei YU <mine260309@gmail.com> | 2018-05-23 10:53:24 +0800 |
---|---|---|
committer | Andrew Geissler <geissonator@yahoo.com> | 2018-07-17 14:24:17 +0000 |
commit | 1873aa10284408bc7d9acc352f5fd44d4fece50a (patch) | |
tree | 0370d7319121ae63c76972087cb57c099f7d66f8 /meta-phosphor/common/recipes-phosphor | |
parent | f760781d0f90a56415e665976c3c112c93fd641b (diff) | |
download | talos-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/common/recipes-phosphor')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb | 1 |
1 files changed, 1 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 684f631f4..710a841d4 100644 --- a/meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb +++ b/meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb @@ -25,6 +25,7 @@ SYSTEMD_PACKAGES = "" PACKAGECONFIG[verify_signature] = "--enable-verify_signature,--disable-verify_signature" PACKAGECONFIG[sync_bmc_files] = "--enable-sync_bmc_files,--disable-sync_bmc_files" +PACKAGECONFIG[ubifs_layout] = "--enable-ubifs_layout" inherit autotools pkgconfig inherit obmc-phosphor-dbus-service |