commit | a440cd420bf12d3e6414eb40a3a76a9637f29ca6 | [log] [tgz] |
---|---|---|
author | Johnathan Mantey <johnathanx.mantey@intel.com> | Thu Jun 20 13:21:48 2024 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Jul 18 18:14:37 2024 +0000 |
tree | 60d915133be74a8171da266d63fa2b0df8152539 | |
parent | 92217f05771485e12a1ce1cacb804c0e4a384d1d [diff] |
do not shift kcs-passed software ID When the software ID is passed in over KCS, the LSBit is required to be set and the software ID is already in the correct format to be used as the generatorID for SEL data. Credit: Vernon Mauery <vernon.mauery@linux.intel.com> intel-ipmi-oem: do not shift kcs-passed software ID SHA: 5d24dda2d60dfc91ee44b99e8aeb8dbb003e90a7 Change-Id: Id4bd913683897d61c24be16b25cafeca39ce6e38 Signed-off-by: Johnathan Mantey <johnathanx.mantey@intel.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage