All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yu Ke <ke.yu@intel.com>
To: gmane@reliableembeddedsystems.com
Cc: poky@pokylinux.org
Subject: Re: webkit with poky(yocto) on top of directfb and not X11
Date: Fri, 08 Apr 2011 10:07:49 +0800	[thread overview]
Message-ID: <4D9E6DF5.9080304@intel.com> (raw)
In-Reply-To: <inieho$3ht$1@dough.gmane.org>

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


  reply	other threads:[~2011-04-08  2:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-06 19:22 webkit with poky(yocto) on top of directfb and not X11 Robert Berger
2011-04-08  2:07 ` Yu Ke [this message]
2011-04-08 15:17   ` Robert Berger
2011-04-08 15:44   ` Robert Berger
2011-04-08  9:47 ` Paul Eggleton

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=4D9E6DF5.9080304@intel.com \
    --to=ke.yu@intel.com \
    --cc=gmane@reliableembeddedsystems.com \
    --cc=poky@pokylinux.org \
    /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.