summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc/meta-common/recipes-extended/rsyslog
AgeCommit message (Collapse)AuthorFilesLines
2022-10-11Update Intel rsyslog.confMatt Simmering1-2/+2
Update the RateLimit.Burst to 4000. Current value of 2000 is causing unnecessary rate-limiting Tested: No rate-limiting, and no bad consequences for increasing RateLimit.Burst Change-Id: If20dbc70adae7922fbfb91ef9c29ddc64b527846 Signed-off-by: Matt Simmering <matthew.simmering@intel.com>
2022-04-19meta-intel-openbmc: Use wildcard for rsyslog configsZbigniew Kurzynski1-1/+1
After this change the logrotate app will use and rotate all config files with extension .rsyslog instead of specific one. This should allow for easier configuration extension especially on down-stream projects. Tested: I manually created a new config file under location: /etc/logrotate.d/ with extension xx.rsyslog After calling this command /usr/sbin/logrotate -d /etc/logrotate.d/*.rsyslog I get following message, where first two entries regards original config files and the third one is my testing file. rotating pattern: /var/log/ipmi_sel … rotating pattern: /var/log/redfish … rotating pattern: /var/log/my_new_events Signed-off-by: Zbigniew Kurzynski <zbigniew.kurzynski@intel.com> Change-Id: Ic10c6eb211221291916e6ba6537ab9bf71efe178
2021-08-13meta-intel-openbmc: prep for new override syntaxJae Hyun Yoo1-5/+5
Ran `scripts/contrib/convert-overrides.py` from upstream Yocto and fixed up a few by hand that were missed. Tested: Built s2600wf. Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> Change-Id: I983385c8cdd4e2727c5c1a3d56952d6ac7fd89cc
2021-01-25Move meta-intel to meta-intel-openbmcEd Tanous6-0/+146
meta-intel conflicts with the upstream yocto meta layer of the same name. This commit renames meta-intel to meta-intel-openbmc and updates all the relevant bblayers files with the new name. This is to pave the way for allowing the yocto meta-intel in the tree, which would allow the use of generic-x86 machine type, which would allow building and running tests natively. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ia19a7a4a10245c1c2f85f6da216997cb6a836daa