[oe-commits] [openembedded-core] 02/02: Revert "oeqa/selftest/sstatetests: remove obsolete exclusion"

git at git.openembedded.org git at git.openembedded.org
Mon Apr 18 15:28:58 UTC 2016


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

commit 3af38604b81a3f57920b0206e6c8f9599b2a9dec
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Apr 12 22:50:50 2016 +0100

    Revert "oeqa/selftest/sstatetests: remove obsolete exclusion"
    
    This reverts commit ac520c8860c374d9da1bccef1d3d5a6610e3a903.
---
 meta/lib/oeqa/selftest/sstatetests.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py
index 93e6ed8..acaf405 100644
--- a/meta/lib/oeqa/selftest/sstatetests.py
+++ b/meta/lib/oeqa/selftest/sstatetests.py
@@ -329,6 +329,8 @@ 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