commit | 23a722ca7c6ca2ac93a8ecbe44550e9429e1a8f1 | [log] [tgz] |
---|---|---|
author | Johnathan Mantey <johnathanx.mantey@intel.com> | Fri May 12 08:18:54 2023 -0700 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri May 12 15:36:17 2023 +0000 |
tree | 583efdab0782c0a49cd14dc26dfdc5a94fffbeeb | |
parent | fbc6c9d743d22682f3753841071b8460ad50b5d9 [diff] |
Enable Yocto control of the USING_ENTITY_MANAGER_DECORATORS The USING_ENTITY_MANAGER_DECORATORS compile switch is hard coded to enabled in a header file. The changes here allow the feature to be controlled in recipes via PACKAGECONFIG entries in bbappend files. Tested: Applied https://gerrit.openbmc.org/c/openbmc/openbmc/+/63434 Modified internal bbappend file to PACKAGECONFIG:remove entity-manager-decorators Confirmed the code guarded by the ifdef no longer compiled Removed change to bbappend file Confirmed the code guarded by the ifdef was restored. Change-Id: I4f3072451f893fcb5edaa478d0546253e7005b9f 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