configurations: bmc_storage_module: add Ingrasys to Probe check
Add Ingrasys as a valid BOARD_MANUFACTURER value in the Probe array
of bmc_storage_module.json so that the module can detect Ingrasys
devices correctly during inventory probing.
Patch details:
- Insert "OR" followed by the Ingrasys FruDevice probe string
in configurations/meta/bmc_storage_module.json.
- Maintain JSON array syntax and existing formatting.
Change-Id: I92d871c959296afcf370c426bfccf851a41bfa89
Signed-off-by: Alex Wang <alex.ts.wang@fii-foxconn.com>
diff --git a/configurations/meta/bmc_storage_module.json b/configurations/meta/bmc_storage_module.json
index 3162ae5..38ea25d 100644
--- a/configurations/meta/bmc_storage_module.json
+++ b/configurations/meta/bmc_storage_module.json
@@ -11,7 +11,9 @@
"Probe": [
"xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'BMC Storage Module', 'BOARD_MANUFACTURER': 'Wiwynn'})",
"OR",
- "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'BMC Storage Module', 'BOARD_MANUFACTURER': 'Quanta'})"
+ "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'BMC Storage Module', 'BOARD_MANUFACTURER': 'Quanta'})",
+ "OR",
+ "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'BMC Storage Module', 'BOARD_MANUFACTURER': 'Ingrasys'})"
],
"Type": "Board",
"xyz.openbmc_project.Inventory.Decorator.Asset": {