From 206a95065628a839c589452de7aa646c90e02f5d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 17 Mar 2016 21:16:39 +0000 Subject: 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. Signed-off-by: Ross Burton --- meta/lib/oeqa/selftest/sstatetests.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/lib/oeqa') 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" BUILD_OS = "linux" SDKMACHINE = "x86_64" PARALLEL_MAKE = "-j 1" +DL_DIR = "${TOPDIR}/download1" +TIME = "111111" """) self.track_for_cleanup(topdir + "/tmp-sstatesamehash") bitbake("core-image-sato -S none") @@ -250,6 +252,8 @@ BUILD_ARCH = "i686" BUILD_OS = "linux" SDKMACHINE = "i686" PARALLEL_MAKE = "-j 2" +DL_DIR = "${TOPDIR}/download2" +TIME = "222222" """) self.track_for_cleanup(topdir + "/tmp-sstatesamehash2") bitbake("core-image-sato -S none") -- cgit 1.2.3-korg