From 2b0b1beb81d9a6190a2f33a9667516caf9363c2f Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Fri, 25 Mar 2022 15:49:54 +1030 Subject: [PATCH] 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 --- openpower/configs/p10ebmc_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/openpower/configs/p10ebmc_defconfig b/openpower/configs/p10ebmc_defconfig index 5181e27d14..d5beeb5ca9 100644 --- a/openpower/configs/p10ebmc_defconfig +++ b/openpower/configs/p10ebmc_defconfig @@ -67,8 +67,6 @@ BR2_RAINIER_4U_XML_VERSION="6be6ff6c039731f8463442b8311f0147f13cb682" 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"