commit | 7bb84dbaad9e788b0bd30e2131cf14de7b034a19 | [log] [tgz] |
---|---|---|
author | Harvey Wu <Harvey.Wu@quantatw.com> | Mon Jun 26 10:02:08 2023 +0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Jul 24 17:11:52 2023 +0000 |
tree | 3d3bd49bafa225c6ca240076bfcfc29f481253f3 | |
parent | 6dbea0818b4b19f73ab8bbe9ea90689de96e6db3 [diff] |
dbus-sdr: change to continue when path not found - If the virtual sensor has two association paths as below, and the real inventory path is related to entity-manager according to the HW config. So we need to continue for loop when the first inventory path not found. ``` { "type" : "a(sss)", "data" : [ [ "chassis", "all_sensors", "/xyz/openbmc_project/inventory/system/board/BMC" ], [ "chassis", "all_sensors", "/xyz/openbmc_project/inventory/system/board/BMCV2" ] ] } ``` Signed-off-by: Harvey Wu <Harvey.Wu@quantatw.com> Change-Id: I3c4ebe953793c7f28a112bb85a6cb89bd41adc3a
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