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.

Change-Id: Ib4d5ee67ab0145ca0ead6006cf3a1806e7205ae1
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/classes/phosphor-software-manager-mmc.bbclass b/classes/phosphor-software-manager-mmc.bbclass
index ca5fca8..f30f0c0 100644
--- a/classes/phosphor-software-manager-mmc.bbclass
+++ b/classes/phosphor-software-manager-mmc.bbclass
@@ -4,6 +4,7 @@
 
 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 \