From: Denys Dmytriyenko <denys@ti.com>
To: Sebasti?n Bas Kana <sbaskana@gmail.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: Building a core-image-base
Date: Thu, 30 Aug 2012 13:48:08 -0400 [thread overview]
Message-ID: <20120830174807.GB26145@edge> (raw)
In-Reply-To: <CALjj03Wphx5VuPkPxhYXsPJL9Pu-UsuFaCfxO17LVwTm-qO+mQ@mail.gmail.com>
On Tue, Aug 28, 2012 at 06:22:08PM -0400, Sebasti?n Bas Kana wrote:
> Hi,
>
> I'm using Yocto/Poky and I'm trying to build an image for my Gumstix Overo.
> I added the meta-gumstix layer and I can build the minimal image. The issue
> is with the core-image-base. I get errors regarding the license of the
> image recipes, so I used BBMASK to solve that. Then, an issue with netbase
> appears, so I added it to BBMASK too. Then I get an error that says:
>
> Nothing RPROVIDES 'fbset' (but
> /home/sebastian/poky/meta-ti/recipes-graphics/libgles/
> libgles-omap3_4.05.00.03.bb RDEPENDS on or otherwise requires it)
>
> I tried to remove that error but then other failures arise and I just can't
> get it to build. Any help will be really appreciated.
>
> Thanks in advance!
Apparently, your first email was held for moderation - please subscribe to the
mailing list in order to post to it.
Your problem is that you are trying to build a raher complete image
(core-image-base), which pulls lots of dependencies and some of them are from
additional layers, such as meta-openembedded. For example, here's the reason
for fbset from libgles-omap3 recipe:
> # The initscript calls fbset, cputype calls devmem2
> RDEPENDS_${PN} += "fbset devmem2"
Both fbset and devmem2 are available from meta-openembedded.
Not sure what was the problem with netbase, as it's quite self contained. Are
you sure you are using matching branches?
Either way, you may be better off composing your own image recipe, if you
don't want to enable additional layers.
--
Denys
next prev parent reply other threads:[~2012-08-30 17:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-28 22:22 Building a core-image-base Sebastián Bas Kana
2012-08-30 17:48 ` Denys Dmytriyenko [this message]
2012-08-30 19:54 ` Tomas Frydrych
2012-08-30 20:04 ` Koen Kooi
2012-08-30 20:08 ` Denys Dmytriyenko
2012-08-30 20:56 ` Tomas Frydrych
2012-08-30 21:15 ` Denys Dmytriyenko
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=20120830174807.GB26145@edge \
--to=denys@ti.com \
--cc=meta-ti@yoctoproject.org \
--cc=sbaskana@gmail.com \
/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.