[oe-commits] [openembedded-core] 01/16: oeqa/selftest/sstatetests: remove obsolete exclusion

git at git.openembedded.org git at git.openembedded.org
Tue Apr 12 21:51:24 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit ac520c8860c374d9da1bccef1d3d5a6610e3a903
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Apr 11 18:33:22 2016 +0100

    oeqa/selftest/sstatetests: remove obsolete exclusion
    
    These changes have been fixed in oe-core now, so remove the workaround.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/sstatetests.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py
index d41b1d3..6a9ae9a 100644
--- a/meta/lib/oeqa/selftest/sstatetests.py
+++ b/meta/lib/oeqa/selftest/sstatetests.py
@@ -329,8 +329,6 @@ MACHINE = \"qemuarm\"
             f = {}
             for root, dirs, files in os.walk(d):
                 for name in files:
-                    if "meta-environment" in root or "cross-canadian" in root:
-                        continue
                     if "do_build" not in name:
                         # 1.4.1+gitAUTOINC+302fca9f4c-r0.do_package_write_ipk.sigdata.f3a2a38697da743f0dbed8b56aafcf79
                         (_, task, _, shash) = name.rsplit(".", 3)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list