From: Denys Dmytriyenko <denys@ti.com>
To: Ankur Tyagi <ankur.tyagi85@gmail.com>
Cc: meta-arago@arago-project.org
Subject: Re: [rocko/sumo/master/][PATCH] meta-toolchain-arago-qte: fix TOOLCHAIN_TARGET_TASK
Date: Mon, 20 Aug 2018 16:27:07 -0400 [thread overview]
Message-ID: <20180820202705.GG29422@beryl> (raw)
In-Reply-To: <CADySD0GJ7Z7F7RTbptJD_MUpO=OY6LwZ8Vo9wNgPVrFPyd1nxQ@mail.gmail.com>
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 <denys@ti.com> 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 <ankur.tyagi85@gmail.com>
> > > ---
> > > 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
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >
prev parent reply other threads:[~2018-08-20 20:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-20 9:22 [rocko/sumo/master/][PATCH] meta-toolchain-arago-qte: fix TOOLCHAIN_TARGET_TASK Ankur Tyagi
2018-08-20 18:26 ` Denys Dmytriyenko
2018-08-20 19:25 ` Ankur Tyagi
2018-08-20 20:27 ` Denys Dmytriyenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180820202705.GG29422@beryl \
--to=denys@ti.com \
--cc=ankur.tyagi85@gmail.com \
--cc=meta-arago@arago-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.