obmc-console: srcrev bump 4ee702a865..ae2460d0b8

Andrew Jeffery (7):
      console-server: Consistently use cleanup labels on error
      console-server: Move console->tty_kname initialisation to tty_init()
      console-server: Add PTY support for testing purposes
      obmc-console: Introduce console-id, deprecate socket-id
      console-server: Add --console-id option
      console-server: Don't require a configuration file
      obmc-console: Provide a default value for `console-id`.

Change-Id: I0b52a3836efb96fe6fb30f72af95374520baede1
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 7821527..0e978f2 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 = "4ee702a86592edcd1a1dd2c2ab94a50e0a49ee0d"
+SRCREV = "ae2460d0b8e808078ba130d63514b20b66cd3375"
 PACKAGECONFIG ??= "udev"
 PACKAGECONFIG[udev] = "-Dudev=enabled,-Dudev=disabled,udev"
 PACKAGECONFIG[concurrent-servers] = "-Dconcurrent-servers=true,-Dconcurrent-servers=false,"