diff options
-rw-r--r-- | meta/lib/oeqa/selftest/buildoptions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index 602d95f9bd..e2d12c3f11 100644 --- a/meta/lib/oeqa/selftest/buildoptions.py +++ b/meta/lib/oeqa/selftest/buildoptions.py | |||
@@ -147,12 +147,12 @@ class BuildhistoryTests(BuildhistoryBase): | |||
147 | 147 | ||
148 | features = 'TMPDIR = "%s"\n' % tmpdir1 | 148 | features = 'TMPDIR = "%s"\n' % tmpdir1 |
149 | self.write_config(features) | 149 | self.write_config(features) |
150 | bitbake('core-image-sato -S none -c rootfs') | 150 | bitbake('core-image-minimal -S none -c rootfs') |
151 | 151 | ||
152 | features = 'TMPDIR = "%s"\n' % tmpdir2 | 152 | features = 'TMPDIR = "%s"\n' % tmpdir2 |
153 | features += 'INHERIT += "buildhistory"\n' | 153 | features += 'INHERIT += "buildhistory"\n' |
154 | self.write_config(features) | 154 | self.write_config(features) |
155 | bitbake('core-image-sato -S none -c rootfs') | 155 | bitbake('core-image-minimal -S none -c rootfs') |
156 | 156 | ||
157 | def get_files(d): | 157 | def get_files(d): |
158 | f = [] | 158 | f = [] |