diff options
author | Tom Joseph <tomjoseph@in.ibm.com> | 2019-01-28 21:48:38 -0600 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-02-01 09:22:38 -0500 |
commit | 9c3a55209a731004c2f8bd79e91b398ee195cc67 (patch) | |
tree | 465ec365ddc9880fcb45603dce3e4231df295bc3 | |
parent | 087f5182b56871028d99eb19e2619ba57f356cb9 (diff) | |
download | talos-openbmc-9c3a55209a731004c2f8bd79e91b398ee195cc67.tar.gz talos-openbmc-9c3a55209a731004c2f8bd79e91b398ee195cc67.zip |
Remove dependency on phosphor-ipmi-inventory-sel recipe.
With the eSEL refactor phosphor-host-ipmid is not depending on the
phosphor-ipmi-inventory-sel recipe.
(From meta-phosphor rev: 174a3499599cda3972f8a532d11e596b57345300)
Change-Id: Iea24b03fda36071760792b06a9c4e8443ad149ef
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r-- | meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb index 45dd98b47..67cdf3734 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb @@ -30,7 +30,6 @@ DEPENDS += "phosphor-logging" DEPENDS += "phosphor-mapper" DEPENDS += "sdbusplus" DEPENDS += "sdbus++-native" -DEPENDS += "virtual/phosphor-ipmi-inventory-sel" DEPENDS += "virtual/phosphor-ipmi-fru-merge-config" DEPENDS += "virtual/phosphor-ipmi-sensor-inventory" DEPENDS += "virtual/phosphor-ipmi-channel-config" @@ -74,7 +73,6 @@ WHITELIST_CONF = " \ EXTRA_OECONF = " \ WHITELIST_CONF="${WHITELIST_CONF}" \ SENSOR_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/sensor.yaml \ - INVSENSOR_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/invsensor.yaml \ FRU_YAML_GEN=${STAGING_DIR_NATIVE}${config_datadir}/fru_config.yaml \ CHANNEL_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/channel.yaml \ POWER_READING_SENSOR=${datadir}/ipmi-providers/power_reading.json\ |