[OE-core] [PATCH] kernel.bbclass: add task dependency between bundle_initramfs and package

Ming Liu ming.liu at windriver.com
Wed Jun 25 01:58:36 UTC 2014


Please ignore the thread, I've sent a V2 with the updated commit messages.

//Ming Liu

On 06/24/2014 08:22 PM, Ming Liu wrote:
> To ensure the bundled image to be packaged kernel-image, otherwise, we
> may get a implicit result.
>
> Signed-off-by: Ming Liu <ming.liu at windriver.com>
> ---
>   meta/classes/kernel.bbclass | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
> index 6ed1cb7..764a9ec 100644
> --- a/meta/classes/kernel.bbclass
> +++ b/meta/classes/kernel.bbclass
> @@ -146,7 +146,7 @@ python do_devshell_prepend () {
>       os.environ["LDFLAGS"] = ''
>   }
>   
> -addtask bundle_initramfs after do_install before do_deploy
> +addtask bundle_initramfs after do_install before do_deploy do_package
>   
>   kernel_do_compile() {
>   	unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE




More information about the Openembedded-core mailing list