summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2020-08-24 21:06:00 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-09-01 22:09:42 +0300
commitf8039462db718574675c03d4f9473a13164744e0 (patch)
tree6bb6355f438be93db10e2e9d1855db91895bac51
parent355427524b794c13dd20e32284d6a24c5b9f678f (diff)
downloadopenbmc-f8039462db718574675c03d4f9473a13164744e0.tar.xz
phosphor-software-manager-mmc: Set optional-images config
Set the optional-images config option to image-hostfw, which is an image file added to the mmc code update tarball at build time. This config option enables signature validation on the files specified if signature validation is enabled and the optional file exists in the tarball. Tested: Verified signature validation was run over the image-hostfw file. (From meta-phosphor rev: 7625008312e8ce8db5e3c46b2c890dbe36718c25) Change-Id: Ifdd5c27b639453cca77d36f1209b50c7efea20ef Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-phosphor/classes/phosphor-software-manager-mmc.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/classes/phosphor-software-manager-mmc.bbclass b/meta-phosphor/classes/phosphor-software-manager-mmc.bbclass
index ca5fca880..f30f0c04f 100644
--- a/meta-phosphor/classes/phosphor-software-manager-mmc.bbclass
+++ b/meta-phosphor/classes/phosphor-software-manager-mmc.bbclass
@@ -4,6 +4,7 @@ PACKAGECONFIG_append = " mmc_layout"
EXTRA_OEMESON += "-Dactive-bmc-max-allowed=2"
EXTRA_OEMESON += "-Dmedia-dir='/media'"
+EXTRA_OEMESON += "-Doptional-images='image-hostfw'"
RDEPENDS_phosphor-software-manager-updater-mmc += " \
gptfdisk \