diff options
-rw-r--r-- | meta/lib/oeqa/selftest/sstatetests.py | 4 |
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" | |||
240 | BUILD_OS = "linux" | 240 | BUILD_OS = "linux" |
241 | SDKMACHINE = "x86_64" | 241 | SDKMACHINE = "x86_64" |
242 | PARALLEL_MAKE = "-j 1" | 242 | PARALLEL_MAKE = "-j 1" |
243 | DL_DIR = "${TOPDIR}/download1" | ||
244 | TIME = "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" | |||
250 | BUILD_OS = "linux" | 252 | BUILD_OS = "linux" |
251 | SDKMACHINE = "i686" | 253 | SDKMACHINE = "i686" |
252 | PARALLEL_MAKE = "-j 2" | 254 | PARALLEL_MAKE = "-j 2" |
255 | DL_DIR = "${TOPDIR}/download2" | ||
256 | TIME = "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") |