[bitbake-devel] [PATCH] siggen.py: sort task hash depedencies with basepath

Richard Purdie richard.purdie at linuxfoundation.org
Wed Nov 23 17:49:44 UTC 2011


On Wed, 2011-11-23 at 02:04 -0600, Matthew McClintock wrote:
> Without this patch the tash hash dependencies can be in a order
> that is dependent upon directory/filesystem layout. With this
> change the data is sorted the same regardless.
> 
> Without this the dependent hashes could be in different orders
> on different systems and consequently final md5 hash would differ
> as well even though nothing else changed.
> 
> Signed-off-by: Matthew McClintock <msm at freescale.com>
> ---
>  lib/bb/siggen.py |   25 ++++++++++++++-----------
>  1 files changed, 14 insertions(+), 11 deletions(-)

Merged to master, thanks!

Richard





More information about the bitbake-devel mailing list