summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/mboxd/mboxd_git.bb
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2020-04-02 21:55:18 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-07 02:47:08 +0300
commite521d80e5ba468a37b05c94002ec562c62c828bf (patch)
treef9f5b9289edcc738530e2dce9daec1fc89663cb8 /meta-phosphor/recipes-phosphor/mboxd/mboxd_git.bb
parent25e1057bcf909b7e8b88989474a919316c6ffdf9 (diff)
downloadopenbmc-e521d80e5ba468a37b05c94002ec562c62c828bf.tar.xz
mboxd: Enable virtual pnor based on virtual pnor feature
Enable the virtual pnor if the virtual pnor distro feature is enabled instead if ubi is enabled. This allows for systems to choose virtual pnor without having ubi. The ubi include file already includes the virtual pnor include file that adds the virtual pnor feature. (From meta-phosphor rev: decfb373e348356e995d0378e60f024fb9620d60) Change-Id: Iabd8e69f1c05e67f2f62ce9891f3b310c456cc72 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/mboxd/mboxd_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/mboxd/mboxd_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/mboxd/mboxd_git.bb b/meta-phosphor/recipes-phosphor/mboxd/mboxd_git.bb
index 13264a70ac..2b8d806a44 100644
--- a/meta-phosphor/recipes-phosphor/mboxd/mboxd_git.bb
+++ b/meta-phosphor/recipes-phosphor/mboxd/mboxd_git.bb
@@ -39,6 +39,6 @@ SYSTEMD_SERVICE_${PN} += "mboxd.service"
SYSTEMD_SERVICE_${PN} += "mboxd-reload@.service"
SYSTEMD_LINK_${PN} += "${@compose_list(d, 'FMT', 'OBMC_HOST_INSTANCES')}"
-# Enable virtual-pnor by DISTRO_FEATURE openpower-ubi-fs.
-PACKAGECONFIG_append_df-openpower-ubi-fs = "virtual-pnor"
+# Enable virtual-pnor by DISTRO_FEATURE openpower-virtual-pnor.
+PACKAGECONFIG_append_df-openpower-virtual-pnor = " virtual-pnor"
PACKAGECONFIG[virtual-pnor] = "--enable-virtual-pnor,--disable-virtual-pnor"