Pull request #57: feat(conf): enable sstate server by default
Merge in ICO/coreos from feat/sstate-by-default to master * commit 'e9247d5cd019aa41d2289108e92850ed9c13e751': feat(conf): enable sstate server by default
This commit is contained in:
commit
bb4c4ec9f1
|
|
@ -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