Set default package to build for POWER10
Set default package to build for p10 (since that is latest code)
Add PLDM as requirement for building p10
Default build will not enable PHAL support by default because of current
build limitations of the PHAL code.
The pldm Interface class will no longer be created in the Manager object
constructor to prevent issues with unit test.
Tested on Rainier
Change-Id: I8060e70b5656bd0d762d52bf9fdff62f8720a5c6
Signed-off-by: Chris Cain <cjcain@us.ibm.com>
diff --git a/app.cpp b/app.cpp
index 291d9cf..5598177 100644
--- a/app.cpp
+++ b/app.cpp
@@ -46,6 +46,7 @@
sdbusplus::server::manager_t objManagerXyzInventory(
bus, "/xyz/openbmc_project/inventory");
open_power::occ::Manager mgr(eventP);
+ mgr.createPldmHandle();
// Claim the bus since all the house keeping is done now
bus.request_name(OCC_CONTROL_BUSNAME);