mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
oeqa/selftest: Update the BB_HASHSERVE_UPSTREAM
(From OE-Core rev: ec7b024725fc93b7fef881d41343c8b77d97a57c) Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c83c0600f6
commit
1b9eea386f
@@ -317,7 +317,7 @@ class DevtoolBase(DevtoolTestCase):
|
|||||||
cls.sstate_conf = 'SSTATE_DIR = "%s"\n' % cls.devtool_sstate
|
cls.sstate_conf = 'SSTATE_DIR = "%s"\n' % cls.devtool_sstate
|
||||||
cls.sstate_conf += ('SSTATE_MIRRORS += "file://.* file:///%s/PATH"\n'
|
cls.sstate_conf += ('SSTATE_MIRRORS += "file://.* file:///%s/PATH"\n'
|
||||||
% cls.original_sstate)
|
% cls.original_sstate)
|
||||||
cls.sstate_conf += ('BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"\n')
|
cls.sstate_conf += ('BB_HASHSERVE_UPSTREAM = "hashserv.yoctoproject.org:8686"\n')
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def tearDownClass(cls):
|
def tearDownClass(cls):
|
||||||
|
|||||||
@@ -963,7 +963,7 @@ class SStateMirrors(SStateCheckObjectPresence):
|
|||||||
self.config_sstate(True)
|
self.config_sstate(True)
|
||||||
self.append_config("""
|
self.append_config("""
|
||||||
MACHINE = "{}"
|
MACHINE = "{}"
|
||||||
BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
|
BB_HASHSERVE_UPSTREAM = "hashserv.yoctoproject.org:8686"
|
||||||
SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
|
SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
|
||||||
""".format(machine))
|
""".format(machine))
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user