commit | e9f8857a66c5df61a4e795a7d71b035fd89b92ef | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Jan 30 16:11:34 2020 -0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Feb 05 17:03:54 2020 +0000 |
tree | 0ccd5461d3bbb0df479821a894ebab9e528418e0 | |
parent | 930104a86aa997ba91bd6d588eb3abda39c2fa52 [diff] |
Make ipmi whitelist optional Not all users of ipmid want to use the whitelist. Or they want to have their own that behaves differently. This change makes it so one can disable the built-in whitelist so that OEMs can substitute their own custom filtering or use none at all. To disable the whitelist, pass --disable-ipmi-whitelist to configure. This can be done in Yocto via a bbappend for phosphor-ipmi-host: EXTRA_OECONF_append = " --disable-ipmi-whitelist" Tested: Built with and without the whitelist enabled to ensure that the whitelist is present when expected to be. Change-Id: I63f317b6c29ca73cc3296bb2fe38f836004ec35d 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
.