[OE-core] [PATCH] oeqa/selftest/buildoptions: build -minimal instead of -sato images

Ross Burton ross.burton at intel.com
Mon Feb 22 16:24:07 UTC 2016


When checking enabling buildhistory doesn't change anything but rootfs stamps,
just build core-image-minimal instead of -sato to reduce the time this test
takes.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/lib/oeqa/selftest/buildoptions.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py
index 602d95f..e2d12c3 100644
--- a/meta/lib/oeqa/selftest/buildoptions.py
+++ b/meta/lib/oeqa/selftest/buildoptions.py
@@ -147,12 +147,12 @@ class BuildhistoryTests(BuildhistoryBase):
 
         features = 'TMPDIR = "%s"\n' % tmpdir1
         self.write_config(features)
-        bitbake('core-image-sato -S none -c rootfs')
+        bitbake('core-image-minimal -S none -c rootfs')
 
         features = 'TMPDIR = "%s"\n' % tmpdir2
         features += 'INHERIT += "buildhistory"\n'
         self.write_config(features)
-        bitbake('core-image-sato -S none -c rootfs')
+        bitbake('core-image-minimal -S none -c rootfs')
 
         def get_files(d):
             f = []
-- 
2.7.0




More information about the Openembedded-core mailing list