diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2019-03-15 00:10:33 +0300 |
---|---|---|
committer | Andrew Geissler <geissonator@yahoo.com> | 2019-03-18 15:32:37 +0300 |
commit | 77d9728b49d75f00c0eeea7bc5bca50ad2c07fbf (patch) | |
tree | 35efed24a985bc59f55a335db0a1b76266f7c892 /meta-google | |
parent | 6b30bc0439fb3b818f11cce36639fbccf2d41575 (diff) | |
download | openbmc-77d9728b49d75f00c0eeea7bc5bca50ad2c07fbf.tar.xz |
google-ipmi-sys: srcrev bump 0788699a94..6667a646bf
Patrick Venture (4):
build: add build of empty tests
eth: move structure to header
test: add basic tests for eth command
build: add code coverage
William A. Kennington III (1):
Makefile: split out common libary code for testing
(From meta-google rev: c791de74684935b02749dd029c43f8c8a6704d6a)
Change-Id: I989846b585d9a829ae1110e706f579a4799cc23c
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-google')
-rw-r--r-- | meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb index fd90ab09d..3c0ef6a53 100644 --- a/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb +++ b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb @@ -18,7 +18,7 @@ DEPENDS += "nlohmann-json" S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/google-ipmi-sys" -SRCREV = "0788699a94c7a36f4d736357a5733763380bb726" +SRCREV = "6667a646bff33fdd22e69363e2313e2e61e10e53" FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}" |