> On Sep 12, 2016, at 11:32 PM, milad hasanvand <hasanvand.mi...@gmail.com> 
> wrote:
> 
> Dear all,
> 
> based on the material presented in GDP master, i successfully compiled it and 
> it is working. but when i try to extract sdk using this command " bitbake 
> genivi-dev-platform-sdk -c populate_sdk " i got the following error:
> 
> "
> ERROR: Taskhash mismatch 717dd6510c2db4bae5bb8bab51bd0c34 verses 
> ee9d2e3d5e34240b4487488cd5a60373 for 
> /home/milad/GDP/genivi-dev-platform/gdp-src-build/../meta-genivi-dev/meta-genivi-dev/recipes-dev-platform/images/genivi-dev-platform-sdk.bb.do_populate_sdk

This means that there is some code which is using DATE and TIME or assigning a 
variable by computing system time using strftime etc. usually some post 
processing tasks do such things
in some BSP layers or others. You can use bitbake-diffsigs and bitbake-dumpsigs 
to narrow it down and remove that usage. More than often using DATETIME 
variable from metadata
is enough in such places.

> 
> NOTE: Tasks Summary: Attempted 5252 tasks of which 5251 didn't need to be 
> rerun and all succeeded.
> "
> 
> it should be noted that it fails on the last task!!!!!
> 
> thank you all in advance
> 
> Regards; <>
> Milad Hasanvand
> Connected Car System Designer @ AIRIC-SAIPA
> -------------------------------------------------------------------------------------------
>  <http://airic-ir.com/>
> Automotive Industries Research & Innovation Center (AIRIC)
> SAIPA Group
> 15th Km Karadj Makhsoos Rd., Tehran, Iran.
> P.O. Box 13445/967
> hasanvand.mi...@airic-ir.com <mailto:hasanvand.mi...@airic-ir.com>
> Mobile:   +98 938 510 0152
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to