Skip to content

Commit e50408e

Browse files
committed
Faster kernel download url
1 parent 5a368c8 commit e50408e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bb-build/conf/local.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,10 @@ BB_DISKMON_DIRS ??= "\
286286
# track the version of this file when it was generated. This can safely be ignored if
287287
# this doesn't mean anything to you.
288288
CONF_VERSION = "2"
289+
290+
# Prefer kernel.org yocto source mirror to avoid slow downloads.yoctoproject.org paths
291+
INHERIT += "own-mirrors"
292+
SOURCE_MIRROR_URL = "https://mirrors.kernel.org/yocto-sources/"
293+
294+
# Improve resilience for large files on unstable links
295+
FETCHCMD_wget = "wget --progress=dot --inet4-only -c"

0 commit comments

Comments
 (0)