[oe] [yocto][meta-qt5][daisy] Error during bitbake of my image

Kevyn-Alexandre Paré kapare at rogue-research.com
Fri Jun 20 00:38:19 UTC 2014


On Thu, Jun 19, 2014 at 7:21 PM, Martin Jansa <martin.jansa at gmail.com> wrote:
> On Thu, Jun 19, 2014 at 07:06:08PM -0400, Kevyn-Alexandre Paré wrote:
>> I'm a bit further but still have some interrogations?
>>
>> ERROR: qtwebkit not found in the base feeds (overo armv7a-vfp-neon
>> armv7a-vfp armv7a armv6-vfp armv6 armv5e-vfp armv5e armv5-vfp armv5
>> armv4 arm noarch any all)
>>
>> I'm having these included in my image:
>>
>>   ruby \
>>   qtbase \
>>   qtbase-fonts \
>>   qtbase-fonts-ttf-vera \
>>   qtbase-fonts-ttf-dejavu \
>>   qtbase-fonts-pfa \
>>   qtbase-fonts-pfb \
>>   qtbase-fonts-qpf \
>>   qtbase-tools-dbg \
>>   qtbase-plugins-dbg \
>>   qtbase-tools \
>>   qtbase-plugins \
>>   qtbase-mkspecs \
>>   qtbase-dev \
>>   qtdeclarative-qmlplugins-dbg \
>>   qtdeclarative-tools-dbg \
>>   qtdeclarative-plugins-dbg \
>>   qtdeclarative-qmlplugins \
>>   qtdeclarative-tools \
>>   qtdeclarative-plugins \
>>   qtdeclarative-mkspecs \
>>   qtdeclarative-dbg \
>>   qtdeclarative-dev \
>>   qtdeclarative \
>>   qtquick1-qmlplugins-dbg \
>>   qtquick1-tools-dbg \
>>   qtquick1-plugins-dbg \
>>   qtquick1-qmlplugins \
>>   qtquick1-tools \
>>   qtquick1-plugins \
>>   qtquick1-mkspecs \
>>   qtquick1-dbg \
>>   qtquick1-dev \
>>   qtquick1 \
>>   qttools-tools-dbg \
>>   qttools-tools \
>>   qttools-mkspecs \
>>   qttools-dbg \
>>   qttools-dev \
>>   qttools \
>>   qtwebkit \
>>
>> [1] Why the bitbake qtwebkit is working but not when I'm including it
>> in my image?
>
> What PACKAGECONFIG values are you using (especially for qtbase)?

Sorry for a lot of newbie questions... But I have not play with PACKAGECONFIG
I didn't change PACKAGECONFIG. The only thing I was doing was to add
previous list of packages to IMAGE_INSTALL +=

>
> carefully read comments in qtbase.inc
>

Reading it make me remember that what I want to do, enable qtquick,
that depends on qtquick1.inc:

DEPENDS += "qtscript qtsvg qtxmlpatterns qtwebkit"

I thought that simply adding them to the IMAGE_INSTALL will be enough

Then in qtbase.inc:

# separate some parts of PACKAGECONFIG which are often changed
# be aware that you need to add icu to build qtwebkit, default
# PACKAGECONFIG is kept rather minimal for people who don't need
# stuff like webkit (and it's easier to add options than remove)

So could this be because I'm not adding the icu?

PACKAGECONFIG[icu] = "-icu,-no-icu,icu"

So from a old email you respond:
https://www.mail-archive.com/yocto@yoctoproject.org/msg16316.html

I think that if I want to enable the icu I need to add???
PACKAGECONFIG vim ??= "icu" in my local.conf or could I add it
somewhere else? like in the recipe of my image?

Still confuse about that part...

BR,

-KA



More information about the Openembedded-devel mailing list