configurations: clemente: fix unable to probe some ver. of interposer
- There are versions of interposer that is not listed in
either of the probe commands which makes them unable to
be probed. Since only interposers of product version
PVT2/MP will support CABLE TSENSE, making all others
to use the config that does not support it to ensure
nothing will be missed out.
Change-Id: I032695785af4d6cd62e902cc784e82bb4ea46ea7
Signed-off-by: Bruce Hung <bruce.jy.hung@fii-foxconn.com>
diff --git a/configurations/meta/clemente/clemente_interposer.json b/configurations/meta/clemente/clemente_interposer.json
index 97859b5..86a70b8 100644
--- a/configurations/meta/clemente/clemente_interposer.json
+++ b/configurations/meta/clemente/clemente_interposer.json
@@ -165,7 +165,7 @@
}
],
"Name": "Clemente Interposer",
- "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Clemente Interposer ', 'BOARD_MANUFACTURER': '(Ingrasys|Quanta)', 'PRODUCT_VERSION': '\\b(DVT|PVT_S)\\b'})",
+ "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Clemente Interposer ', 'BOARD_MANUFACTURER': '(Ingrasys|Quanta)', 'PRODUCT_VERSION': '^(?!(PVT2|MP)).*'})",
"Type": "Board",
"xyz.openbmc_project.Inventory.Decorator.Asset": {
"BuildDate": "$BOARD_MANUFACTURE_DATE",