[yocto] Fwd: Yocto Layers not getting recognized by bitbake

varun bhatnagar varun292006 at gmail.com
Sat Jun 29 11:35:58 PDT 2013


Yes Paul that was the entry was there in CORE_IMAGE_EXTRA_INSTALL. I have
removed it from there but I need to add the command provided by these
packages in my image. So I have added one line in my layer.conf file
"IMAGE_INSTALL_append= test-ea ". Now if I try to run bitbake -k
core-image-minimal, it gives me a message saying "Nothing provides
test-ea". What shall I do? (I have build the recipe file of test-ea without
any error.)


On Fri, Jun 28, 2013 at 1:55 AM, Paul Eggleton <
paul.eggleton at linux.intel.com> wrote:

> On Thursday 27 June 2013 23:28:05 varun bhatnagar wrote:
> >  Thanks a ton Paul and Saul for the reply. Your suggestion worked. :)
> > But after building my recipe file I executed bitbake -k
> core-image-minimal
> > and I got the following error:
> >
> > NOTE: Resolving any missing task queue dependencies
> > Missing or unbuildable dependency chain was: ['app-ea']
> > ERROR: Nothing RPROVIDES 'app-ea' (but
> > /local/varun/poky-yocto-1.4-m3/meta/recipes-core/images/
> > core-image-minimal.bb RDEPENDS on or otherwise requires it)
> > NOTE: Runtime target 'com-ea' is unbuildable, removing...
> > Missing or unbuildable dependency chain was: ['test-ea']
> > ERROR: Nothing RPROVIDES 'tipcutils' (but
> > /local/varun/poky-yocto-1.4-m3/meta/recipes-core/images/
> > core-image-minimal.bb RDEPENDS on or otherwise requires it)
> > NOTE: Runtime target 'tipcutils' is unbuildable, removing...
> > Missing or unbuildable dependency chain was: ['tipcutils']
> > NOTE: Preparing runqueue
> > ERROR: All buildable tasks have been run but the build is incomplete
> > (--continue mode). Errors for the tasks that failed will have been
> printed
> > above.
> >
> > Summary: There were 3 ERROR messages shown, returning a non-zero exit
> code.
> >
> >
> > Any idea how to resolve this one?
>
> None of "com-ea", "test-ea" or "tipcutils" are normally in
> core-image-minimal
> nor are they in any OE layer that I am aware of. I can only suggest that
> you
> might have added these to CORE_IMAGE_EXTRA_INSTALL, is that correct? If so,
> either remove these or ensure they actually exist somewhere in an enabled
> layer where that layer has BBFILES correctly set up in its conf/layer.conf
> file
> to match the directory structure of the layer.
>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20130630/8209cd7f/attachment.html>


More information about the yocto mailing list