summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2018-10-29 18:50:27 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-30 03:15:40 +0300
commitaa9c0e7e322b6f9eb7a59c6fa9531d2c529889ef (patch)
treed0df4e91e8fe139adfced5c7a9c19aa41d01577e /meta-phosphor
parentb793bc40c58bdf5f7dc4bb6785d4dff97c2c33ae (diff)
downloadopenbmc-aa9c0e7e322b6f9eb7a59c6fa9531d2c529889ef.tar.xz
ipmi-fru-parser: srcrev bump 5c787214b1..19bea9ae44
Patrick Venture (22): writefrudata: drop function parameter set readeeprom: use log error instead of fprintf(stderr) types: fixup header frup: add missing header writefrudata: cleanup header writefrudata: add function header style: apply naming convention to ipmi_validate_fru_area style: rename cleanup_error, move into anonymous style: move getFRUValue into anonymous namespace style: move getService into anonymous namespace style: rename update_inventory, move into anonymous writefrudata.cpp: fixup variable shadowing writefrudata: add missing header: map writefrudata.cpp: add header for file writefrudata: drop unused dynamic linking header writefrudata: drop unused lib mapper header ipmi_fru: drop unused member functions ipmi_fru: drop unused sd_bus pointer ipmi_fru: Rename to IPMIFruArea writefrudata.cpp: drop unused, add used header rename header: fru-area.hpp to fru_area.hpp cleanup: rename fru_area_vec_t type and use using (From meta-phosphor rev: 70be299f7b635c27ab91cc3c83875f6cd9d5ad65) Change-Id: I3be469c5fe2cb15220c64262df60cde66da980e3 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/ipmi/phosphor-ipmi-fru.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
index 9056db212..713a82cff 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
@@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/ipmi-fru-parser"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7702f203b58979ebbc31bfaeb44f219c"
SRC_URI += "git://github.com/openbmc/ipmi-fru-parser"
-SRCREV = "5c787214b16ecc36cb2e460eda3f90def3b54b7a"
+SRCREV = "19bea9ae44ea9af30e1e4443c69a22b04e2cd56d"