[OE-core] [PATCH] Fix build error when enable archiver.

Richard Purdie richard.purdie at linuxfoundation.org
Thu Jul 19 09:44:45 UTC 2018


This patch does not look correct. "nopackages" has a very specific
meaning and the archive policy may or may not be different from that
but they need to remain separate.

So no, this patch is not going to be merged, sorry.

Cheers,

Richard

On Thu, 2018-07-19 at 09:37 +0000, Lei, Maohui wrote:
> ping
> 
> > -----Original Message-----
> > From: openembedded-core-bounces at lists.openembedded.org
> > [mailto:openembedded-
> > core-bounces at lists.openembedded.org] On Behalf Of Lei, Maohui
> > Sent: Tuesday, June 19, 2018 9:22 AM
> > To: Peter Kjellerstedt; openembedded-core at lists.openembedded.org
> > Subject: Re: [OE-core] [PATCH] Fix build error when enable
> > archiver.
> > 
> > Hi Peter
> > 
> > > This cannot be correct. If I am not mistaken, then this would
> > > effectively disable the archiver class from outputting anything
> > > for
> > > native packages.
> > 
> > I don't think there is any necessary to create archiver for xx-
> > native as same
> > as no need to create packages for xx-native.
> > xx-native is only useful on build system, it is not outcome of
> > build system.
> > 
> > Best regards
> > Lei
> > 
> > 
> > > -----Original Message-----
> > > From: Peter Kjellerstedt [mailto:peter.kjellerstedt at axis.com]
> > > Sent: Thursday, June 14, 2018 6:55 PM
> > > To: Lei, Maohui; openembedded-core at lists.openembedded.org
> > > Subject: RE: [OE-core] [PATCH] Fix build error when enable
> > > archiver.
> > > 
> > > > -----Original Message-----
> > > > From: openembedded-core-bounces at lists.openembedded.org
> > > > [mailto:openembedded-core-bounces at lists.openembedded.org] On
> > > > Behalf Of
> > > > Lei Maohui
> > > > Sent: den 2 juni 2018 23:04
> > > > To: openembedded-core at lists.openembedded.org
> > > > Subject: [OE-core] [PATCH] Fix build error when enable
> > > > archiver.
> > > > 
> > > > The error is as fllowing:
> > > > ERROR: Task do_deploy_archives in
> > > > virtual:native:/yocto/poky/meta/recipes-
> > > > extended/newt/libnewt_0.52.20.bb
> > > 
> > > depends upon non-existent task
> > > > do_package_write_rpm in
> > > > virtual:native:/yocto/poky/meta/recipes-
> > > 
> > > extended/newt/libnewt_0.52.20.bb
> > > > ERROR: Command execution failed: 1
> > > > 
> > > > Signed-off-by: Lei Maohui <leimaohui at cn.fujitsu.com>
> > > > ---
> > > >  meta/classes/nopackages.bbclass | 1 +
> > > >  1 file changed, 1 insertion(+)
> > > > 
> > > > diff --git a/meta/classes/nopackages.bbclass
> > > 
> > > b/meta/classes/nopackages.bbclass
> > > > index 559f507..d9ddfac 100644
> > > > --- a/meta/classes/nopackages.bbclass
> > > > +++ b/meta/classes/nopackages.bbclass
> > > > @@ -10,3 +10,4 @@ deltask do_package_write_ipk_setscene
> > > >  deltask do_package_write_deb_setscene
> > > >  deltask do_package_qa_setscene
> > > >  deltask do_packagedata_setscene
> > > > +deltask do_deploy_archives
> > > > --
> > > > 1.9.1
> > > 
> > > This cannot be correct. If I am not mistaken, then this would
> > > effectively disable the archiver class from outputting anything
> > > for
> > > native packages.
> > > 
> > > //Peter
> > > 
> > > 
> > 
> > 
> > 
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> 
> 



More information about the Openembedded-core mailing list