[OE-core] [PATCH] kernel.bbclass: Delay rm_work to run after do_bundle_initramfs

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Thu Nov 7 15:08:46 UTC 2013


Martin Jansa <martin.jansa-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org>
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.


Enrico



More information about the Openembedded-core mailing list