diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2019-03-05 01:31:41 +0000 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-03-24 09:26:49 -0400 |
commit | 2ef13c18a8b076d2a34e9e40d765f687b72ef195 (patch) | |
tree | e390b97c87032a9c3daf86ec1be6263ed259eb36 /meta-phosphor | |
parent | 974e9c46d958d10efdf7528b85c9d6b81f6ef0ed (diff) | |
download | blackbird-openbmc-2ef13c18a8b076d2a34e9e40d765f687b72ef195.tar.gz blackbird-openbmc-2ef13c18a8b076d2a34e9e40d765f687b72ef195.zip |
obmc-console: srcrev bump fcf8541b87..f9c8f6ca86
Cheng C Yang (1):
Change baudrate dynamically through dbus
(From meta-phosphor rev: 78289c2be97d9bddb6ad48e1527fe40441eb105f)
Change-Id: I5cbd3f752ee9e6252825f47417de4622d10b9115
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r-- | meta-phosphor/recipes-phosphor/console/obmc-console_git.bb | 2 |
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 4d00713fd..b15ee97dd 100644 --- a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb +++ b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb @@ -18,7 +18,7 @@ DEPENDS += "autoconf-archive-native \ SRC_URI += "git://github.com/openbmc/obmc-console" SRC_URI += "file://${PN}.conf" -SRCREV = "fcf8541b87c13d4fe02d1fc4812b7f6df92c8c27" +SRCREV = "f9c8f6ca864a44c78daa0e5c79896d1c7fd4ad07" PV = "1.0+git${SRCPV}" REGISTERED_SERVICES_${PN} += "obmc_console:tcp:2200" |