commit | 2f0ad74daf323dd6db919b8aa7cf685e88d33a37 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Fri May 14 13:39:15 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Mon May 17 14:25:55 2021 -0500 |
tree | cd06d80c159cf5133f7a1c31f75f7f85af25e31b | |
parent | 690f4d5e3e68f8fe85a8048654095c276383ebfd [diff] |
shadowlock: disable until proper unit tests are run This code as-is is not doing anything other then declaring a function. The solution is to utilize {} to tell the compiler it's an object instantiation. Given that this code has been a noop up until this point, it's best to just comment it out until someone can come in enable and test it properly. The latest yocto update which brings in a newer compiler is erroring out on this so we need something quick to be able to make progress there. openbmc/phosphor-host-ipmid#170 is tracking this issue. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Idd4acd8e8541195f1b6e73c854866281832f1878
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
.