Re: [yocto] Fwd: Basehash value changed issue

2018-07-03 Thread Richard Purdie
On Mon, 2018-07-02 at 17:37 +0530, techi eth wrote: > I have not got success of building my first image so it happen's to > me always. I also tried deleting tmp,cache folder & re-build again > but problem persist. > Is it something to do with timestamps ? > > I do see below patch & applied changes

Re: [yocto] Fwd: Basehash value changed issue

2018-07-03 Thread techi eth
i don't see any time usage in recipe however if this variable need's to exclude than could you please share me hint or reference of recipe to do the same. I tried below in recipe but no success. PR[vardepsxeclude]="DATETIME DATE TIME" On Mon, Jul 2, 2018 at 4:51 PM, Mike Looijmans wrote: > The

Re: [yocto] Fwd: Basehash value changed issue

2018-07-02 Thread Mike Looijmans
The simplest (and probably preferred) way to fix would be to get rid of TIME usage from that recipe. Parsing the recipe twice should yield the same result and your trouble would be over. On 02-07-18 07:27, techi eth wrote: Hi, Can anybody give me hint over below issue. Thanks Kind rega

Re: [yocto] Fwd: Basehash value changed issue

2018-07-02 Thread techi eth
I have not got success of building my first image so it happen's to me always. I also tried deleting tmp,cache folder & re-build again but problem persist. Is it something to do with timestamps ? I do see below patch & applied changes but problem persist. http://cgit.openembedded.org/openembedded-

Re: [yocto] Fwd: Basehash value changed issue

2018-07-02 Thread Paulo Neves
Does this happen always or only sometimes? If only sometimes you probably made changes to the recipe or dependent recipes while building. You cannot do that. On Mon, Jul 2, 2018 at 7:27 AM, techi eth wrote: > Hi, > > Can anybody give me hint over below issue. > > Thanks > > -- Forwarded m

[yocto] Fwd: Basehash value changed issue

2018-07-01 Thread techi eth
Hi, Can anybody give me hint over below issue. Thanks -- Forwarded message -- From: techi eth Date: Thu, Jun 21, 2018 at 6:30 PM Subject: Basehash value changed issue To: yocto@yoctoproject.org Hi, I am facing issue with basehash value changed while building image on one of m