diff options
author | Ross Burton <ross.burton@intel.com> | 2016-03-17 21:16:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-20 23:12:29 +0000 |
commit | f64fdd2734ea06ffc8b439225850a8e5a76829bb (patch) | |
tree | 46708219a7a44144c788e260d10729ae27b51cd2 /meta/lib/oeqa | |
parent | ac347da7595936d91801ff7d1ad7da20fd676884 (diff) | |
download | poky-f64fdd2734ea06ffc8b439225850a8e5a76829bb.tar.gz |
oeqa/selftest/sstatetests: verify more variables don't impact the hash
Add DL_DIR and TIME to the hash tests. We can't add DATE for some reason.
(From OE-Core rev: 206a95065628a839c589452de7aa646c90e02f5d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
-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") |