diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2018-10-23 13:40:25 +0000 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-10-30 15:58:23 -0400 |
commit | acb08db28cc98732b83d784317be255a9e2f3236 (patch) | |
tree | bdfe6060d09d4412646b4485d03f4399b6e6a050 /meta-phosphor | |
parent | b4057f019388e6519f28c43d857a0380ef4d232d (diff) | |
download | blackbird-openbmc-acb08db28cc98732b83d784317be255a9e2f3236.tar.gz blackbird-openbmc-acb08db28cc98732b83d784317be255a9e2f3236.zip |
phosphor-debug-collector: srcrev bump 90d147a1ee..6916cec8e1
Brad Bishop (1):
internal: Add missing Manager forward declaration
Jayanth Othayoth (2):
Enable clang code format
MAINTAINERS: Updated reviewers
Vernon Mauery (1):
phosphor-debug-collector: use c++17
(From meta-phosphor rev: b1868a209d97a5657bc6dbc26d8959d140f766cd)
Change-Id: I52ef66da22801e12f6bde0eb3d8244b1ddc2f3b9
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/dump/phosphor-debug-collector.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc index 7837f3e35..30d952229 100644 --- a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc +++ b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc @@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/phosphor-debug-collector" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI += "git://github.com/openbmc/phosphor-debug-collector" -SRCREV = "90d147a1ee5340278506bbdf94edc32bb77154f2" +SRCREV = "6916cec8e133e223c9dca9393e652d6cfe4d5162" |