From: Joshua Watt Date: Tue, 17 Dec 2019 20:36:23 +0000 (-0600) Subject: oeqa: reproducible: Test core-image-sato and core-image-full-cmdline X-Git-Tag: uninative-2.8~803 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d6c62cc0305ab082e990041da104fedb5798e0e4;p=openembedded-core.git 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. Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- 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): class ReproducibleTests(OESelftestTestCase): package_classes = ['deb', 'ipk'] - images = ['core-image-minimal'] + images = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline'] save_results = False def setUpLocal(self):