From ec88c48ae63a116796b5010c0bd8cd941232ef88 Mon Sep 17 00:00:00 2001 From: Myung Bae Date: Tue, 11 Oct 2022 01:40:36 -0500 Subject: Remove largely unmaintained Mihawk A fork of it is maintained but its upstream layer has largely been unmaintained. No future products are planned to be based on this layer. Mihawk is similar to Witherspoon. Signed-off-by: Myung Bae Change-Id: I82f7d777b78cd126237d51e42f1e11abdf80ae68 --- .../recipes-phosphor/flash/openpower-software-manager_%.bbappend | 3 +-- meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend | 5 ----- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'meta-ibm/recipes-phosphor/flash') diff --git a/meta-ibm/recipes-phosphor/flash/openpower-software-manager_%.bbappend b/meta-ibm/recipes-phosphor/flash/openpower-software-manager_%.bbappend index 2d9c096618..38b5e4749c 100644 --- a/meta-ibm/recipes-phosphor/flash/openpower-software-manager_%.bbappend +++ b/meta-ibm/recipes-phosphor/flash/openpower-software-manager_%.bbappend @@ -1,2 +1 @@ -PACKAGECONFIG:append:ibm-ac-server = " verify_pnor_signature" -PACKAGECONFIG:append:mihawk = " verify_pnor_signature" +PACKAGECONFIG:append:ibm-ac-server = " verify_pnor_signature" \ No newline at end of file diff --git a/meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend b/meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend index 2ab74d9122..9b6d5c0a08 100644 --- a/meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend +++ b/meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend @@ -1,21 +1,16 @@ BMC_RW_MTD:ibm-ac-server = "bmc" BMC_RW_MTD:p10bmc = "bmc" -BMC_RW_MTD:mihawk = "bmc" BMC_RO_MTD:ibm-ac-server = "alt-bmc+bmc" BMC_RO_MTD:p10bmc = "bmc" -BMC_RO_MTD:mihawk = "alt-bmc+bmc" BMC_KERNEL_MTD:ibm-ac-server = "bmc" BMC_KERNEL_MTD:p10bmc = "bmc" -BMC_KERNEL_MTD:mihawk = "bmc" # Enable signature verification PACKAGECONFIG:append:ibm-ac-server = " verify_signature" PACKAGECONFIG:append:p10bmc = " verify_signature" -PACKAGECONFIG:append:mihawk = " verify_signature" # Enable sync of persistent files to the alternate BMC chip PACKAGECONFIG:append:ibm-ac-server = " sync_bmc_files" -PACKAGECONFIG:append:mihawk = " sync_bmc_files" # Enable USB code update PACKAGECONFIG:append:p10bmc = " usb_code_update" -- cgit v1.2.3