aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-linaro-toolchain/recipes-devtools/gcc/gcc-arm-8.2.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-arm-8.2.inc b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-arm-8.2.inc
index bf803cf2..c47c3206 100644
--- a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-arm-8.2.inc
+++ b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-arm-8.2.inc
@@ -24,7 +24,8 @@ LIC_FILES_CHKSUM = "\
"
#BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2"
-BASEURI ?= "svn://gcc.gnu.org/svn/gcc/branches/ARM;rev=263559;module=arm-8-branch"
+SRCREV = "1a721bce9532193e63acdcdb56fc16e8ac70b20a"
+BASEURI ?= "git://git.linaro.org/toolchain/gcc.git;protocol=https;branch=linaro-local/ARM/arm-8-branch"
SRC_URI = "\
${BASEURI} \
@@ -74,7 +75,7 @@ SRC_URI = "\
BACKPORTS = "\
"
-S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/arm-8-branch"
+S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/git"
#S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}"
#S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/git"
#S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${RELEASE}"