summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-09-14 09:40:55 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-09-15 20:56:08 +0300
commitcd5ea29ab7b39fe756bd557b3f64ffbe3a099211 (patch)
treee554f597bfeaa23f26ff7a8d96806fec47789b32
parentfd018b6416222a2a95262e6ae26930f3a1326a89 (diff)
downloadopenbmc-cd5ea29ab7b39fe756bd557b3f64ffbe3a099211.tar.xz
obmc-console: srcrev bump dfda5afb4f..7dc08baac2
Zev Weiss (3): config: Use isspace(3) instead of open-coding it config: Allow multi-word config values config: Add support for aspeed-uart-routing config directive Change-Id: Ic9ba098e32652f30da3b82d7b57996bce99a2b9d 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 1b14f961d8..5b698a3bba 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 = "dfda5afb4ff7c76c4df3ebebbf496fdbda0fbbae"
+SRCREV = "7dc08baac216253b289f60c3cb0b39179f7aaefc"
PACKAGECONFIG ??= "udev"
PACKAGECONFIG[udev] = "-Dudev=enabled,-Dudev=disabled,udev"
PACKAGECONFIG[concurrent-servers] = "-Dconcurrent-servers=true,-Dconcurrent-servers=false,"