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

Lei, Maohui leimaohui at cn.fujitsu.com
Tue Jun 19 01:21:48 UTC 2018


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
> 
> 





More information about the Openembedded-core mailing list