| commit | a202dc093526aa254aac79d31a06d7696d7ab82c | [log] [tgz] |
|---|---|---|
| author | George Liu <liuxiwei@ieisystem.com> | Mon Nov 10 09:31:10 2025 +0800 |
| committer | George Liu <liuxiwei@ieisystem.com> | Mon Nov 10 10:23:06 2025 +0800 |
| tree | 9ab114e5661105a435f00b5706bd97acb41d7777 | |
| parent | 1241052b53be928fed70c33a03ad5a99d51e8ffa [diff] |
Revert "Align MetaPassStruct for cross-arch consistency" This patch broke the upgrade for 32-bit systems. Any system with an existing password file won't be able to use the same password file after this upgrade. We need to implement a backward-compatible fix in the phosphor-host-ipmid repository. This reverts commit 1241052b53be928fed70c33a03ad5a99d51e8ffa. Change-Id: I1124f291265858d7a8015f25c79401483dbb45d6 Signed-off-by: George Liu <liuxiwei@ieisystem.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