]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample.extended: Document how to limit parallel fetch tasks
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Feb 2020 21:41:42 +0000 (21:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Feb 2020 22:08:29 +0000 (22:08 +0000)
[YOCTO #13235]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample.extended

index fcf4a9b7c1a392df5b9765272058c35957ccdcd2..443b4e83f9ae848ea7a21828a5f169c54d5bf45f 100644 (file)
 #
 # For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
 # be appropriate for example.
+#
+# Some users are behind firewalls or use servers where the number of parallel connections
+# is limited. In such cases you can limit the number of fetch tasks which run in parallel by
+# setting the option below, in this case limiting to a maximum of 4 fetch tasks in parallel:
+#
+#do_fetch[number_threads] = "4"
+#
+
 
 #DISTRO_FEATURES = "alsa bluetooth ext2 irda ipv4 ipv6 pcmcia usbgadget usbhost wifi nfs zeroconf pci"