]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa: reproducible: Test core-image-sato and core-image-full-cmdline
authorJoshua Watt <jpewhacker@gmail.com>
Tue, 17 Dec 2019 20:36:23 +0000 (14:36 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Dec 2019 10:17:49 +0000 (10:17 +0000)
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 <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/reproducible.py

index a9110565a946acc932239991164b9d3b78b72502..db538a4f89164489bc8f5624a89ae5dbcb92052f 100644 (file)
@@ -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):