Re: [yocto] Recompile the recipe everytime

2013-06-14 Thread Paul Eggleton
Hi Rohit, On Thursday 13 June 2013 20:54:08 Rohit2 Jindal wrote: Please help me out I am stuck in some issue, actually I want my recipe to do compilation everytime on every run of Bitbake linux-yocto ie can I remove stamping or sstate-cache that it allows me to run compilation everytime

Re: [yocto] Recompile the recipe everytime

2013-06-14 Thread Paul Eggleton
On Friday 14 June 2013 13:30:20 Paul Eggleton wrote: I tried do_compile[nostamp] =1 but it did not work but same thing worked for do_install[nostamp]=1 If you really want to do this, I think you'll need to mark all tasks in the normal flow from do_compile onwards as nostamp i.e.:

[yocto] Recompile the recipe everytime

2013-06-13 Thread Rohit2 Jindal
Gentle reminder!!! Hi , Please help me out I am stuck in some issue, actually I want my recipe to do compilation everytime on every run of Bitbake linux-yocto ie can I remove stamping or sstate-cache that it allows me to run compilation everytime on every run of bitbake linux-yocto. I

[yocto] Recompile the recipe everytime

2013-06-12 Thread Rohit2 Jindal
Hi , Please help me out I am stuck in some issue, actually I want my recipe to do compilation everytime on every run of Bitbake linux-yocto ie can I remove stamping or sstate-cache that it allows me to run compilation everytime on every run of bitbake linux-yocto. I tried

Re: [yocto] Recompile the recipe everytime

2013-06-12 Thread Paul Barker
On 12 June 2013 14:15, Rohit2 Jindal rohit2.jin...@aricent.com wrote: Hi , Please help me out I am stuck in some issue, actually I want my recipe to do compilation everytime on every run of Bitbake linux-yocto I'm currently tweaking the kernel myself and using bitbake linux-yocto -c