[oe] Kernel image stagging [was Re: [PATCH] kernel.bbclass: Stage the raw zImage and modules tarball for inclusion in pstage

Otavio Salvador otavio at ossystems.com.br
Tue Feb 23 20:18:58 UTC 2010


Hello,

On Tue, Feb 23, 2010 at 5:12 PM, Tom Rini <tom_rini at mentor.com> wrote:

> As a use case, I configure for beagleboard.  I bitbake console-image.  I
> stick console-image.tar.bz2 onto partition 2 of my SD card.  I grab my
> kernel from where? and stick it onto partition 1 so that I can put it
> into the beagleboard and mmc init;run loaduimage;run mmcboot.
>

I see your point and I'm not saying we shouldn't have the kernel available
somewhere. We need it somewhere.

However I disable when it is copied to deploy; in my opinion it ought to be
done at rootfs creation so it will _always_ have a {z,bz,u}Image available
in deploy dir.

Just try:

bitbake console-image (works)
rm $DEPLOY_DIR
bitbake console-image (fails)

and this is wrong IMO.

-- 
Otavio Salvador                  O.S. Systems
E-mail: otavio at ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br



More information about the Openembedded-devel mailing list