summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/flash
diff options
context:
space:
mode:
authorMyung Bae <myungbae@us.ibm.com>2022-10-11 09:40:36 +0300
committerMyung Bae <myungbae@us.ibm.com>2022-10-24 20:44:48 +0300
commitec88c48ae63a116796b5010c0bd8cd941232ef88 (patch)
tree7e736ab33ca776a30262d22ab2caf032d7fc3a33 /meta-ibm/recipes-phosphor/flash
parent2d6cab4481757731b2a19bb766993802edf51604 (diff)
downloadopenbmc-ec88c48ae63a116796b5010c0bd8cd941232ef88.tar.xz
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 <myungbae@us.ibm.com> Change-Id: I82f7d777b78cd126237d51e42f1e11abdf80ae68
Diffstat (limited to 'meta-ibm/recipes-phosphor/flash')
-rw-r--r--meta-ibm/recipes-phosphor/flash/openpower-software-manager_%.bbappend3
-rw-r--r--meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend5
2 files changed, 1 insertions, 7 deletions
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"