mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02:00
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 ] (From OE-Core rev: 3806d38e6194a42534381993fcfcc3ff39550a13) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3c9edf9b02
commit
667200903c
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user