diff options
author | Ross Burton <ross.burton@intel.com> | 2019-09-16 12:25:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-27 13:02:16 +0100 |
commit | 667200903ca8b21b084e0d0cd73a96be3fd49fee (patch) | |
tree | b4d2565b9fb7c1c9c38bc4457572ebb9cfc05ddb /meta | |
parent | 3c9edf9b021ae9323c1c3238e807138a2b8e776f (diff) | |
download | poky-667200903ca8b21b084e0d0cd73a96be3fd49fee.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index eee09d3fb2..c235c139ed 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): | |||
72 | return result | 72 | return result |
73 | 73 | ||
74 | class ReproducibleTests(OESelftestTestCase): | 74 | class ReproducibleTests(OESelftestTestCase): |
75 | package_classes = ['deb'] | 75 | package_classes = ['deb', 'ipk'] |
76 | images = ['core-image-minimal'] | 76 | images = ['core-image-minimal'] |
77 | 77 | ||
78 | def setUpLocal(self): | 78 | def setUpLocal(self): |