summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/sstatetests.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/sstatetests.py')
-rw-r--r--meta/lib/oeqa/selftest/sstatetests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py
index 43a008d555..c02d16dbc9 100644
--- a/meta/lib/oeqa/selftest/sstatetests.py
+++ b/meta/lib/oeqa/selftest/sstatetests.py
@@ -240,6 +240,8 @@ BUILD_ARCH = "x86_64"
240BUILD_OS = "linux" 240BUILD_OS = "linux"
241SDKMACHINE = "x86_64" 241SDKMACHINE = "x86_64"
242PARALLEL_MAKE = "-j 1" 242PARALLEL_MAKE = "-j 1"
243DL_DIR = "${TOPDIR}/download1"
244TIME = "111111"
243""") 245""")
244 self.track_for_cleanup(topdir + "/tmp-sstatesamehash") 246 self.track_for_cleanup(topdir + "/tmp-sstatesamehash")
245 bitbake("core-image-sato -S none") 247 bitbake("core-image-sato -S none")
@@ -250,6 +252,8 @@ BUILD_ARCH = "i686"
250BUILD_OS = "linux" 252BUILD_OS = "linux"
251SDKMACHINE = "i686" 253SDKMACHINE = "i686"
252PARALLEL_MAKE = "-j 2" 254PARALLEL_MAKE = "-j 2"
255DL_DIR = "${TOPDIR}/download2"
256TIME = "222222"
253""") 257""")
254 self.track_for_cleanup(topdir + "/tmp-sstatesamehash2") 258 self.track_for_cleanup(topdir + "/tmp-sstatesamehash2")
255 bitbake("core-image-sato -S none") 259 bitbake("core-image-sato -S none")