From ba319388c85fb8154d4bf5a541a6c2a7c5df3863 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Thu, 20 Apr 2023 10:20:00 +0300 Subject: 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 --- meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb | 4 +--- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3