commit | efe2668675e0d5f1a486e0b4147563a02796f3eb | [log] [tgz] |
---|---|---|
author | Johnathan Mantey <johnathanx.mantey@intel.com> | Thu Aug 11 14:30:45 2022 -0700 |
committer | Johnathan Mantey <johnathanx.mantey@intel.com> | Tue Jan 10 19:19:03 2023 +0000 |
tree | e7f8a8e49e8cb5d81af7604435c0352d25db80df | |
parent | eae8859cae6655ccc000c792a4b51cf8ac38b0c1 [diff] |
Update instructions for SetLanOem and GetLanOem Refreshed the comment describing how to add OEM commands to the Set Lan Configuration and Get Lan Configuration functions. Changing to the Meson build system altered the method. Tested: Nothing to test with regard to this commit as it is only altering documentaton. Change-Id: I4ec36b5f8b211cf3f1bcec0422e8f1fa71124dc4 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