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>
diff --git a/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc b/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
index 41d78a9..e34c2c9 100644
--- a/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
+++ b/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
@@ -2,4 +2,4 @@
 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/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml b/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
index ee474ad..4e78c9a 100644
--- a/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
+++ b/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
@@ -107,6 +107,7 @@
           type: "bool"
           assert: true
           deassert: false
+          skipOn: "deassert"
 
 tpm_required_sensor:
   path: /xyz/openbmc_project/control/host0/TPMEnable
@@ -120,4 +121,4 @@
           assert: false
         0x01:
           type: "bool"
-          assert: true
\ No newline at end of file
+          assert: true