commit | 9a686366f401d796d1421e5956a33c488f89df0a | [log] [tgz] |
---|---|---|
author | Potin Lai <potin.lai@quantatw.com> | Tue Sep 05 09:27:53 2023 +0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Sep 27 20:50:57 2023 +0000 |
tree | 99b8f38fe2eb736bfe22f607c5ca5921bf9a01d6 | |
parent | 7197b347bb0a11d60b1180683c66ae99e6e47030 [diff] |
apphandler: avoid aux version overwriteen by dev_id.json Aux bytes are supportted get from software version by setting `matches-map`. If matches-map defines Aux bytes indexes (not 0), then skip aux bytes assigned from dev_id.json. Change-Id: I3cc5ca9b6fb19a81a1a0341ee5af5c70156b0976 Signed-off-by: Potin Lai <potin.lai@quantatw.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