commit | 1bb0c7fc55b21bb40b7afb567f2f938f15411ca1 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Dec 21 10:59:19 2018 -0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Feb 25 22:27:05 2019 +0000 |
tree | 85365c29e34d2b5d69a63f5d7406618e633fb0c3 | |
parent | 99d1ba0519b313ab1306a33c7d0f7a0a1d6edb0a [diff] |
ipmid: move channel code from libuserlayer to libchannellayer Separate the channel implementation from the user implementation. It is possible to link only against the channel layer, but if code is using the user layer, it is likely to need both user and channel code. This makes it so that ipmid can support the notion of channels without supporting users. Change-Id: I3a7eb7c004e1c2f8aeb696180139cf68c2c4aac0 Signed-off-by: Vernon Mauery <vernon.mauery@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
.