summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2018-03-20 09:39:06 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2018-03-23 11:19:54 -0500
commit4016e52644159d93e3a6a98e059af48a1fe4be04 (patch)
tree45a7ef92bd04e81a3b3770a87e3584a0359fb389 /configure.ac
parent70804dcd6b6d4f2d5c2eda4dd80741da0471510e (diff)
downloadopenpower-pnor-code-mgmt-4016e52644159d93e3a6a98e059af48a1fe4be04.tar.gz
openpower-pnor-code-mgmt-4016e52644159d93e3a6a98e059af48a1fe4be04.zip
Enabled PNOR signed image validation
Enable signature validation during version activation based on the WANT_SIGNATURE_VERIFY flag. Change-Id: If8f4357553be9ed2fbcf86b4dddec768532a043a Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f9f8d37bd..fd8a17d68 100755
--- a/configure.ac
+++ b/configure.ac
@@ -72,6 +72,10 @@ AC_DEFINE(FILEPATH_IFACE, "xyz.openbmc_project.Common.FilePath",
AC_DEFINE(BUSNAME_UPDATER, "org.open_power.Software.Host.Updater",
[The item updater DBus busname to own.])
+AC_ARG_VAR(IMG_DIR, [Directory where downloaded or uploaded software images are placed and extracted])
+AS_IF([test "x$IMG_DIR" == "x"], [IMG_DIR="/tmp/images"])
+AC_DEFINE_UNQUOTED([IMG_DIR], ["$IMG_DIR"], [Directory where downloaded or uploaded software images are placed and extracted])
+
AC_ARG_VAR(MANIFEST_FILE, [The path to the MANIFEST file])
AS_IF([test "x$MANIFEST_FILE" == "x"], [MANIFEST_FILE="MANIFEST"])
AC_DEFINE_UNQUOTED([MANIFEST_FILE], ["$MANIFEST_FILE"], [The path to the MANIFEST file])
OpenPOWER on IntegriCloud