summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-05-12 21:01:55 +0300
committerPatrick Williams <patrick@stwcx.xyz>2017-05-13 01:32:11 +0300
commitdfd5bf3988c76e223d5ed678a8c88a2a671d50ad (patch)
treee6cb67a2819b9b5687f73c7e9eeaccfa8f02e18c /meta-phosphor
parentb02d19fcc8dbbd1f61339e7713350f65c6f51ea5 (diff)
downloadopenbmc-dfd5bf3988c76e223d5ed678a8c88a2a671d50ad.tar.xz
Fix a failure building phosphor-debug-collector
Change-Id: I2724bcadc0a44c2f2d6c59e8c481e9d7e16e59a9 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb1
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-defaults.inc4
2 files changed, 3 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb b/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb
index c1f531f3a..d0f108f23 100644
--- a/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb
+++ b/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb
@@ -88,3 +88,4 @@ RDEPENDS_${PN}-software = " \
SUMMARY_${PN}-debug-collector = "BMC debug collector"
RDEPENDS_${PN}-debug-collector = " \
${VIRTUAL-RUNTIME_obmc-debug-collector} \
+ "
diff --git a/meta-phosphor/conf/distro/include/phosphor-defaults.inc b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
index a4415be69..3bff0f0e6 100644
--- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
@@ -95,8 +95,8 @@ PREFERRED_PROVIDER_virtual/obmc-net-ipmi ?= "phosphor-ipmi-net"
VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "phosphor-hwmon"
# obmc-debug-collector
-# The phosphor-dump-manager application used for collecting and managing Dumps
-VIRTUAL-RUNTIME_obmc-debug-collector ?= "phosphor-dump-manager"
+# The phosphor-debug-collector used for collecting and managing dumps
+VIRTUAL-RUNTIME_obmc-debug-collector ?= "phosphor-debug-collector"
PREFERRED_PROVIDER_virtual/obmc-settings-mgmt ?= "phosphor-settings"
PREFERRED_PROVIDER_virtual/obmc-system-mgmt ?= "obmc-phosphor-sysd"