Re: [yocto] Removing do_compile task and ordering problem

2015-05-21 Thread Paul Eggleton
Hi Marcin, On Thursday 21 May 2015 12:47:05 Marcin Krzemiński wrote: I am writing recipe that inherits from *native*. I removed do_compile task using: *deltask do_compile* When i was ruing bitbake my-recipe all works fine, but when I added recipe to *EXTRA_IMAGEDEPENDS *and run* bitbake

[yocto] Removing do_compile task and ordering problem

2015-05-21 Thread Marcin Krzemiński
Hi, I am writing recipe that inherits from *native*. I removed do_compile task using: *deltask do_compile* When i was ruing bitbake my-recipe all works fine, but when I added recipe to *EXTRA_IMAGEDEPENDS *and run* bitbake core-image-minimal *tasks were reordered in some strange way that task

Re: [yocto] Removing do_compile task and ordering problem

2015-05-21 Thread Richard Purdie
On Thu, 2015-05-21 at 13:55 +0100, Paul Eggleton wrote: Hi Marcin, On Thursday 21 May 2015 12:47:05 Marcin Krzemiński wrote: I am writing recipe that inherits from *native*. I removed do_compile task using: *deltask do_compile* When i was ruing bitbake my-recipe all works fine, but when

Re: [yocto] Removing do_compile task and ordering problem

2015-05-21 Thread mar.krzeminski
After reading manual I assumed that /deltask/ will reorder the dependences. If this is expected behaviour it is fine for me :) I use /noexec/ flag then. Regards, Marcin W dniu 21.05.2015 o 14:55, Paul Eggleton pisze: Hi Marcin, On Thursday 21 May 2015 12:47:05 Marcin Krzemiński wrote: I am