summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>2017-08-22 07:23:09 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-10-12 13:33:26 +0000
commitca0a04fe124671db1b55e99c696d964ed1c2795e (patch)
treeb354dfaf4eafddfaf669577b99a1f2c7f15a6cba
parent6c41d2ebb4fd4238252d9f76581116b2118fcec3 (diff)
downloadtalos-openbmc-ca0a04fe124671db1b55e99c696d964ed1c2795e.tar.gz
talos-openbmc-ca0a04fe124671db1b55e99c696d964ed1c2795e.zip
config yaml changes to skip non-present cores
Cores which are marked as not present should not be reported to the inventory, this change indicates what should be skipped. Change-Id: Ia4a5c80d95afe73dcac7cdb04c4afc69fae1463e Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc2
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml3
2 files changed, 3 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
index 41d78a9da..e34c2c989 100644
--- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
@@ -2,4 +2,4 @@ HOMEPAGE = "http://github.com/openbmc/phosphor-host-ipmid"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
-SRCREV = "d12ae758516436376bb3b918671acc49a2c630ff"
+SRCREV = "e84841ce7e833d527709c557e9e25829f4e3893c"
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
index ee474ad3e..4e78c9a34 100644
--- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
@@ -107,6 +107,7 @@ cpucore_func_sensor:
type: "bool"
assert: true
deassert: false
+ skipOn: "deassert"
tpm_required_sensor:
path: /xyz/openbmc_project/control/host0/TPMEnable
@@ -120,4 +121,4 @@ tpm_required_sensor:
assert: false
0x01:
type: "bool"
- assert: true \ No newline at end of file
+ assert: true
OpenPOWER on IntegriCloud