On Thu, 2013-06-13 at 20:54 +0530, 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 on
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.:
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 ever
On 12 June 2013 14:15, Rohit2 Jindal 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 compile -f" each time.