summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build : provide extra properties yaml as configDeepak Kodihalli2017-02-211-2/+4
| | | | | | | | | | Make it possible for the openpower-vpd-parser recipe to be able to supply the extra properties YAML as configurable input. Use extra-properties-example.yaml as input. Change-Id: I3cfffa6bb9709b4dbf5c487ab198960cc52e3863 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* Correct install of libwritefrudata.laMatthew Barth2017-02-171-2/+1
| | | | | Change-Id: I11784dd3faf3d4c6d76b8484b224e71a2817a95c Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
* build: check for sdbusplus packageDeepak Kodihalli2017-02-171-2/+2
| | | | | Change-Id: Id29024e34ac0c930fd4ff51c9886736324ea68e1 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* Create the generated FRU Map in cpp.Ratan Gupta2017-02-141-4/+4
| | | | | Change-Id: Id83220e5e2876f4112ba76d698b2062e2a08dd3d Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* Change c->cpp.Ratan Gupta2017-02-011-1/+1
| | | | | | | It is required as we would be using c++ containers. Change-Id: Ifefc468ac7b2e94d1b9948a6aeb7f8d42d8e6555 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* build: add rule to generate fru-gen.hppDeepak Kodihalli2017-02-011-0/+5
| | | | | | | | fru-gen.hpp needs as input a YAML file. Enable this to be provided via autotools configuration. Change-Id: I586c14651840b6a9697a93261f79c2a48f14071f Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* Add privilege levels for commandsTom2017-01-311-1/+2
| | | | | | | | Add privilege level and package the provider library into /usr/lib/ipmid-providers Change-Id: I33be3ab696ba477a938b1c0272119420353d6d99 Signed-off-by: Tom <tomjoseph@in.ibm.com>
* Convert build process to autotoolsMatthew Barth2016-10-191-0/+20
Replaced the use of a manual Makefile with the use of autotools to automatically verify and generate the necessary build files. Follow the steps outlined within the README.md file to build the package. Change-Id: Iaef09f17006ee51ac45f84c6c59826dcc567e279 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
OpenPOWER on IntegriCloud