From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH 3/5] qtbase: update bbappend to disable eglfs/gles for now
Date: Tue, 15 Oct 2013 12:10:18 -0400 [thread overview]
Message-ID: <20131015161018.GE25798@edge> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C577071@DFLE08.ent.ti.com>
On Tue, Oct 15, 2013 at 11:47:39AM -0400, Cooper Jr., Franklin wrote:
>
>
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Maupin, Chase
> > Sent: Tuesday, October 15, 2013 10:43 AM
> > To: Maupin, Chase; Dmytriyenko, Denys; meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH 3/5] qtbase: update bbappend to disable
> > eglfs/gles for now
> >
> >
> > >-----Original Message-----
> > >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > >bounces@arago-project.org] On Behalf Of Maupin, Chase
> > >Sent: Tuesday, October 15, 2013 10:42 AM
> > >To: Dmytriyenko, Denys; meta-arago@arago-project.org
> > >Subject: Re: [meta-arago] [PATCH 3/5] qtbase: update bbappend to
> > >disable eglfs/gles for now
> > >
> > >
> > >>-----Original Message-----
> > >>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > >>bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
> > >>Sent: Monday, October 14, 2013 10:27 PM
> > >>To: meta-arago@arago-project.org
> > >>Subject: Re: [meta-arago] [PATCH 3/5] qtbase: update bbappend to
> > >>disable eglfs/gles for now
> > >>
> > >>On Mon, Oct 14, 2013 at 11:21:55PM -0400, Denys Dmytriyenko
> > >wrote:
> > >>> From: Denys Dmytriyenko <denys@ti.com>
> > >>>
> > >>> Until Graphics SDK gets updated to work with 3.12 kernel.
> > >>>
> > >>> Note: this effectively disables QtWebKit-based apps like
> > >matrix-
> > >>browser, as
> > >>> that depends on QtDeclarative and hence QtQuick, which requires
> > >>GLES.
> > >
> > >Hold on. So QtWebKit won't work without GLES? If so then we still
> > >have a problem with Qt5 support by default since not all devices have
> > >an SGX right?
> [Franklin] Agreed
> >
> > Or was this dependency always there?
> [Franklin] No. Good example is AM18x.
>
> I'm curious if there is a option to disable gles support for Webkit 2 or
> after looking at this link
> (http://qt-project.org/doc/qt-5.0/qtwebkitexamples/qtwebkitexamples-index.html)
> if there is an option to use Webkit 1 which shouldn't have this dependency.
I don't think it can be built separately. QtWebKit handles both WebKit1 and
WebKit2. But the problem comes not from QtWebKit, but rather from
QtDeclarative/QtQuick and there's a bug report for that:
https://bugreports.qt-project.org/browse/QTBUG-32587
> > >>BTW, I'll be adding conditional setting of this Qt5 PACKAGECONFIG in
> > >>the global distro config based on "sgx" machine flag...
> > >>
> > >>
> > >>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > >>> ---
> > >>> meta-arago-distro/recipes-qt/qt5/qtbase_5.1.1.bbappend | 2 +-
> > >>> 1 file changed, 1 insertion(+), 1 deletion(-)
> > >>>
> > >>> diff --git a/meta-arago-distro/recipes-
> > >>qt/qt5/qtbase_5.1.1.bbappend b/meta-arago-distro/recipes-
> > >>qt/qt5/qtbase_5.1.1.bbappend
> > >>> index eaf1433..d35a948 100644
> > >>> --- a/meta-arago-distro/recipes-qt/qt5/qtbase_5.1.1.bbappend
> > >>> +++ b/meta-arago-distro/recipes-qt/qt5/qtbase_5.1.1.bbappend
> > >>> @@ -1,6 +1,6 @@
> > >>> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> > >>>
> > >>> -PACKAGECONFIG_GL = "gles2 icu linuxfb"
> > >>> +PACKAGECONFIG_GL = "icu linuxfb"
> > >>>
> > >>> SRC_URI += " \
> > >>> file://0001-qeglfswindow.cpp.patch \
> > >>> --
> > >>> 1.8.3.2
> > >>>
> > >>_______________________________________________
> > >>meta-arago mailing list
> > >>meta-arago@arago-project.org
> > >>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > >_______________________________________________
> > >meta-arago mailing list
> > >meta-arago@arago-project.org
> > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2013-10-15 16:10 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-15 3:21 [PATCH 1/5] qt-tstat: fix Makefile to support build outside of source, i.e. ${S} != ${B} Denys Dmytriyenko
2013-10-15 3:21 ` [PATCH 2/5] qt-provider: expand with extra dependency variables for qtsvg and qtscript Denys Dmytriyenko
2013-10-15 15:46 ` Maupin, Chase
2013-10-15 3:21 ` [PATCH 3/5] qtbase: update bbappend to disable eglfs/gles for now Denys Dmytriyenko
2013-10-15 3:26 ` Denys Dmytriyenko
2013-10-15 15:42 ` Maupin, Chase
2013-10-15 15:43 ` Maupin, Chase
2013-10-15 15:46 ` Denys Dmytriyenko
2013-10-15 15:47 ` Cooper Jr., Franklin
2013-10-15 16:10 ` Denys Dmytriyenko [this message]
2013-10-15 3:21 ` [PATCH 4/5] qt-tstat: update recipe to be Qt4 and Qt5 compatible Denys Dmytriyenko
2013-10-15 15:47 ` Maupin, Chase
2013-10-15 18:56 ` Denys Dmytriyenko
2013-10-15 19:39 ` Maupin, Chase
2013-10-15 3:21 ` [PATCH 5/5] arago-qt5-test-image: replace matrix-browser with qt-tstat demo Denys Dmytriyenko
2013-10-15 15:45 ` [PATCH 1/5] qt-tstat: fix Makefile to support build outside of source, i.e. ${S} != ${B} Maupin, Chase
2013-10-15 15:48 ` Denys Dmytriyenko
2013-10-15 15:53 ` Cooper Jr., Franklin
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=20131015161018.GE25798@edge \
--to=denys@ti.com \
--cc=fcooper@ti.com \
--cc=meta-arago@arago-project.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.