diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/sstatetests.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py index acaf405acb..2c947bba90 100644 --- a/meta/lib/oeqa/selftest/sstatetests.py +++ b/meta/lib/oeqa/selftest/sstatetests.py | |||
@@ -411,7 +411,8 @@ PARALLEL_MAKE = "-j 1" | |||
411 | DL_DIR = "${TOPDIR}/download1" | 411 | DL_DIR = "${TOPDIR}/download1" |
412 | TIME = "111111" | 412 | TIME = "111111" |
413 | DATE = "20161111" | 413 | DATE = "20161111" |
414 | INHERIT_remove = "buildstats-summary buildhistory" | 414 | INHERIT_remove = "buildstats-summary buildhistory uninative" |
415 | http_proxy = "" | ||
415 | """) | 416 | """) |
416 | self.track_for_cleanup(topdir + "/tmp-sstatesamehash") | 417 | self.track_for_cleanup(topdir + "/tmp-sstatesamehash") |
417 | bitbake("world meta-toolchain -S none") | 418 | bitbake("world meta-toolchain -S none") |
@@ -422,7 +423,10 @@ PARALLEL_MAKE = "-j 2" | |||
422 | DL_DIR = "${TOPDIR}/download2" | 423 | DL_DIR = "${TOPDIR}/download2" |
423 | TIME = "222222" | 424 | TIME = "222222" |
424 | DATE = "20161212" | 425 | DATE = "20161212" |
426 | # Always remove uninative as we're changing proxies | ||
427 | INHERIT_remove = "uninative" | ||
425 | INHERIT += "buildstats-summary buildhistory" | 428 | INHERIT += "buildstats-summary buildhistory" |
429 | http_proxy = "http://example.com/" | ||
426 | """) | 430 | """) |
427 | self.track_for_cleanup(topdir + "/tmp-sstatesamehash2") | 431 | self.track_for_cleanup(topdir + "/tmp-sstatesamehash2") |
428 | bitbake("world meta-toolchain -S none") | 432 | bitbake("world meta-toolchain -S none") |