p10ebmc: Update everest-xml repository
Remove the CUSTOM_GIT variables so we fall back to the default github
path. This in turn uses the _SITE variable to construct the repository
path, so we get https://github.com URLs.
Fixes #4627.
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/openpower/configs/p10ebmc_defconfig b/openpower/configs/p10ebmc_defconfig
index 5181e27..d5beeb5 100644
--- a/openpower/configs/p10ebmc_defconfig
+++ b/openpower/configs/p10ebmc_defconfig
@@ -67,8 +67,6 @@
BR2_RAINIER_4U_XML_SYSTEM_FILENAME="Rainier-4U-MRW_hb.system.xml"
BR2_RAINIER_4U_XML_TARGETING_FILENAME="Rainier-4U-MRW_hb.mrw.xml"
BR2_PACKAGE_EVEREST_XML=y
-BR2_EVEREST_XML_CUSTOM_GIT=y
-BR2_EVEREST_XML_CUSTOM_GIT_VALUE="git@github.com:open-power/everest-xml.git"
BR2_EVEREST_XML_VERSION="ad2ede36a34e5f963cbe411a7aa2703471b841b6"
BR2_EVEREST_XML_SYSTEM_FILENAME="Everest-MRW_hb.system.xml"
BR2_EVEREST_XML_TARGETING_FILENAME="Everest-MRW_hb.mrw.xml"