We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a368c8 commit e50408eCopy full SHA for e50408e
bb-build/conf/local.conf
@@ -286,3 +286,10 @@ BB_DISKMON_DIRS ??= "\
286
# track the version of this file when it was generated. This can safely be ignored if
287
# this doesn't mean anything to you.
288
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