[oe-commits] [openembedded-core] 09/20: buildoptions.py: use different STAMPS_DIR and SSTATE_DIR

git at git.openembedded.org git at git.openembedded.org
Mon Jan 7 17:23:43 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f8502c68163ec288cf6fb6754829b455501b4a05
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Fri Jan 4 10:09:35 2019 +0800

    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.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/cases/buildoptions.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/lib/oeqa/selftest/cases/buildoptions.py b/meta/lib/oeqa/selftest/cases/buildoptions.py
index f234bac..7bbbf76 100644
--- a/meta/lib/oeqa/selftest/cases/buildoptions.py
+++ b/meta/lib/oeqa/selftest/cases/buildoptions.py
@@ -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 \\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list