Add dbus interfaces to entity-manager
This adds dbus endpoints to the entity manager to
export available configurations. For more information
see docs folder in this repository.
This also reformats the json records to make thresholds
1-d arrays.
Change-Id: Iae5b9aa2bf5017ce2a24ec6b149ccdbc2fe70202
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 17a51a7..6b7ca3a 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,7 +38,7 @@
ExternalProject_Add(boost-dbus
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/boost-dbus
GIT_REPOSITORY ssh://git-amr-2.devtools.intel.com:29418/openbmc-boost-dbus
- GIT_TAG fee38731bccba22b4157cc47afbf6434fec1eb6d
+ GIT_TAG e7dae9ce93226e6a7bf3d9101f457d29afac40c2
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${EXTERNAL_INSTALL_LOCATION} -DBOOST_ROOT=${BOOST_ROOT}
CONFIGURE_COMMAND ""
BUILD_COMMAND ""