[OE-core] [PATCH] oeqa/selftest/sstatetests: remove obsolete exclusion

Ross Burton ross.burton at intel.com
Mon Apr 11 17:33:22 UTC 2016


These changes have been fixed in oe-core now, so remove the workaround.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 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)
-- 
2.8.0.rc3




More information about the Openembedded-core mailing list