commit | 1639caea0260f92b9f096e90a680b455b1c8ff32 | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Fri Jul 14 14:23:33 2023 -0700 |
committer | Willy Tu <wltu@google.com> | Fri Jul 14 14:24:32 2023 -0700 |
tree | d51455261ba214ed5675806f8c1983094f19071a | |
parent | 82122d1d77dcdf3bc6856aa5903dfaa59b1f2abe [diff] [blame] |
meta-google: Enable imjournal for gBMC The default rsyslog.conf uses `imjournal`, so we should enable it by default to make sure that the config is valid. Change-Id: Idba361d3a374a88207e7825216f393522647d11d Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/meta-google/recipes-extended/rsyslog/rsyslog_%.bbappend b/meta-google/recipes-extended/rsyslog/rsyslog_%.bbappend index df1524c..f81c9d7 100644 --- a/meta-google/recipes-extended/rsyslog/rsyslog_%.bbappend +++ b/meta-google/recipes-extended/rsyslog/rsyslog_%.bbappend
@@ -3,3 +3,5 @@ SRC_URI:append:gbmc = " \ file://rsyslog.conf \ " + +PACKAGECONFIG:append:gbmc = " imjournal"