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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 = []