summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-23 13:07:46 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-04-04 13:38:06 +0000
commiteca8d7cffc6437ca45ca33518b9e259ad2ef061f (patch)
tree914b20ac26dbc654c0cf038bec8bbed753d682ad /meta-phosphor/common
parentccd94f68226da82f6a677b551d75fefb7895bc37 (diff)
downloadtalos-openbmc-eca8d7cffc6437ca45ca33518b9e259ad2ef061f.tar.gz
talos-openbmc-eca8d7cffc6437ca45ca33518b9e259ad2ef061f.zip
logging: virtual refactoring
Remove the phosphor-logging virtuals. They were unused. Add a logging packagegroup so other layers can add additional logging applications predicated on the logging distro feature being enabled. Change-Id: Ic82843cb2b1229df55005bad93576c14f468073b Tested: Built witherspoon, palmetto and qemu images Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common')
-rw-r--r--meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb2
-rw-r--r--meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb6
2 files changed, 6 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb b/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb
index ff63dcf27..9cc9a6451 100644
--- a/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb
+++ b/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb
@@ -24,8 +24,6 @@ DEPENDS += "phosphor-logging-error-logs-native"
DEPENDS += "phosphor-logging-native"
DEPENDS += "cereal"
RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces"
-PROVIDES += "virtual/obmc-logging-mgmt"
-RPROVIDES_${PN} += "virtual-obmc-logging-mgmt"
PACKAGE_BEFORE_PN = "${PN}-test"
FILES_${PN}-test = "${bindir}/*-test"
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 e7fe3708a..2199e0389 100644
--- a/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb
+++ b/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb
@@ -15,6 +15,7 @@ PACKAGES = " \
${PN}-host-state-mgmt \
${PN}-inventory \
${PN}-leds \
+ ${PN}-logging \
${PN}-sensors \
${PN}-software \
${PN}-host-check-mgmt \
@@ -78,6 +79,11 @@ RDEPENDS_${PN}-leds = " \
${VIRTUAL-RUNTIME_obmc-led-monitor} \
"
+SUMMARY_${PN}-logging = "Logging applications"
+RDEPENDS_${PN}-logging = " \
+ phosphor-logging \
+ "
+
SUMMARY_${PN}-sensors = "Sensor applications"
RDEPENDS_${PN}-sensors = " \
${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \
OpenPOWER on IntegriCloud