From e9247d5cd019aa41d2289108e92850ed9c13e751 Mon Sep 17 00:00:00 2001 From: Samuel Dolt Date: Wed, 1 Mar 2023 11:08:08 +0100 Subject: [PATCH] feat(conf): enable sstate server by default This enable the usage of the sstate.gad.local server to speed up build by default. --- layers/meta-belden-coreos/conf/distro/belden-coreos.conf | 3 +-- templates/local.conf.sample | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/layers/meta-belden-coreos/conf/distro/belden-coreos.conf b/layers/meta-belden-coreos/conf/distro/belden-coreos.conf index c30465f..924a4ff 100644 --- a/layers/meta-belden-coreos/conf/distro/belden-coreos.conf +++ b/layers/meta-belden-coreos/conf/distro/belden-coreos.conf @@ -46,8 +46,7 @@ INHERIT += "uninative" # Bitbake configuration # ============================================================================== -BB_SIGNATURE_HANDLER ?= "OEEquivHash" -BB_HASHSERVE ??= "auto" +BB_SIGNATURE_HANDLER ?= "OEBasicHash" # SDK Configuration # ============================================================================== diff --git a/templates/local.conf.sample b/templates/local.conf.sample index 252cf52..6ed5235 100644 --- a/templates/local.conf.sample +++ b/templates/local.conf.sample @@ -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 \ +" #