feat(conf): enable sstate server by default
This enable the usage of the sstate.gad.local server to speed up build by default.
This commit is contained in:
parent
06081b8151
commit
e9247d5cd0
|
|
@ -46,8 +46,7 @@ INHERIT += "uninative"
|
|||
# Bitbake configuration
|
||||
# ==============================================================================
|
||||
|
||||
BB_SIGNATURE_HANDLER ?= "OEEquivHash"
|
||||
BB_HASHSERVE ??= "auto"
|
||||
BB_SIGNATURE_HANDLER ?= "OEBasicHash"
|
||||
|
||||
# SDK Configuration
|
||||
# ==============================================================================
|
||||
|
|
|
|||
|
|
@ -179,9 +179,9 @@ BB_DISKMON_DIRS ??= "\
|
|||
# NOTE: if the mirror uses the same structure as SSTATE_DIR, you need to add PATH
|
||||
# at the end as shown in the examples below. This will be substituted with the
|
||||
# correct path within the directory structure.
|
||||
#SSTATE_MIRRORS ?= "\
|
||||
#file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \
|
||||
#file://.* file:///some/local/dir/sstate/PATH"
|
||||
SSTATE_MIRRORS ?= "\
|
||||
file://.* http://sstate.gad.local/PATH;downloadfilename=PATH \
|
||||
"
|
||||
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue