commit | 61d8dcc69736acae379e3e7ed7ecf6a85955db76 | [log] [tgz] |
---|---|---|
author | ofery <ofery@goole.com> | Mon Jun 10 16:02:37 2019 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Jun 18 22:31:04 2019 +0000 |
tree | c15b97f6834a1517de057a1cc7b4bc9793d45d3d | |
parent | 0b979b61c12ffe6ab8a27acf8ad2a0165d687195 [diff] |
Add an option to exclude libuserlayer from host-ipmid Change-Id: I8e14cfd3719c7fbef739f2aa01771bc4321ce290 Signed-off-by: Ofer Yehielli <ofery@google.com> Tested: Enabled the exclude libuserlayer flag in recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend +EXTRA_OECONF_append_xxx = " --disable-libuserlayer" +HOSTIPMI_PROVIDER_LIBRARY_remove_xxx = "libusercmds.so" +NETIPMI_PROVIDER_LIBRARY_remove_xxx = "libusercmds.so" Clean build and test that userlayer.so doesn't get included in the build
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
.