obmc-console: srcrev bump e3f1aa1ec8..8fee42423c
Alexander Hansen (6):
console-server: introduce `struct console_server`
config: support sections in config_ api
console-server: refactor pollfd management
console-server: Enable multiple consoles
console-server: Add UART Mux Support
UART Mux Support: Documentation
Change-Id: If5160fc1a7009d6402fe25889bdbfc079863bc7d
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 c615826..fc37f35 100644
--- a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
+++ b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
@@ -6,8 +6,9 @@
DEPENDS += "autoconf-archive-native \
iniparser \
systemd \
+ libgpiod \
"
-SRCREV = "e3f1aa1ec8cecd58aa8f67702bd587c2989f787e"
+SRCREV = "8fee42423c97581eaf2c318aa9124abb007e5d70"
PACKAGECONFIG ??= "udev ssh"
PACKAGECONFIG[udev] = "-Dudev=enabled,-Dudev=disabled,udev"
PACKAGECONFIG[concurrent-servers] = "-Dconcurrent-servers=true,-Dconcurrent-servers=false,"