From f8039462db718574675c03d4f9473a13164744e0 Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Mon, 24 Aug 2020 13:06:00 -0500 Subject: 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 Signed-off-by: Andrew Geissler --- meta-phosphor/classes/phosphor-software-manager-mmc.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-phosphor') 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 \ -- cgit v1.2.3