summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/sstatetests.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/sstatetests.py')
-rw-r--r--meta/lib/oeqa/selftest/sstatetests.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py
index 6eacb57fc3..0a761671a0 100644
--- a/meta/lib/oeqa/selftest/sstatetests.py
+++ b/meta/lib/oeqa/selftest/sstatetests.py
@@ -220,14 +220,14 @@ BUILD_ARCH = \"x86_64\"
220BUILD_OS = \"linux\" 220BUILD_OS = \"linux\"
221""") 221""")
222 self.track_for_cleanup(topdir + "/tmp-sstatesamehash") 222 self.track_for_cleanup(topdir + "/tmp-sstatesamehash")
223 bitbake("core-image-sato -S printdiff", ignore_status=True) 223 bitbake("core-image-sato -S none")
224 self.write_config(""" 224 self.write_config("""
225TMPDIR = \"${TOPDIR}/tmp-sstatesamehash2\" 225TMPDIR = \"${TOPDIR}/tmp-sstatesamehash2\"
226BUILD_ARCH = \"i686\" 226BUILD_ARCH = \"i686\"
227BUILD_OS = \"linux\" 227BUILD_OS = \"linux\"
228""") 228""")
229 self.track_for_cleanup(topdir + "/tmp-sstatesamehash2") 229 self.track_for_cleanup(topdir + "/tmp-sstatesamehash2")
230 bitbake("core-image-sato -S printdiff", ignore_status=True) 230 bitbake("core-image-sato -S none")
231 231
232 def get_files(d): 232 def get_files(d):
233 f = [] 233 f = []
@@ -249,19 +249,18 @@ BUILD_OS = \"linux\"
249 """ 249 """
250 250
251 topdir = get_bb_var('TOPDIR') 251 topdir = get_bb_var('TOPDIR')
252 targetvendor = get_bb_var('TARGET_VENDOR')
253 self.write_config(""" 252 self.write_config("""
254TMPDIR = \"${TOPDIR}/tmp-sstatesamehash\" 253TMPDIR = \"${TOPDIR}/tmp-sstatesamehash\"
255NATIVELSBSTRING = \"DistroA\" 254NATIVELSBSTRING = \"DistroA\"
256""") 255""")
257 self.track_for_cleanup(topdir + "/tmp-sstatesamehash") 256 self.track_for_cleanup(topdir + "/tmp-sstatesamehash")
258 bitbake("core-image-sato -S printdiff", ignore_status=True) 257 bitbake("core-image-sato -S none")
259 self.write_config(""" 258 self.write_config("""
260TMPDIR = \"${TOPDIR}/tmp-sstatesamehash2\" 259TMPDIR = \"${TOPDIR}/tmp-sstatesamehash2\"
261NATIVELSBSTRING = \"DistroB\" 260NATIVELSBSTRING = \"DistroB\"
262""") 261""")
263 self.track_for_cleanup(topdir + "/tmp-sstatesamehash2") 262 self.track_for_cleanup(topdir + "/tmp-sstatesamehash2")
264 bitbake("core-image-sato -S printdiff", ignore_status=True) 263 bitbake("core-image-sato -S none")
265 264
266 def get_files(d): 265 def get_files(d):
267 f = [] 266 f = []