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/configs/p10ebmc_defconfig b/openpower/configs/p10ebmc_defconfig
index 057aee3..2bce8da 100644
--- a/openpower/configs/p10ebmc_defconfig
+++ b/openpower/configs/p10ebmc_defconfig
@@ -66,6 +66,12 @@
BR2_EVEREST_XML_VERSION="a0e57f983c7cc4aa9c91667bed9dd35bde148d07"
BR2_EVEREST_XML_SYSTEM_FILENAME="Everest-MRW_hb.system.xml"
BR2_EVEREST_XML_TARGETING_FILENAME="Everest-MRW_hb.mrw.xml"
+BR2_PACKAGE_BONNELL_XML=y
+BR2_BONNELL_XML_CUSTOM_GIT=y
+BR2_BONNELL_XML_CUSTOM_GIT_VALUE="git@github.ibm.com:openbmc/bonnell-xml.git"
+BR2_BONNELL_XML_VERSION="298513dd35f7fd3a72b95dafe668e8da69c3cb6d"
+BR2_BONNELL_XML_SYSTEM_FILENAME="Bonnell-MRW_hb.system.xml"
+BR2_BONNELL_XML_TARGETING_FILENAME="Bonnell-MRW_hb.mrw.xml"
BR2_PACKAGE_OPENPOWER_PNOR_P10=y
BR2_OPENPOWER_P10_PNOR_XML_LAYOUT_FILENAME="defaultPnorLayout_64.xml"
BR2_OPENPOWER_PNOR_P10_LEGACY_PNOR_TARGET="rainier"