Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] buildoptions.py: use different STAMPS_DIR and SSTATE_DIR
@ 2019-01-04  2:09 Chen Qi
  2019-01-04  2:09 ` [PATCH 1/1] " Chen Qi
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2019-01-04  2:09 UTC (permalink / raw)
  To: openembedded-core

*** BLURB HERE ***
The following changes since commit 445acdffe0a75bf9ce94c1fc31bebc7c5bd60be8:

  bitbake: runqueue: Pass unique hash to hash validate (2019-01-03 22:47:11 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/mirror_test
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/mirror_test

Chen Qi (1):
  buildoptions.py: use different STAMPS_DIR and SSTATE_DIR

 meta/lib/oeqa/selftest/cases/buildoptions.py | 2 ++
 1 file changed, 2 insertions(+)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] buildoptions.py: use different STAMPS_DIR and SSTATE_DIR
  2019-01-04  2:09 [PATCH 0/1] buildoptions.py: use different STAMPS_DIR and SSTATE_DIR Chen Qi
@ 2019-01-04  2:09 ` Chen Qi
  0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2019-01-04  2:09 UTC (permalink / raw)
  To: openembedded-core

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@windriver.com>
---
 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 \\
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-04  2:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-04  2:09 [PATCH 0/1] buildoptions.py: use different STAMPS_DIR and SSTATE_DIR Chen Qi
2019-01-04  2:09 ` [PATCH 1/1] " Chen Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox