summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-05-11 11:10:27 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-05-12 05:37:54 +0300
commit344b89444cb39a06e1de843e763aed6d2fac2bf2 (patch)
tree0651acd9dd05e58f74c9e2e28ae67cb7ca81a31e
parentb9ccc8b76fbe5581e2a0f1066b5f36d1ed8df495 (diff)
downloadopenbmc-344b89444cb39a06e1de843e763aed6d2fac2bf2.tar.xz
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>
-rw-r--r--meta-phosphor/recipes-phosphor/console/obmc-console_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
index 7821527c2d..0e978f2466 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 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
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,"