Added package to get ekb hwps attributes xml
In this commit, added new package for getting required ekb hwps
attributes xml file for bmc to generate device tree which will
contains all required targets and attributes information in the
device tree structure format.
The required ekb hwps attributes xml files are added based on
target processor. So, In future just addeding new processor
specific required attributes xml file is sufficient.
Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
diff --git a/openpower/package/Config.in b/openpower/package/Config.in
index 906b69b..b7a0f04 100755
--- a/openpower/package/Config.in
+++ b/openpower/package/Config.in
@@ -27,3 +27,4 @@
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/sb-signing-framework/Config.in"
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/ocmb-explorer-fw/Config.in"
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/fsp-trace/Config.in"
+source "$BR2_EXTERNAL_OP_BUILD_PATH/package/ekb/Config.in"