[poky] webkit with poky(yocto) on top of directfb and not X11
Paul Eggleton
paul.eggleton at linux.intel.com
Fri Apr 8 02:47:47 PDT 2011
On Wednesday 06 April 2011 20:22:31 Robert Berger wrote:
> ... 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?
I don't know that there's one "right" way - Ke has suggested a gtk+ based
solution, but qt4-embedded should also work in the way you described, in that
it will provide a webkit-based web browsing widget for your application that
can be used without X.
In this scenario you would create a recipe for your application that would
inherit from the qt4e bbclass, and then create a custom image that would
install your application's package, and shared library dependencies will pull
in the appropriate Qt4-embedded packages automatically. The finishing touch
would be an init-script that started your application on boot.
(I guess it would be useful to document some of this Qt4 stuff in a little more
depth at some point.)
Cheers,
Paul
More information about the poky
mailing list