[poky] webkit with poky(yocto) on top of directfb and not X11
Yu Ke
ke.yu at intel.com
Thu Apr 7 19:07:49 PDT 2011
on 2011-4-7 3:22, Robert Berger wrote:
> Hi,
>
> I'm trying to figure out how to get a webkit with yocto/poky built
> without X11, but directfb instead.
>
> Grepping through the poky tree that's what I see:
>
> sato contains a webkit, which depends on gtk+, which runs on x11/clutter.
>
> ... but there is also a qt4-embedded package, which seems to run on top
> of directfb and has a dependency with webkit.
>
> Does this mean, that if I build/install qt4-embedded and kill the
> X-server on a sato image that I'll have a webkit on top of directfb?
>
> Is this supposed to be the right way to achieve webkit over directfb?
>
> Please advise.
>
> Regards,
>
> Robert..."The IQ of the group is the lowest IQ of a member of the group
> divided by the number of people in the group." - unknown
>
> My public pgp key is available at:
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1
I am also new to the DirectFB, some here is just preliminary thought for
your referrence.
From the dependency point of view, you want a webkit-fb which is
depending on gtk+-fb which in turn is depending on DirectFB. so probably
you need:
- a gtk-fb recipes. it can reuse current gtk+ recipe, but add directfb
target, like EXTRA_OECONF += " --with-gdktarget=directfb "
- a webkit-fb recipe: it can reuse the current webkit-gtk recipe, but
add directfb target: EXTRA_OECONF += " --with-target=directfb "
it is not related to qt4-embedded, so you don't need to add qt4-embedded.
Regards
Ke
More information about the poky
mailing list