[OE-core] [PATCH 1/1] meta/conf/bitbake.conf: add STAMPCLEAN to BB_HASHBASE_WHITELIST

2014-03-24 Thread Robert Yang
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_HASHB

Re: [OE-core] [PATCH 1/1] meta/conf/bitbake.conf: add STAMPCLEAN to BB_HASHBASE_WHITELIST

2014-03-24 Thread Chris Larson
On Mon, Mar 24, 2014 at 7:18 PM, Robert Yang wrote: > 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,

Re: [OE-core] [PATCH 1/1] meta/conf/bitbake.conf: add STAMPCLEAN to BB_HASHBASE_WHITELIST

2014-03-24 Thread Robert Yang
On 03/25/2014 10:20 AM, Chris Larson wrote: On Mon, Mar 24, 2014 at 7:18 PM, Robert Yang wrote: 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" do