summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavithra Barithaya <pavithra.b@ibm.com>2023-04-20 18:58:11 +0300
committerAdriana Kobylak <anoo@linux.ibm.com>2023-04-21 23:42:19 +0300
commit3f5e3b570992eefc73ae760c363cd57aba552216 (patch)
tree8de49d577dba48d9246fc4d3aba23d076a28aa9f
parent125817eb309fcb3d293e793da30f1169d55aa038 (diff)
downloadopenbmc-3f5e3b570992eefc73ae760c363cd57aba552216.tar.xz
meta-ibm:Adding rsyslog service in P10BMC
This commit adds the rsyslogd process in P10BMC systems. This is the revert of the commit - https://gerrit.openbmc.org/c/openbmc/openbmc/+/59038 The OpenBMC community has defaulted to rsyslog as the more feature rich alternative to syslog. Even though we don’t need the remote offload capabilities of rsyslog, it provides other features (like forwarding other users of syslog to the journal). Change-Id: I5f114d0157ec4d6c2390dccc5972019647f1ab20 Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
-rw-r--r--meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend
index c976eb2ff3..71e8580b57 100644
--- a/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -8,9 +8,6 @@ IMAGE_FEATURES:append = " obmc-dbus-monitor"
IMAGE_FEATURES:remove:witherspoon = "obmc-user-mgmt-ldap"
IMAGE_FEATURES:remove:witherspoon = "obmc-telemetry"
-# Remove unused rsyslog service in P10BMC
-IMAGE_FEATURES:remove:p10bmc = "obmc-remote-logging-mgmt"
-
# Generic IPMI FRU vpd collection not needed on p10bmc
IMAGE_FEATURES:remove:p10bmc = "obmc-fru-ipmi"