Move remote logging features to their own category

Separate logging from the remote logging features so that users
can choose to pick/not-pick one or the other.

Change-Id: I98e91662e9e512e1e0c1f5a1926d6f2129145570
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb b/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb
index 387c479..d6537f5 100644
--- a/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb
+++ b/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb
@@ -15,6 +15,7 @@
         ${PN}-inventory \
         ${PN}-leds \
         ${PN}-logging \
+        ${PN}-remote-logging \
         ${PN}-sensors \
         ${PN}-software \
         ${PN}-host-check-mgmt \
@@ -83,6 +84,10 @@
 SUMMARY_${PN}-logging = "Logging applications"
 RDEPENDS_${PN}-logging = " \
         phosphor-logging \
+        "
+
+SUMMARY_${PN}-remote-logging = "Remote logging applications"
+RDEPENDS_${PN}-remote-logging = " \
         rsyslog \
         rsyslog-policy \
         phosphor-rsyslog-config \