diff options
author | Etienne Cordonnier <ecordonnier@snap.com> | 2022-11-04 15:24:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-07 14:32:42 +0000 |
commit | e1b27258d5b2ad4bcd54983f143a845f463c3625 (patch) | |
tree | 56d41793b0ec97085a8ac8baca02be3af25e65b6 /meta/classes-global/mirrors.bbclass | |
parent | 64f0faa3940b700fd83a3eb8ecdfc409481cce05 (diff) | |
download | poky-e1b27258d5b2ad4bcd54983f143a845f463c3625.tar.gz |
mirrors.bbclass: use shallow tarball for nativesdk-binutils
This is useful e.g. when using meta-clang, which introduces a dependency to nativesdk-binutils when
populating the SDK, and then a full tarball of binutils is fetched additionally to a shallow tarball.
(From OE-Core rev: 18624a89cb09bab78f9200a7c63406c75845e3e3)
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-global/mirrors.bbclass')
-rw-r--r-- | meta/classes-global/mirrors.bbclass | 2 |
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" | |||
91 | BB_GIT_SHALLOW:pn-binutils-cross-testsuite = "1" | 91 | BB_GIT_SHALLOW:pn-binutils-cross-testsuite = "1" |
92 | BB_GIT_SHALLOW:pn-binutils-crosssdk-${SDK_SYS} = "1" | 92 | BB_GIT_SHALLOW:pn-binutils-crosssdk-${SDK_SYS} = "1" |
93 | BB_GIT_SHALLOW:pn-binutils-native = "1" | 93 | BB_GIT_SHALLOW:pn-binutils-native = "1" |
94 | BB_GIT_SHALLOW:pn-nativesdk-binutils = "1" | ||
95 | |||
94 | BB_GIT_SHALLOW:pn-glibc = "1" | 96 | BB_GIT_SHALLOW:pn-glibc = "1" |
95 | PREMIRRORS += "git://sourceware.org/git/glibc.git https://downloads.yoctoproject.org/mirror/sources/ \ | 97 | PREMIRRORS += "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/" |