[bitbake-devel] [PATCH 0/1] siggen.py: fix clean_basepath()

Richard Purdie richard.purdie at linuxfoundation.org
Tue Sep 29 12:52:03 UTC 2015


On Thu, 2015-09-24 at 16:23 +0800, Robert Yang wrote:
> Hi RP,
> 
> I'm not sure what patch causes this problem, this patch can fix it,
> but I'm not sure whether it is a correct fix or not.

The code there is quite deliberately adding this in. The issue is around
shared workdir and shared stamps that we had for gcc in particular.
Without this, we used to get stamp mismatches reported for gcc
unpack/fetch/patch tasks.

That said, I think the shared stamps code was a bad idea, we've stopped
using it for gcc now (gcc-source is there instead) and we should
probably remove all remnants of stamp-base from bitbake as it turned out
to be a bad idea.

I'd probably leave fixing this until we do that.

Cheers,

Richard





More information about the bitbake-devel mailing list