commit | 058e291f1e9f79080c57d12570cf686beda5ecc2 | [log] [tgz] |
---|---|---|
author | Potin Lai <potin.lai@quantatw.com> | Thu Sep 07 10:16:38 2023 +0800 |
committer | PL <potin.lai@quantatw.com> | Tue Oct 17 00:39:36 2023 +0000 |
tree | 8de0a2506730798f704b31f660a2b07c29511a8e | |
parent | 5ea83fad72af5389c215c5da45c6342c63e9557f [diff] |
apphandler: convert major verion if greater than or equal to 2000 For the platforms use year as major version, it would expect to have major version between 0 - 99. If the major version is greater than or equal to 2000, it is treated as a year and converted to 0 - 99. Change-Id: Iad13f8175499a86c279cd69fdc759d9425e89546 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