aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-04-14 14:31:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-15 06:57:48 +0100
commitfc90c5db45933369b8fc0a33d6238876f5e5a087 (patch)
tree25caae97e7a6f3717e5010bd3d244e46200f40ea
parentb15b977d10b5165728c1238b8d67a73719d29d60 (diff)
downloadopenembedded-core-contrib-fc90c5db45933369b8fc0a33d6238876f5e5a087.tar.gz
oeqa/selftest/sstatetests: fix no-op sstate test
The test to verify that certain classes when inherited were no-ops only passed if the build already inherited buildhistory. To ensure that the test works as expected, use INHERITS_remove to ensure that the classes are not inherited in the base run. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/lib/oeqa/selftest/sstatetests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py
index d41b1d3a76..acaf405acb 100644
--- a/meta/lib/oeqa/selftest/sstatetests.py
+++ b/meta/lib/oeqa/selftest/sstatetests.py
@@ -411,6 +411,7 @@ PARALLEL_MAKE = "-j 1"
DL_DIR = "${TOPDIR}/download1"
TIME = "111111"
DATE = "20161111"
+INHERIT_remove = "buildstats-summary buildhistory"
""")
self.track_for_cleanup(topdir + "/tmp-sstatesamehash")
bitbake("world meta-toolchain -S none")