commit | a4e09e46949bf9e5abb99aa18f5c399f03f2a00a | [log] [tgz] |
---|---|---|
author | Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> | Sat Mar 02 20:08:32 2019 +0530 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Mar 04 16:28:36 2019 +0000 |
tree | d439cb54eb6a31a048f3ad6527a420b9ad0b6b19 | |
parent | 7cf145f3dbe6875fa4bfc663a6de192616d06db1 [diff] |
Fix: User commands require channel layer lib As channel layer is separated out from user layer lib, it has to be manually included in libusercommands, as user command handlers use channel layer API's Tested-by: 1. Made sure that libusercommands are loaded on it's own without any undefined symbol error. 2. ipmitool user list 1 works on host interface Change-Id: I6652ad248e01afc1349e3a9612754dbdb84b96ad Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.