On 2016-06-07 18:02, Burton, Ross wrote:

On 5 June 2016 at 17:44, Gary Thomas <g...@mlbassoc.com 
<mailto:g...@mlbassoc.com>> wrote:

    I just updated my Poky repo and did a rebuild and saw this "error"
    (although it carried on with the build):
    ERROR: base-files-3.0.14-r89 do_install: Taskhash mismatch 
ceb25febc6f11a5cc2b3c4a4b0b2c136 verses
    44f498452dfce5875451bca66b230e31 for
    
/local/poky-cutting-edge/meta/recipes-core/base-files/base-files_3.0.14.bb.do_install
    ERROR: Taskhash mismatch ceb25febc6f11a5cc2b3c4a4b0b2c136 verses 
44f498452dfce5875451bca66b230e31 for
    
/local/poky-cutting-edge/meta/recipes-core/base-files/base-files_3.0.14.bb.do_install

    What does this mean?  Should I be worried?


It means the hash calculated my the bitbake master was different to the hash 
calculated when the worker started up.
This usually means that you're using something like ${TIME} in the recipe but 
not marking it appropriatly so the cache
ignores it.  Do you have a base-files bbappend that writes a timestamp?

Sorry, nothing like that in my layers.  Note: this only happened once,
immediately after a poky pull and the builds have been happy since.
Whatever it was only happened that one time (not that that should be
any less concerning...)

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to