summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2023-03-03 23:37:06 +0300
committerAdriana Kobylak <anoo@linux.ibm.com>2023-03-14 17:10:59 +0300
commit7c42fd346806d17adb199853079e2cbc70b2b9ac (patch)
tree8914db9a2d688f23ea4e41eb4df8262f0a45a0e6 /meta-ibm
parent917fab29b9ead43b10b0ef6dc884c39817f17965 (diff)
downloadopenbmc-7c42fd346806d17adb199853079e2cbc70b2b9ac.tar.xz
meta-ibm: flash: Add Minimum Ship Level format
Enable the minimum ship level format for p10bmc systems to match a string that starts with some characters such as "ibm", followed by 2 numbers for the processor version such as "10", followed by the tag number. Change-Id: I4f3572db75b4fc1bb3c90c8c952d428d329b5d3a Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend b/meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend
index 9b6d5c0a08..c8d7600969 100644
--- a/meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend
+++ b/meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend
@@ -18,3 +18,6 @@ PACKAGECONFIG:append:p10bmc = " usb_code_update"
# Enable Side Switch Boot
PACKAGECONFIG:append:p10bmc = " side_switch_on_boot"
+# Set BMC Minimum Ship Level version format
+EXTRA_OEMESON:append:p10bmc = " -Dregex-bmc-msl='([a-z]+[0-9]{2})+([0-9]+).([0-9]+).([0-9]+)'"
+