mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
local.conf.sample: Document new CDN mirror for sstate
We have a Content Delivery Network available for sstate, document this in local.conf.sample. (From meta-yocto rev: 2b2c68717e05f9e644930f576f5197d673b9cef5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
ef3e46afd9
commit
9dc27f922f
|
@ -228,15 +228,21 @@ BB_DISKMON_DIRS ??= "\
|
||||||
# Yocto Project SState Mirror
|
# Yocto Project SState Mirror
|
||||||
#
|
#
|
||||||
# The Yocto Project has prebuilt artefacts available for its releases, you can enable
|
# The Yocto Project has prebuilt artefacts available for its releases, you can enable
|
||||||
# use of these by uncommenting the following lines. This will mean the build uses
|
# use of these by uncommenting some of the following lines. This will mean the build uses
|
||||||
# the network to check for artefacts at the start of builds, which does slow it down
|
# the network to check for artefacts at the start of builds, which does slow it down
|
||||||
# equally, it will also speed up the builds by not having to build things if they are
|
# initially but it will then speed up the builds by not having to build things if they are
|
||||||
# present in the cache. It assumes you can download something faster than you can build it
|
# present in the cache. It assumes you can download something faster than you can build it
|
||||||
# which will depend on your network.
|
# which will depend on your network.
|
||||||
# Note: For this to work you also need hash-equivalence passthrough to the matching server
|
# Note: For this to work you also need hash-equivalence passthrough to the matching server
|
||||||
|
# There is a choice between our sstate server directly and a faster content delivery network
|
||||||
|
# (CDN) kindly provided by JSDelivr, uncomment one of the SSTATE_MIRRORS lines, not both.
|
||||||
|
# Using the CDN rather than the yoctoproject.org address is suggested/preferred.
|
||||||
#
|
#
|
||||||
#BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
|
#BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
|
||||||
#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
|
#SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
|
||||||
|
#
|
||||||
|
###SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Qemu configuration
|
# Qemu configuration
|
||||||
|
|
Loading…
Reference in New Issue
Block a user