summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-03-17 21:16:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-20 23:12:29 +0000
commitf64fdd2734ea06ffc8b439225850a8e5a76829bb (patch)
tree46708219a7a44144c788e260d10729ae27b51cd2 /meta/lib/oeqa/selftest
parentac347da7595936d91801ff7d1ad7da20fd676884 (diff)
downloadpoky-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/selftest')
-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")