Add support for bonnell-xml package to p10ebmc_config
This commit adds the capability to pull files from the bonnell-xml repo
and build the bonnell system files as part of the p10ebmc_config.
However, the default setting is that the Bonnell system files will -NOT-
be built as part of the p10ebmc_config.
Signed-off-by: Mike Baiocchi <baiocchi@ibm.com>
diff --git a/openpower/package/Config.in b/openpower/package/Config.in
index a3cedf5..3082392 100755
--- a/openpower/package/Config.in
+++ b/openpower/package/Config.in
@@ -7,6 +7,7 @@
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/rainier-2u-xml/Config.in"
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/rainier-4u-xml/Config.in"
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/everest-xml/Config.in"
+source "$BR2_EXTERNAL_OP_BUILD_PATH/package/bonnell-xml/Config.in"
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/openpower-pnor/Config.in"
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/openpower-pnor-p10/Config.in"
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/petitboot/Config.in"