<html><body><p>Hi Vishwa,<br><br>It appears that I have not done a clean git push on my earlier pull request for the IPMI parser library. Those 2 IPMI files in this pull request are remains of the earlier pull request.<br><br>For the systemd/networkd dbus support, the 2 changes are :<br>1) systemd_225.bb <br>2) 0100_systemd_networkd_dbus_setattr.patch <br><br><br>regards,<br>rhari!<br><br>Hariharasubramanian R.<br>Power Firmware Development<br>IBM India Systems & Technology Lab, Bangalore, India<br>Phone:  +91 80 4025 6950   <br><br><img width="16" height="16" src="cid:1__=8FBBF59DDFCCD43C8f9e8a93df938690918c8FB@" border="0" alt="Inactive hide details for Vishwanatha Subbanna---12/01/2015 10:47:07 PM---hey Hari, .../ipmi-fru-parser/ipmi-fru-parser.bb  : i"><font color="#424282">Vishwanatha Subbanna---12/01/2015 10:47:07 PM---hey Hari, .../ipmi-fru-parser/ipmi-fru-parser.bb  : is not needed since ipmi-fru-parser repo is pack</font><br><br><font size="2" color="#5F5F5F">From:        </font><font size="2">Vishwanatha Subbanna/India/IBM</font><br><font size="2" color="#5F5F5F">To:        </font><font size="2">OpenBMC Patches <openbmc-patches@stwcx.xyz></font><br><font size="2" color="#5F5F5F">Cc:        </font><font size="2">openbmc@lists.ozlabs.org, OpenBMC Members@WWPDL</font><br><font size="2" color="#5F5F5F">Date:        </font><font size="2">12/01/2015 10:47 PM</font><br><font size="2" color="#5F5F5F">Subject:        </font><font size="2">Re: [PATCH openbmc 1/2] Adding IPMI Parser Library.</font><br><hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br><br>hey Hari,<br><br><tt>.../ipmi-fru-parser/ipmi-fru-parser.bb </tt> : is not needed since ipmi-fru-parser repo is packaged as : openbmc/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb<br><br>And hence no change needed for package-group as well.<br><br>Thanks<br><br>-------------------------------------------------------------------------------------<br>Thanks and Regards,<br>Vishwanath.<br>Advisory Software Engineer,<br>Power Firmware Development, <br>Systems &Technology Lab,<br>MK-GF-050 , Manyata Embassy Business Park, <br>Bangalore , KA , 560045<br>Ph: +91-80-40256820<br>E-mail: vishwanath@in.ibm.com<br>----------------------------------------------------------------------------------<br><br><br><img width="16" height="16" src="cid:1__=8FBBF59DDFCCD43C8f9e8a93df938690918c8FB@" border="0" alt="Inactive hide details for OpenBMC Patches ---12/01/2015 10:21:03 PM---From: Hariharasubramanian R <hramasub@in.ibm.com> ---"><font color="#424282">OpenBMC Patches ---12/01/2015 10:21:03 PM---From: Hariharasubramanian R <hramasub@in.ibm.com> ---</font><br><br><font size="2" color="#5F5F5F">From:        </font><font size="2">OpenBMC Patches <openbmc-patches@stwcx.xyz></font><br><font size="2" color="#5F5F5F">To:        </font><font size="2">openbmc@lists.ozlabs.org</font><br><font size="2" color="#5F5F5F">Date:        </font><font size="2">12/01/2015 10:21 PM</font><br><font size="2" color="#5F5F5F">Subject:        </font><font size="2">[PATCH openbmc 1/2] Adding IPMI Parser Library.</font><br><font size="2" color="#5F5F5F">Sent by:        </font><font size="2">"openbmc" <openbmc-bounces+vishwanath=in.ibm.com@lists.ozlabs.org></font><br><hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br><br><br><tt>From: Hariharasubramanian R <hramasub@in.ibm.com><br><br>---<br> .../ipmi-fru-parser/ipmi-fru-parser.bb                 | 18 ++++++++++++++++++<br> .../packagegroups/packagegroup-obmc-phosphor-apps.bb   |  1 +<br> 2 files changed, 19 insertions(+)<br> create mode 100644 meta-phosphor/common/recipes-phosphor/ipmi-fru-parser/ipmi-fru-parser.bb<br><br>diff --git a/meta-phosphor/common/recipes-phosphor/ipmi-fru-parser/ipmi-fru-parser.bb b/meta-phosphor/common/recipes-phosphor/ipmi-fru-parser/ipmi-fru-parser.bb<br>new file mode 100644<br>index 0000000..02ff308<br>--- /dev/null<br>+++ b/meta-phosphor/common/recipes-phosphor/ipmi-fru-parser/ipmi-fru-parser.bb<br>@@ -0,0 +1,18 @@<br>+SUMMARY = "OpenBMC IPMI FRU Parser"<br>+DESCRIPTION = "Parse the common/chassis/board/product areas of the FRU data into a VPD dictionary table."<br>+HOMEPAGE = "</tt><tt><a href="https://github.com/openbmc/ipmi-fru-parser">https://github.com/openbmc/ipmi-fru-parser</a></tt><tt>"<br>+PR = "r1"<br>+<br>+inherit obmc-phosphor-license<br>+inherit obmc-phosphor-sdbus-service<br>+<br>+SRC_URI += "git://github.com/hramasub/ipmi-fru-parser"<br>+<br>+SRCREV = "e097f0cc58c64564ae059f9b02ecb574e4cbb666"<br>+<br>+S = "${WORKDIR}/git"<br>+<br>+do_install() {<br>+        install -m 0755 -d ${D}${libdir}/ipmi<br>+        install -m 0755 ${S}/*.so ${D}${libdir}/ipmi<br>+}<br>diff --git a/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-apps.bb b/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-apps.bb<br>index 4dbcdd3..54e5655 100644<br>--- a/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-apps.bb<br>+++ b/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-apps.bb<br>@@ -26,6 +26,7 @@ SUMMARY_packagegroup-obmc-phosphor-apps-extras = "Extra features"<br> RDEPENDS_packagegroup-obmc-phosphor-apps-extras = " \<br>         rest-dbus \<br>         host-ipmid \<br>+        ipmi-fru-parser \<br>         "<br> <br> SUMMARY_packagegroup-obmc-phosphor-apps-fan-mgmt = "Fan management support"<br>-- <br>2.6.3<br><br><br>_______________________________________________<br>openbmc mailing list<br>openbmc@lists.ozlabs.org<br></tt><tt><a href="https://lists.ozlabs.org/listinfo/openbmc">https://lists.ozlabs.org/listinfo/openbmc</a></tt><tt><br></tt><br><BR>
</body></html>