summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2023-04-20 10:20:00 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-09-15 22:45:39 +0300
commitba319388c85fb8154d4bf5a541a6c2a7c5df3863 (patch)
tree7bb30847042b6644d22fc5bd3c558d5fdc8e0bb7
parent0e1e05c8c2bd0fbc1e883daab3d61bf78b4112f5 (diff)
downloadopenbmc-ba319388c85fb8154d4bf5a541a6c2a7c5df3863.tar.xz
phosphor-bmc-code-mgmt: Update 'verify-signature' configuration
After recent changes, the signature verification is enabled via the 'verify-signature' option. Correct PACKAGECONFIG to use this new option. Change-Id: Idef1253f2652d6923cf336abbf483cc01d3ec0ea Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r--meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb b/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb
index 3902e83e8b..a8a24b552a 100644
--- a/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb
@@ -9,9 +9,7 @@ DEPENDS += " \
${PYTHON_PN}-sdbus++-native \
sdbusplus \
"
-PACKAGECONFIG[verify_signature] = " \
- -Dverify-full-signature=enabled, \
- -Dverify-full-signature=disabled"
+PACKAGECONFIG[verify_signature] = "-Dverify-signature=enabled, -Dverify-signature=disabled"
PACKAGECONFIG[sync_bmc_files] = "-Dsync-bmc-files=enabled, -Dsync-bmc-files=disabled"
PACKAGECONFIG[usb_code_update] = "-Dusb-code-update=enabled, -Dusb-code-update=disabled, cli11"
PACKAGECONFIG[side_switch_on_boot] = "-Dside-switch-on-boot=enabled, -Dside-switch-on-boot=disabled, cli11"