summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* transition to cli11 instead of custom arg parserPatrick Venture2019-03-281-0/+6
| | | | | | | | | Transition to use cli11 for argument parsing instead of a custom argument parser. Tested: Not tested on hardware. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I9c516c8c2d76e35c6c31592f96e8f281e9d47ad6
* Convert host-ipmid -> libipmidWilliam A. Kennington III2019-02-191-1/+1
| | | | | | | | | phosphor-host-ipmid now exposes a library along with headers for interfacing with the ipmi daemon. Compile and link against the new library. Change-Id: Ib222df1605afe277457f34eb69a3d65c663325b7 Signed-off-by: William A. Kennington III <wak@google.com>
* build: pkg anti-pattern: use defaultsPatrick Venture2019-02-131-4/+2
| | | | | | | | Use the defaults in the pkg check where the default error message is sufficient to identify which package is missing. Change-Id: Iccc91bcdd4ad57980a4731184b448936c1968f85 Signed-off-by: Patrick Venture <venture@google.com>
* build: set language to C++Patrick Venture2018-10-301-0/+1
| | | | | | | Set the language in the build to C++. Change-Id: Iaf56356269617c0546d2b42a225bf8732fe6356c Signed-off-by: Patrick Venture <venture@google.com>
* build: add phosphor-logging library throughoutPatrick Venture2018-10-171-0/+2
| | | | | | | | Add phosphor-logging flags throughout to enable dropping in logging calls. Change-Id: I6fdde8aebb6cdbacc8a779195bebdc112fb54d35 Signed-off-by: Patrick Venture <venture@google.com>
* ipmi-fru-parser: use c++17Vernon Mauery2018-10-041-1/+1
| | | | | | | Update configure.ac to choose the c++17 standard Change-Id: Ieba6326b77732498d53a9ce751f5672372c1e8a4 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
* build: stop on error in check for mapperPatrick Williams2017-06-051-2/+3
| | | | | | | | | | The configure check for the mapper repository did not have an error condition in it. Therefore, the configure run passed and then the failure surfaced as a missing header file on compile. Add an explicit error condition to the AC_CHECK_LIB call. Change-Id: Ie7d2941963977ba157d65970db21044e7eec9b6f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* build : provide extra properties yaml as configDeepak Kodihalli2017-02-211-0/+3
| | | | | | | | | | 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>
* build: check for sdbusplus packageDeepak Kodihalli2017-02-171-0/+2
| | | | | Change-Id: Id29024e34ac0c930fd4ff51c9886736324ea68e1 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* build: add rule to generate fru-gen.hppDeepak Kodihalli2017-02-011-0/+7
| | | | | | | | 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>
* Convert build process to autotoolsMatthew Barth2016-10-191-0/+56
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