From: "Simone" <cjb.sw.nospam@gmail.com>
To: "'Abhijit Potnis'" <abhijitpotnis@gmail.com>
Cc: meta-freescale@yoctoproject.org
Subject: Re: Qt5 with opengl hw acceleration on imx53
Date: Fri, 23 Aug 2013 14:52:00 +0200 [thread overview]
Message-ID: <008c01ce9fff$908b53d0$b1a1fb70$@gmail.com> (raw)
In-Reply-To: <CABd6GnmLsi7Qnbg05gQ-=LMFB1ZHrq8EULJp4e4bGi96QAXKSA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3999 bytes --]
Hello,
the bitbake qtbase finished with success.
Now how I can make a demo image with some demo application in qt5 like the
fsl-image-gui for qt4?
Da: Abhijit Potnis [mailto:abhijitpotnis@gmail.com]
Inviato: venerdì 23 agosto 2013 12:42
A: Simone
Cc: Eric Bénard; meta-freescale@yoctoproject.org
Oggetto: Re: [meta-freescale] Qt5 with opengl hw acceleration on imx53
Hello Simone,
The repo init step in the document does say that you are based on the dylan
branch.
What you can do is clone the git://git.yoctoproject.org/meta-fsl-arm, and
copy the qt5-layer folder from the clone to your
project folder's meta-fsl-arm.
Then edit the meta-fsl-arm/conf/layer.conf to add qt5-layer to the BBFILES
variable as below
# We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/qt5-layer/recipes-*/*/*.bbappend \
${LAYERDIR}/recipes-*/*/*.bbappend"
then start building qtbase
On Fri, Aug 23, 2013 at 3:56 PM, Simone <cjb.sw.nospam@gmail.com
<mailto:cjb.sw.nospam@gmail.com> > wrote:
Dear Abhijit
No, I cant see the qt5-layer in meta-fsl-arm
.
For the configuration, I followed the tutorial at:
<https://community.freescale.com/docs/DOC-95096>
https://community.freescale.com/docs/DOC-95096
Thank you for your time.
Da: Abhijit Potnis [mailto:abhijitpotnis@gmail.com
<mailto:abhijitpotnis@gmail.com> ]
Inviato: venerdì 23 agosto 2013 12:20
A: Simone
Cc: Eric Bénard; meta-freescale@yoctoproject.org
<mailto:meta-freescale@yoctoproject.org>
Oggetto: Re: [meta-freescale] Qt5 with opengl hw acceleration on imx53
Under your project folder, cd into meta-fsl-arm
and try finding qt5-layer
<http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/qt5-layer>
named folder. That should confirm that you are on the right way to build
qt5.
Go ahead and build qtbase package, lets see what happnes.
-Abhijit
On Fri, Aug 23, 2013 at 3:45 PM, Simone <cjb.sw.nospam@gmail.com
<mailto:cjb.sw.nospam@gmail.com> > wrote:
Hello Abhijit,
I don't know, how i can check/change it?
Il giorno 23/ago/2013, alle ore 12:08, Abhijit Potnis
<abhijitpotnis@gmail.com <mailto:abhijitpotnis@gmail.com> > ha scritto:
Hello Simone,
I hope you are on the latest meta-fsl-arm master,
as qt-layer is needed to build qt5 on mx5
http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/qt5-layer
On Fri, Aug 23, 2013 at 3:26 PM, Simone <cjb.sw.nospam@gmail.com
<mailto:cjb.sw.nospam@gmail.com> > wrote:
Hello Eric,
I cloned the meta-qt5 from git.
I've added the meta-qt5 in bblayers.conf.
Now how i can build the libraries?
Il giorno 23/ago/2013, alle ore 11:40, Eric Bénard <eric@eukrea.com
<mailto:eric@eukrea.com> > ha scritto:
> Hi Simone,
>
> Le Fri, 23 Aug 2013 11:28:26 +0200,
> Simone <cjb.sw.nospam@gmail.com <mailto:cjb.sw.nospam@gmail.com> > a écrit
:
>> I have to apologize but I'm slowly entering the world of yocto and I have
not the slightest idea of how to configure it for a new layer.
>> you know if there's a generic manual that I can use?
>
> meta-qt5 can be found here :
> https://github.com/meta-qt5/meta-qt5
>
> simply fetch it at the same directory level where you will find
> meta-fsl-arm, checkout the version of oe-core you are using, and add it
> to bblayer.conf (the paths depend on the scripts you are using to setup
> your build system).
>
http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#enabli
ng-your-layer
>
> For the manual you can find Yocto's one here :
> http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html
>
> Best regards
> Eric
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org <mailto:meta-freescale@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/meta-freescale
[-- Attachment #2: Type: text/html, Size: 13207 bytes --]
next prev parent reply other threads:[~2013-08-23 12:52 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-22 14:51 [meta-fsl-arm-extra][PATCH 0/4] Add support for CrystalFontz boards Alexandre Belloni
2013-08-22 14:51 ` [meta-fsl-arm-extra][PATCH 1/4] barebox: add a recipe to support mainline 2013.08.0 Alexandre Belloni
2013-08-22 17:04 ` Otavio Salvador
2013-08-22 17:14 ` Eric Bénard
2013-08-22 18:00 ` Otavio Salvador
2013-08-22 23:06 ` Alexandre Belloni
2013-08-23 0:22 ` Otavio Salvador
2013-08-23 7:05 ` Eric Bénard
2013-08-22 14:51 ` [meta-fsl-arm-extra][PATCH 2/4] imx-bootlets: add a recipe for barebox and cfa-10036 support Alexandre Belloni
2013-08-22 17:10 ` Otavio Salvador
2013-08-22 17:20 ` Alexandre Belloni
2013-08-22 17:59 ` Otavio Salvador
2013-08-22 14:51 ` [meta-fsl-arm-extra][PATCH 3/4] linux-cfa: add a kernel recipe supporting Crystalfontz boards Alexandre Belloni
2013-08-22 17:06 ` Otavio Salvador
2013-08-22 17:17 ` Alexandre Belloni
2013-08-22 17:19 ` Otavio Salvador
2013-08-22 17:27 ` Alexandre Belloni
2013-08-22 17:47 ` Eric Bénard
2013-08-22 17:56 ` Otavio Salvador
2013-08-22 23:11 ` Alexandre Belloni
2013-08-23 0:20 ` Otavio Salvador
2013-08-23 3:13 ` Marek Vasut
2013-08-23 11:06 ` Alexandre Belloni
2013-08-23 11:25 ` Marek Vasut
2013-08-23 9:09 ` Qt5 with opengl hw acceleration on imx53 Simone
2013-08-23 9:17 ` Eric Bénard
2013-08-23 9:28 ` Simone
2013-08-23 9:40 ` Eric Bénard
2013-08-23 9:56 ` Simone
2013-08-23 10:08 ` Abhijit Potnis
2013-08-23 10:15 ` Simone
2013-08-23 10:19 ` Abhijit Potnis
2013-08-23 10:26 ` Simone
2013-08-23 10:41 ` Abhijit Potnis
2013-08-23 12:06 ` Simone
2013-08-23 12:52 ` Simone [this message]
2013-08-23 10:50 ` Simone
2013-08-22 14:51 ` [meta-fsl-arm-extra][PATCH 4/4] cfa10036: Add cfa10036 machine configuration Alexandre Belloni
2013-08-22 17:06 ` Otavio Salvador
2013-08-22 17:12 ` Alexandre Belloni
2013-08-22 17:15 ` Otavio Salvador
2013-08-22 14:52 ` [meta-fsl-arm-extra][PATCH 0/4] Add support for CrystalFontz boards Alexandre Belloni
2013-08-22 16:52 ` Otavio Salvador
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='008c01ce9fff$908b53d0$b1a1fb70$@gmail.com' \
--to=cjb.sw.nospam@gmail.com \
--cc=abhijitpotnis@gmail.com \
--cc=meta-freescale@yoctoproject.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.