On Thu, 2013-11-07 at 16:08 +0100, Enrico Scholz wrote: > Martin Jansa <[email protected]> > writes: > > > Why not add "before" param to addtask? > > > > addtask bundle_initramfs after do_compile before do_build > > > > could do the trick > > no; due to > > do_bundle_initramfs[nostamp] = "1" > > a (non-initramfs) kernel will be rebuilt everytime although nothing has > been changed. The initramfs related tasks should be executed only when > an initramfs is really used.
There is no good reason to have this as a nostamp task any more. With the checksums on the stamp files, we have reliable image generation now. Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
