summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest')
-rw-r--r--meta/lib/oeqa/selftest/sstatetests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py
index 2c947bba90..ad591469d3 100644
--- a/meta/lib/oeqa/selftest/sstatetests.py
+++ b/meta/lib/oeqa/selftest/sstatetests.py
@@ -415,6 +415,7 @@ INHERIT_remove = "buildstats-summary buildhistory uninative"
415http_proxy = "" 415http_proxy = ""
416""") 416""")
417 self.track_for_cleanup(topdir + "/tmp-sstatesamehash") 417 self.track_for_cleanup(topdir + "/tmp-sstatesamehash")
418 self.track_for_cleanup(topdir + "/download1")
418 bitbake("world meta-toolchain -S none") 419 bitbake("world meta-toolchain -S none")
419 self.write_config(""" 420 self.write_config("""
420TMPDIR = "${TOPDIR}/tmp-sstatesamehash2" 421TMPDIR = "${TOPDIR}/tmp-sstatesamehash2"
@@ -429,6 +430,7 @@ INHERIT += "buildstats-summary buildhistory"
429http_proxy = "http://example.com/" 430http_proxy = "http://example.com/"
430""") 431""")
431 self.track_for_cleanup(topdir + "/tmp-sstatesamehash2") 432 self.track_for_cleanup(topdir + "/tmp-sstatesamehash2")
433 self.track_for_cleanup(topdir + "/download2")
432 bitbake("world meta-toolchain -S none") 434 bitbake("world meta-toolchain -S none")
433 435
434 def get_files(d): 436 def get_files(d):