mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
buildoptions.py: use different STAMPS_DIR and SSTATE_DIR
Use a different STAMPS_DIR and SSTATE_DIR in test_yocto_source_mirror. Otherwise, when executing `oe-selftest -a', we will get a lot of failures due to do_unpack failure. (From OE-Core rev: f8502c68163ec288cf6fb6754829b455501b4a05) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -187,6 +187,8 @@ class SourceMirroring(OESelftestTestCase):
|
||||
BB_ALLOWED_NETWORKS = "downloads.yoctoproject.org"
|
||||
MIRRORS = ""
|
||||
DL_DIR = "${TMPDIR}/test_downloads"
|
||||
STAMPS_DIR = "${TMPDIR}/test_stamps"
|
||||
SSTATE_DIR = "${TMPDIR}/test_sstate-cache"
|
||||
PREMIRRORS = "\\
|
||||
bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
|
||||
cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
|
||||
|
||||
Reference in New Issue
Block a user