[oe-commits] [openembedded-core] 03/04: oeqa/selftest/reproducible: test ipkgs too

git at git.openembedded.org git at git.openembedded.org
Thu Sep 19 22:05:59 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

commit 3806d38e6194a42534381993fcfcc3ff39550a13
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Sep 16 12:25:51 2019 +0100

    oeqa/selftest/reproducible: test ipkgs too
    
    Now that opkg-build can build reproducible ipkgs, we can also add those to the
    test case.
    
    [ YOCTO #13513 ]
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/cases/reproducible.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index eee09d3..c235c13 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -72,7 +72,7 @@ def compare_file(reference, test, diffutils_sysroot):
     return result
 
 class ReproducibleTests(OESelftestTestCase):
-    package_classes = ['deb']
+    package_classes = ['deb', 'ipk']
     images = ['core-image-minimal']
 
     def setUpLocal(self):

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


More information about the Openembedded-commits mailing list