On Tue, 2010-02-23 at 15:57 -0500, Denys Dmytriyenko wrote:
> On Tue, Feb 23, 2010 at 11:48:59AM -0700, Chris Larson wrote:
> > From: Tom Rini <[email protected]>
> 
> How is it different from [1]? Or is it meant to be pushed to stable/2009?
> [1] 
> http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=8dc84badb1d772f5953492c4022c1f644c4fe278

Isn't.  Chris just missed me forgetting about the 2 ack policy for
bbclass files and just doing it.

> > Signed-off-by: Tom Rini <[email protected]>
> > Signed-off-by: Chris Larson <[email protected]>
> > ---
> >  classes/kernel.bbclass |    2 ++
> >  1 files changed, 2 insertions(+), 0 deletions(-)
> > 
> > diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass
> > index 83530b5..8121339 100644
> > --- a/classes/kernel.bbclass
> > +++ b/classes/kernel.bbclass
> > @@ -536,10 +536,12 @@ MODULES_IMAGE_BASE_NAME ?= 
> > modules-${PV}-${PR}-${MACHINE}
> >  do_deploy() {
> >     install -d ${DEPLOY_DIR_IMAGE}
> >     install -m 0644 ${KERNEL_OUTPUT} 
> > ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.bin
> > +   package_stagefile_shell ${S}/${KERNEL_OUTPUT}
> >     package_stagefile_shell 
> > ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.bin
> >  
> >     if [ -d "${PKGD}/lib" ]; then
> >             fakeroot tar -cvzf 
> > ${DEPLOY_DIR_IMAGE}/${MODULES_IMAGE_BASE_NAME}.tgz -C ${PKGD} lib
> > +           package_stagefile_shell 
> > ${DEPLOY_DIR_IMAGE}/${MODULES_IMAGE_BASE_NAME}.tgz
> >     fi
> >  
> >     cd ${DEPLOY_DIR_IMAGE}
> > -- 
> > 1.6.3.3
> > 
> > 
> > _______________________________________________
> > Openembedded-devel mailing list
> > [email protected]
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


-- 
Tom Rini <[email protected]>
Mentor Graphics Corporation

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to