summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes-global/mirrors.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes-global/mirrors.bbclass b/meta/classes-global/mirrors.bbclass
index 81fef7f660..8b984de3bf 100644
--- a/meta/classes-global/mirrors.bbclass
+++ b/meta/classes-global/mirrors.bbclass
@@ -91,6 +91,8 @@ BB_GIT_SHALLOW:pn-binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} = "1"
91BB_GIT_SHALLOW:pn-binutils-cross-testsuite = "1" 91BB_GIT_SHALLOW:pn-binutils-cross-testsuite = "1"
92BB_GIT_SHALLOW:pn-binutils-crosssdk-${SDK_SYS} = "1" 92BB_GIT_SHALLOW:pn-binutils-crosssdk-${SDK_SYS} = "1"
93BB_GIT_SHALLOW:pn-binutils-native = "1" 93BB_GIT_SHALLOW:pn-binutils-native = "1"
94BB_GIT_SHALLOW:pn-nativesdk-binutils = "1"
95
94BB_GIT_SHALLOW:pn-glibc = "1" 96BB_GIT_SHALLOW:pn-glibc = "1"
95PREMIRRORS += "git://sourceware.org/git/glibc.git https://downloads.yoctoproject.org/mirror/sources/ \ 97PREMIRRORS += "git://sourceware.org/git/glibc.git https://downloads.yoctoproject.org/mirror/sources/ \
96 git://sourceware.org/git/binutils-gdb.git https://downloads.yoctoproject.org/mirror/sources/" 98 git://sourceware.org/git/binutils-gdb.git https://downloads.yoctoproject.org/mirror/sources/"