On Tue, Aug 21, 2018 at 07:25:56AM +1200, Ankur Tyagi wrote:
> I get this error when running following bitbake command
> 
> MACHINE=am335x-evm bitbake -k meta-toolchain-arago-qte
> NOTE: Started PRServer with DBfile:
> /home/ankur/arago/rocko/oe-layersetup/build/cache/prserv.sqlite3, IP:
> 127.0.0.1, PORT: 43505, PID: 4653
> Loading cache: 100%
> |########################################################################################################################################################################|
> Time: 0:00:00
> Loaded 3529 entries from dependency cache.
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing RPROVIDES 'packagegroup-arago-qt5-toolchain-target'
> 
> Searched for this package in meta-arago repo also and couldn't found it
> 
> ankur@ankur-Latitude-E6520:~/arago/rocko/oe-layersetup/sources/meta-arago$
> find . -name "packagegroup-arago-qt5-toolchain-target.bb"
> ankur@ankur-Latitude-E6520:~/arago/rocko/oe-layersetup/sources/meta-arago$
> 
> Moreover, meta-toolchain-arago-tisdk.bb also includes
> 'packagegroup-arago-qte-toolchain-target'
> 
> packagegroup-arago-qte-toolchain-target.bb includes correct Qt packages
> depending upon 'QT_PROVIDER'

Ah, looking closer, I think you are right. Thanks for spotting it - I'll give 
it a try.


> Hence this patch.
> 
> Regards
> Ankur
> 
> On Tue, Aug 21, 2018 at 6:27 AM Denys Dmytriyenko <[email protected]> wrote:
> 
> > NAK - this is incorrect.
> >
> >
> > On Mon, Aug 20, 2018 at 09:22:27PM +1200, Ankur Tyagi wrote:
> > > Resolves following error when building meta-toolchain-arago-qte
> > > ERROR: Nothing RPROVIDES 'packagegroup-arago-qt5-toolchain-target'
> >
> > When and how are you getting this error?
> >
> >
> > > Signed-off-by: Ankur Tyagi <[email protected]>
> > > ---
> > >  meta-arago-extras/recipes-core/meta/meta-toolchain-arago-qte.bb | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/meta-arago-extras/recipes-core/meta/
> > meta-toolchain-arago-qte.bb b/meta-arago-extras/recipes-core/meta/
> > meta-toolchain-arago-qte.bb
> > > index fdca2c3..0e0e057 100644
> > > --- a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago-qte.bb
> > > +++ b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago-qte.bb
> > > @@ -1,6 +1,6 @@
> > >  # Qt Embedded toolchain
> > >  TOOLCHAIN_HOST_TASK ?= "nativesdk-packagegroup-arago-qte-toolchain-host"
> > > -TOOLCHAIN_TARGET_TASK ?= "${@base_conditional('QT_PROVIDER', 'qt5',
> > 'packagegroup-arago-qt5-toolchain-target',
> > 'packagegroup-arago-qte-toolchain-target', d)}"
> > > +TOOLCHAIN_TARGET_TASK ?= "packagegroup-arago-qte-toolchain-target"
> > >  TOOLCHAIN_SUFFIX ?= "-qte-sdk"
> > >
> > >  require meta-toolchain-arago.bb
> > > --
> > > 2.7.4
> > >
> > > _______________________________________________
> > > meta-arago mailing list
> > > [email protected]
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to