summaryrefslogtreecommitdiff
path: root/meta-fii/meta-kudo/recipes-extended
AgeCommit message (Collapse)AuthorFilesLines
2021-09-28meta-fii/meta-kudo: Add log rotation config for gpio logs.XP Chen1-0/+10
Add log rotation for gpio trigger logging Signed-off-by: XP Chen <xiao-peng.chen@fii-na.com> Change-Id: I5e77b92115adc637fd4be48c5307f449519c281c
2021-09-01meta-fii/meta-kudo: Increase rate-limit for rsyslogCharles Boyer1-2/+2
The SEL Record IDs are observed to skip in /var/log/ipmi_sel and the issue has been traced to the rate-limit of rsyslog. When messages are dropped due to rate-limiting, some of them are SEL messages. Phosphor-sel-logger is inserting the Record ID into the message without checking if previous records make it into ipmi_sel. This causes the skip in Record IDs. To prevent SEL messages from being dropped, the rate-limit has been increased. The side-effect is that more messages are being allowed within a minute to lower performance. Signed-off-by: Charles Boyer <Charles.Boyer@fii-usa.com> Change-Id: Iff015e1f45e7f79f73d1a03d05af88832b6f972d
2021-08-18meta-fii/meta-kudo: follow the new Yocto override syntax changeMohaimen Alsamarai1-6/+6
Changing the syntax for various yocto files ie. (_ to :) changes to bb, bbappend and conf files. Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> Change-Id: If25577ee9d98398c1a1ab7f85a0373c46af70245
2021-04-16meta-fii/meta-kudo: Using SEL logmustafa6-0/+147
1- Using SEL log Signed-off-by: mustafa <mustafa.shehabi@fii-na.com> Change-Id: I65a6c0094262e598bbb1c8240b11c76c9fbe51eb Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com>