[PATCH openbmc 1/2] Adding IPMI Parser Library.
Vishwanatha Subbanna
vishwanath at in.ibm.com
Wed Dec 2 04:17:04 AEDT 2015
hey Hari,
.../ipmi-fru-parser/ipmi-fru-parser.bb : is not needed since
ipmi-fru-parser repo is packaged as :
openbmc/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb
And hence no change needed for package-group as well.
Thanks
-------------------------------------------------------------------------------------
Thanks and Regards,
Vishwanath.
Advisory Software Engineer,
Power Firmware Development,
Systems &Technology Lab,
MK-GF-050 , Manyata Embassy Business Park,
Bangalore , KA , 560045
Ph: +91-80-40256820
E-mail: vishwanath at in.ibm.com
----------------------------------------------------------------------------------
From: OpenBMC Patches <openbmc-patches at stwcx.xyz>
To: openbmc at lists.ozlabs.org
Date: 12/01/2015 10:21 PM
Subject: [PATCH openbmc 1/2] Adding IPMI Parser Library.
Sent by: "openbmc" <openbmc-bounces
+vishwanath=in.ibm.com at lists.ozlabs.org>
From: Hariharasubramanian R <hramasub at in.ibm.com>
---
.../ipmi-fru-parser/ipmi-fru-parser.bb | 18 ++++++++++++++
++++
.../packagegroups/packagegroup-obmc-phosphor-apps.bb | 1 +
2 files changed, 19 insertions(+)
create mode 100644
meta-phosphor/common/recipes-phosphor/ipmi-fru-parser/ipmi-fru-parser.bb
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
new file mode 100644
index 0000000..02ff308
--- /dev/null
+++
b/meta-phosphor/common/recipes-phosphor/ipmi-fru-parser/ipmi-fru-parser.bb
@@ -0,0 +1,18 @@
+SUMMARY = "OpenBMC IPMI FRU Parser"
+DESCRIPTION = "Parse the common/chassis/board/product areas of the FRU
data into a VPD dictionary table."
+HOMEPAGE = "https://github.com/openbmc/ipmi-fru-parser"
+PR = "r1"
+
+inherit obmc-phosphor-license
+inherit obmc-phosphor-sdbus-service
+
+SRC_URI += "git://github.com/hramasub/ipmi-fru-parser"
+
+SRCREV = "e097f0cc58c64564ae059f9b02ecb574e4cbb666"
+
+S = "${WORKDIR}/git"
+
+do_install() {
+ install -m 0755 -d ${D}${libdir}/ipmi
+ install -m 0755 ${S}/*.so ${D}${libdir}/ipmi
+}
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
index 4dbcdd3..54e5655 100644
---
a/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-apps.bb
+++
b/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-apps.bb
@@ -26,6 +26,7 @@ SUMMARY_packagegroup-obmc-phosphor-apps-extras = "Extra
features"
RDEPENDS_packagegroup-obmc-phosphor-apps-extras = " \
rest-dbus \
host-ipmid \
+ ipmi-fru-parser \
"
SUMMARY_packagegroup-obmc-phosphor-apps-fan-mgmt = "Fan management
support"
--
2.6.3
_______________________________________________
openbmc mailing list
openbmc at lists.ozlabs.org
https://lists.ozlabs.org/listinfo/openbmc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ozlabs.org/pipermail/openbmc/attachments/20151201/61fa4845/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graycol.gif
Type: image/gif
Size: 105 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/openbmc/attachments/20151201/61fa4845/attachment-0001.gif>
More information about the openbmc
mailing list