commit | a3afda87fc233d04837ba6d70ec0294deca5d774 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 09 16:45:03 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Aug 10 17:04:19 2017 +0000 |
tree | 16a8dcef6e25273014db50d2e34d3c5c868f25cc | |
parent | 799b2b3e8126fc3239a19927ab6d67a2d7b07a2a [diff] |
mbox: Use MACHINE_FEATURES for virtual-pnor Define MACHINE_FEATURE openpower-ubi-fs to enable the virtual-pnor functionality and enable on Witherspoon. Change-Id: I57a6a39cf36501cf6c638df13b4e4b08a70fec26 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf b/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf index 62aca43..c253bf0 100644 --- a/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf +++ b/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf
@@ -3,7 +3,7 @@ UBOOT_MACHINE = "ast_g5_ncsi_config" -OBMC_MACHINE_FEATURES += "obmc-mrw" +OBMC_MACHINE_FEATURES += "obmc-mrw openpower-ubi-fs" PREFERRED_PROVIDER_virtual/p9-vcs-workaround = 'vcs-pre-post'
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/mboxd/mboxd.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/mboxd/mboxd.bbappend index 594a6ed..8b6248a 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/mboxd/mboxd.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/mboxd/mboxd.bbappend
@@ -1,3 +1 @@ MBOXD_FLASH_SIZE = "64M" - -PACKAGECONFIG_append = "virtual-pnor"