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 13/13] arago-qt5-image: add test minimal image for testing Qt5 migration
Date: Tue, 1 Oct 2013 09:24:05 -0400 [thread overview]
Message-ID: <20131001132405.GD26572@edge> (raw)
In-Reply-To: <8778D9F4-AC13-4D36-908F-922789671691@ti.com>
On Tue, Oct 01, 2013 at 12:50:57PM +0000, Cooper Jr., Franklin wrote:
> I'm not sure if Matrix is a useful application to include I'm this test
> image. The backend for Matrix isn't included and no Matrix apps will be
> installed so I'm assuming all this would do is open a white Window.
It's a full WebKit-based browser, similar to one of the examples. You call it
with an URL and it loads and renders that page. Tried it on http://google.com
> Why not include something like the thermostat demo which is a much full
> featured demo based on QWidgets and is probably our best means to discover
> any potential problems.
Sure, why not :)
--
Denys
> > On Oct 1, 2013, at 2:17 AM, "Denys Dmytriyenko" <denis@denix.org> wrote:
> >
> > From: Denys Dmytriyenko <denys@ti.com>
> >
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> > .../recipes-core/images/arago-qt5-image.bb | 18 ++++++++++++++++++
> > 1 file changed, 18 insertions(+)
> > create mode 100644 meta-arago-distro/recipes-core/images/arago-qt5-image.bb
> >
> > diff --git a/meta-arago-distro/recipes-core/images/arago-qt5-image.bb b/meta-arago-distro/recipes-core/images/arago-qt5-image.bb
> > new file mode 100644
> > index 0000000..7d8ced9
> > --- /dev/null
> > +++ b/meta-arago-distro/recipes-core/images/arago-qt5-image.bb
> > @@ -0,0 +1,18 @@
> > +# Arago TI SDK base image
> > +# gives you an image with Qt/E and other common packages shared by all TI SDKs.
> > +
> > +require arago-image.inc
> > +inherit remove-net-rules
> > +
> > +COMPATIBLE_MACHINE = "omap3|omapl138|ti33x|ti43x|omap4|omap-a15"
> > +
> > +IMAGE_INSTALL += "\
> > + packagegroup-arago-base \
> > + packagegroup-arago-console \
> > + packagegroup-arago-base-tisdk \
> > + matrix-gui-browser \
> > + qtwebkit-examples-examples \
> > + qtbase-plugins \
> > + "
> > +
> > +export IMAGE_BASENAME = "arago-qt5-image"
> > --
> > 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
next prev parent reply other threads:[~2013-10-01 13:24 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-01 7:10 [PATCH 00/13] RFC: Add Qt5 support and update matrix-browser to use either Qt4 or Qt5 Denys Dmytriyenko
2013-10-01 7:11 ` [PATCH 01/13] arago-dylan-config: add meta-qt5/master and dependency on meta-ruby from meta-oe Denys Dmytriyenko
2013-10-01 13:38 ` Cooper Jr., Franklin
2013-10-01 13:42 ` Denys Dmytriyenko
2013-10-01 16:37 ` Cooper Jr., Franklin
2013-10-02 12:52 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 02/13] matrix-gui-browser: replace ${S} with ${B} in do_install() Denys Dmytriyenko
2013-10-02 12:54 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 03/13] icu: overlay the latest version from oe-core/master Denys Dmytriyenko
2013-10-01 13:10 ` Cooper Jr., Franklin
2013-10-02 12:55 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 04/13] icu: disable LDFLAGSICUDT that prevents loading libicudata.so Denys Dmytriyenko
2013-10-01 13:13 ` Cooper Jr., Franklin
2013-10-02 12:55 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 05/13] qtbase: configure and patch Qt5 qtbase for use with SGX in Arago Denys Dmytriyenko
2013-10-01 13:21 ` Cooper Jr., Franklin
2013-10-02 12:56 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 06/13] qtwebkit: add WebGL on eglfs patches Denys Dmytriyenko
2013-10-01 13:34 ` Cooper Jr., Franklin
2013-10-01 13:37 ` Denys Dmytriyenko
2013-10-02 12:56 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 07/13] webkit-examples: enable building and packaging of examples Denys Dmytriyenko
2013-10-01 13:20 ` Cooper Jr., Franklin
2013-10-02 12:57 ` Maupin, Chase
2013-10-02 13:40 ` Denys Dmytriyenko
2013-10-02 14:59 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 08/13] qt5.bbclass: add new class similar to existing qt4e for configuring recipes Denys Dmytriyenko
2013-10-01 13:49 ` Cooper Jr., Franklin
2013-10-02 12:58 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 09/13] qt-provider.bbclass: class to allow seamless switching between Qt4 and Qt5 Denys Dmytriyenko
2013-10-01 13:36 ` Cooper Jr., Franklin
2013-10-01 13:38 ` Denys Dmytriyenko
2013-10-02 12:59 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 10/13] arago-prefs: load up Qt5 preferred versions Denys Dmytriyenko
2013-10-02 13:00 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 11/13] arago.conf: set QT_PROVIDER to Qt5, bump distro version Denys Dmytriyenko
2013-10-01 13:23 ` Cooper Jr., Franklin
2013-10-01 13:28 ` Denys Dmytriyenko
2013-10-01 14:44 ` Cooper Jr., Franklin
2013-10-01 7:11 ` [PATCH 12/13] matrix-gui-browser: update recipe to be Qt4 and Qt5 compatible Denys Dmytriyenko
2013-10-01 13:24 ` Cooper Jr., Franklin
2013-10-02 13:03 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 13/13] arago-qt5-image: add test minimal image for testing Qt5 migration Denys Dmytriyenko
2013-10-01 12:50 ` Cooper Jr., Franklin
2013-10-01 13:24 ` Denys Dmytriyenko [this message]
2013-10-01 13:42 ` Cooper Jr., Franklin
2013-10-01 12:42 ` [PATCH 00/13] RFC: Add Qt5 support and update matrix-browser to use either Qt4 or Qt5 Cooper Jr., Franklin
2013-10-01 13:21 ` Denys Dmytriyenko
2013-10-01 13:47 ` 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=20131001132405.GD26572@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.