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:
Samuel Dolt 2023-03-01 11:08:08 +01:00
parent 06081b8151
commit e9247d5cd0
2 changed files with 4 additions and 5 deletions

View File

@ -46,8 +46,7 @@ INHERIT += "uninative"
# Bitbake configuration
# ==============================================================================
BB_SIGNATURE_HANDLER ?= "OEEquivHash"
BB_HASHSERVE ??= "auto"
BB_SIGNATURE_HANDLER ?= "OEBasicHash"
# SDK Configuration
# ==============================================================================

View File

@ -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 \
"
#