diff options
-rw-r--r-- | meta/lib/oeqa/selftest/sstatetests.py | 9 |
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\" | |||
220 | BUILD_OS = \"linux\" | 220 | BUILD_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(""" |
225 | TMPDIR = \"${TOPDIR}/tmp-sstatesamehash2\" | 225 | TMPDIR = \"${TOPDIR}/tmp-sstatesamehash2\" |
226 | BUILD_ARCH = \"i686\" | 226 | BUILD_ARCH = \"i686\" |
227 | BUILD_OS = \"linux\" | 227 | BUILD_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(""" |
254 | TMPDIR = \"${TOPDIR}/tmp-sstatesamehash\" | 253 | TMPDIR = \"${TOPDIR}/tmp-sstatesamehash\" |
255 | NATIVELSBSTRING = \"DistroA\" | 254 | NATIVELSBSTRING = \"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(""" |
260 | TMPDIR = \"${TOPDIR}/tmp-sstatesamehash2\" | 259 | TMPDIR = \"${TOPDIR}/tmp-sstatesamehash2\" |
261 | NATIVELSBSTRING = \"DistroB\" | 260 | NATIVELSBSTRING = \"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 = [] |