mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
oeqa/selftest: Update the BB_HASHSERVE_UPSTREAM
(From OE-Core rev: d5ba3f78f340d4627cf33eca14969d61b00f5766) Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
91c6303228
commit
77be470ec3
@@ -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