[meta-ti] Building a core-image-base
Denys Dmytriyenko
denys at ti.com
Thu Aug 30 10:48:08 PDT 2012
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
More information about the meta-ti
mailing list