]> code.ossystems Code Review - openembedded-core.git/commit
meta/conf/bitbake.conf: add STAMPCLEAN to BB_HASHBASE_WHITELIST
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 25 Mar 2014 02:18:47 +0000 (10:18 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Mar 2014 12:15:11 +0000 (12:15 +0000)
commitfaf3e74d5c488a66fdabd485eb916f555d7353fd
treea7ab136cdb9636447077f6bb4fe6ae4ad4311083
parentcda5310e32ce05bc54602d4c18ee2d28a53be57f
meta/conf/bitbake.conf: add STAMPCLEAN to BB_HASHBASE_WHITELIST

The problem is that do_configure.sigdata depends on STAMPS_DIR because:

do_configure -> STAMPCLEAN -> STAMPS_DIR

this will make the sigdata generated by "STAMPS_DIR=/tmp/stps bitbake -S
recipe" doesn't match the ones in our build dir, but it should. We can
add STAMPS_DIR or STAMPCLEAN to BB_HASHBASE_WHITELIST to fix the
problem, but we can't add  STAMPS_DIR since once it is in
BB_HASHBASE_WHITELIST, the "STAMPS_DIR=/tmp/stps bitbake -S recipe"
would not run again.

[YOCTO $6031]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf