obmc-console: srcrev bump 6925740d31..498a4a81d9
Andrew Jeffery (9):
console-server: Fix printf() format string for discovered handlers
console-server: Call ringbuffer_fini() to mitigate leak report
log-hander: Fix leak of rotate_filename in cleanup path
console-server: Fix leak of TTY sysfs dev node path
console-server: Define static sigint object as `volatile sig_atomic_t`
console-server: Clear poller timeout on init
obmc-console: Address more instances of realloc() with size 0
console-dbus: Connect to the default bus
console-server: Respect DBus init failure
Jeremy Kerr (2):
console-server: Add BUILD_ASSERT_OR_ZERO
console-server: allow separate handler instances
Change-Id: Ibd2aee2b54d67aa267b8138345b951512b205a2e
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
index 2dbb92a..21d7822 100644
--- a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
+++ b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
@@ -6,7 +6,7 @@
DEPENDS += "autoconf-archive-native \
systemd \
"
-SRCREV = "6925740d318e6c305463f3d430d2064da6102752"
+SRCREV = "498a4a81d93b0242cea5de929f00cade2b5fe9f2"
PACKAGECONFIG ??= "udev ssh"
PACKAGECONFIG[udev] = "-Dudev=enabled,-Dudev=disabled,udev"
PACKAGECONFIG[concurrent-servers] = "-Dconcurrent-servers=true,-Dconcurrent-servers=false,"