summaryrefslogtreecommitdiff
path: root/meta-google/recipes-phosphor
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2022-07-01 22:48:13 +0300
committerWilliam A. Kennington III <wak@google.com>2022-07-01 22:50:02 +0300
commit8dada0a1a8beffacdad78bd6e0b12604a563575d (patch)
treefbcf925904f84411e3d0f2921c61f308fc984c17 /meta-google/recipes-phosphor
parentbabdd5accd62ca9a9b0c8f5563c2eb2dd2e30035 (diff)
downloadopenbmc-8dada0a1a8beffacdad78bd6e0b12604a563575d.tar.xz
meta-google: obmc-console: Don't enable host-console-journal by default
This is trivial to enable if desired, we mostly don't want a huge amount of BIOS logspam to fill the journal and cause it to rotate out valuable logs in normal situations. Change-Id: I991e8f048e847ba081b69f755c48275b63d4af66 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-phosphor')
-rw-r--r--meta-google/recipes-phosphor/console/obmc-console_%.bbappend4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-google/recipes-phosphor/console/obmc-console_%.bbappend b/meta-google/recipes-phosphor/console/obmc-console_%.bbappend
index d53eaaaa05..679d3222c1 100644
--- a/meta-google/recipes-phosphor/console/obmc-console_%.bbappend
+++ b/meta-google/recipes-phosphor/console/obmc-console_%.bbappend
@@ -38,7 +38,3 @@ pkg_postinst:${PN}:append:gbmc () {
systemctl --root=$D enable serial-to-host@${OBMC_CONSOLE_FRONT_TTY}.service
fi
}
-
-pkg_postinst:${PN}:append:gbmc:dev () {
- systemctl --root=$D enable host-console-journal.service
-}