Pull rsyslog into image

The intent is to use rsyslog for streaming journal logs off of the BMC.

Since this is the only intent (i.e at the moment there's no requirement
to employ rsyslog for local logging), modify rsyslog.conf accordingly.

Change-Id: Ib4b48a468eff3f4f6fb9438821387225fc804f9c
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
diff --git a/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb b/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb
index 5c184ba..e3e6288 100644
--- a/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb
+++ b/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb
@@ -83,6 +83,7 @@
 SUMMARY_${PN}-logging = "Logging applications"
 RDEPENDS_${PN}-logging = " \
         phosphor-logging \
+        rsyslog \
         "
 
 SUMMARY_${PN}-sensors = "Sensor applications"