diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2019-12-17 14:36:23 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-18 10:18:06 +0000 |
commit | 6bb4a252199cfd5d44ad7ab6fc4118c80a1aae92 (patch) | |
tree | 2b56362566a05526aa67b0282762a300e16b6564 /meta/lib | |
parent | 93ef2e68f3576723b0afd60a95913784c9a2222b (diff) | |
download | poky-6bb4a252199cfd5d44ad7ab6fc4118c80a1aae92.tar.gz |
oeqa: reproducible: Test core-image-sato and core-image-full-cmdline
Adds core-image-sato and core-image-full-cmdline to the list of images
that the reproducible build test builds.
(From OE-Core rev: d6c62cc0305ab082e990041da104fedb5798e0e4)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-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 a9110565a9..db538a4f89 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py | |||
@@ -78,7 +78,7 @@ def compare_file(reference, test, diffutils_sysroot): | |||
78 | 78 | ||
79 | class ReproducibleTests(OESelftestTestCase): | 79 | class ReproducibleTests(OESelftestTestCase): |
80 | package_classes = ['deb', 'ipk'] | 80 | package_classes = ['deb', 'ipk'] |
81 | images = ['core-image-minimal'] | 81 | images = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline'] |
82 | save_results = False | 82 | save_results = False |
83 | 83 | ||
84 | def setUpLocal(self): | 84 | def setUpLocal(self): |