commit | be5a2e0bbb4210e17c0aa49091f8db539e2f425a | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Nov 22 11:23:17 2024 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Nov 22 11:26:08 2024 -0500 |
tree | c3d5cf6d037c884eef4516e9a234f5805b60ee60 | |
parent | af4a77503366722a0c15cab12b421d9cbafba012 [diff] |
Logging.Entry: use AdditionalData2 metadata dict phosphor-logging's dbus entries now expose the metadata as a `dict<string,string>` rather than requiring additional processing by callers to split the metadata. Support this property in selutility and eliminate the string processing code. Tested: Compile test. (There is no Tested statements in the git-log that explain how to use this code. I do not have a system that uses these OEM SELs. The code as-is is broken when the phosphor-logging commit is merged because there is a new property type which will fail to parse in the dbus message unpacking call.) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I81e7e612abe25bdf29a961f6c9b33813bb523479
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