jobs/common: removed settings for sstate- and equiv server
currently the environment is unclear and is set to ToDo Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
dd0c8c871c
commit
27c7777f79
|
|
@ -111,10 +111,12 @@ def getDownloadDirConfig() {
|
|||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
def getSstateMirrorConfig() {
|
||||
// ToDo: set the sstate-cache mirror and the HashEquivalance Server
|
||||
def mirrorCfg = "SSTATE_MIRRORS = \"file://.* ${env.SSTATE_STORAGE_URL}/PATH\""
|
||||
def signatureHdl = "BB_SIGNATURE_HANDLER = \"OEEquivHash\""
|
||||
def hashSrv = "BB_HASHSERVE = \"${env.HASHSERVER}\""
|
||||
return "${signatureHdl}\n${hashSrv}\n${mirrorCfg}"
|
||||
//return "${signatureHdl}\n${hashSrv}\n${mirrorCfg}"
|
||||
return ""
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
def getArtifactConfig() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue