]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: bitbake: reset build mtime cache before the build
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 21 Apr 2015 15:48:49 +0000 (18:48 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Apr 2015 09:59:54 +0000 (10:59 +0100)
commitdb409697db2ea0931cdcd2015d089b6b0ea39bbb
tree9017ebe42175471efebd888cc8a36e3638726c8f
parent4eeae70a451e25143036bc2d4118d64b2ab1d850
bitbake: bitbake: reset build mtime cache before the build

Introduced build mtime cache structure. Reset it before the build
to prevent bitbake from crashing when build/tmp/stamps hierarchy
is removed.

[YOCTO: #7562]

(Bitbake rev: f8590547a198a78334debdf14bf40acb50c22ecc)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/build.py
bitbake/lib/bb/cooker.py