From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-f65.google.com (mail-ee0-f65.google.com [74.125.83.65]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0CE4BE005B4 for ; Fri, 23 Aug 2013 05:52:02 -0700 (PDT) Received: by mail-ee0-f65.google.com with SMTP id d17so172504eek.8 for ; Fri, 23 Aug 2013 05:52:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:references:in-reply-to:subject:date:message-id :mime-version:content-type:importance:thread-index:content-language; bh=X2dQ6ho/JZTShf5K7rF8qo37jkOfQVM7EMN2V3+8Ppw=; b=fQB0tW3WFGV6KowfvBlofnsMfZYE6hmFc6/tcUT0WEvxy7MKOCsHusCvvG0hSWMcgS h816GADRrZJwEfuRLh8BugkmDOh6h45Q2MRMwkOphbsK0uAhCgIYOMi5EUBMPTKCQ29w POuYelHfQrcNMIVLDTZCS55Ia11wqUuAilv9pneSXRuffjktiz2ZtgtokYOoW/eQ+bar jEfo1575Cs2xvyQcz3BuX+B+eitPHQfCe/sN1LN+2kx+t7QCFe8jox8hwml5v1yogspb CA1UwhvNu9gZ9+BtZCojCWDV6CzUn+7hcmnrmjfsl0n+dzH9c4bkKqhVVEl4ENjshy/b Gl7w== X-Received: by 10.15.36.9 with SMTP id h9mr26503995eev.30.1377262321281; Fri, 23 Aug 2013 05:52:01 -0700 (PDT) Received: from SIMONENB (88-149-150-170.v4.ngi.it. [88.149.150.170]) by mx.google.com with ESMTPSA id x47sm24566246eea.16.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 23 Aug 2013 05:52:00 -0700 (PDT) From: "Simone" To: "'Abhijit Potnis'" References: <1377183077-5270-1-git-send-email-alexandre.belloni@free-electrons.com> <1377183077-5270-4-git-send-email-alexandre.belloni@free-electrons.com> <521647A1.8070206@free-electrons.com> <52164A0F.10402@free-electrons.com> <52169A94.7080508@free-electrons.com> <2F5D3B43-2B86-4025-A6D7-EA43B9F35DA7@gmail.com> <20130823111711.2300289d@e6520eb> <0B46ADFE-F02C-4746-A085-A967DC1A48E3@gmail.com> <20130823114022.795df28e@e6520eb> <005101ce9feb$48490900$d8db1b00$@gmail.com> In-Reply-To: Date: Fri, 23 Aug 2013 14:52:00 +0200 Message-ID: <008c01ce9fff$908b53d0$b1a1fb70$@gmail.com> MIME-Version: 1.0 X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Outlook 15.0 Importance: High Thread-Index: AQIOyNb+BaRwYTTC4IHPv+SJDHK+ngF/WiWWAjhmnC8Cs03CjQGsxk+WARI3zS8B3TB7bgH0M0qnARq4Ha4BzaEwmALNaKruAcshyX4BILcoJAHX9NV8ATajnXIDGUd09QGWQ/l5AerZ1bGYKDxm8A== Cc: meta-freescale@yoctoproject.org Subject: Re: Qt5 with opengl hw acceleration on imx53 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Aug 2013 12:52:07 -0000 Content-Type: multipart/alternative; boundary="----=_NextPart_000_008D_01CEA010.5417A640" Content-Language: it ------=_NextPart_000_008D_01CEA010.5417A640 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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? =20 =20 =20 Da: Abhijit Potnis [mailto:abhijitpotnis@gmail.com]=20 Inviato: venerd=EC 23 agosto 2013 12:42 A: Simone Cc: Eric B=E9nard; meta-freescale@yoctoproject.org Oggetto: Re: [meta-freescale] Qt5 with opengl hw acceleration on imx53 =20 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 =20 # We have a packages directory, add to BBFILES BBFILES +=3D "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/qt5-layer/recipes-*/*/*.bbappend \ =20 ${LAYERDIR}/recipes-*/*/*.bbappend" then start building qtbase =20 On Fri, Aug 23, 2013 at 3:56 PM, Simone > wrote: Dear Abhijit No, I can=92t see the qt5-layer in meta-fsl-arm=85. =20 For the configuration, I followed the tutorial at: https://community.freescale.com/docs/DOC-95096 =20 Thank you for your time. =20 =20 Da: Abhijit Potnis [mailto:abhijitpotnis@gmail.com ]=20 Inviato: venerd=EC 23 agosto 2013 12:20 A: Simone Cc: Eric B=E9nard; meta-freescale@yoctoproject.org =20 Oggetto: Re: [meta-freescale] Qt5 with opengl hw acceleration on imx53 =20 Under your project folder, cd into meta-fsl-arm and try finding 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 =20 On Fri, Aug 23, 2013 at 3:45 PM, Simone > wrote: Hello Abhijit, I don't know, how i can check/change it? Il giorno 23/ago/2013, alle ore 12:08, Abhijit Potnis > 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 =20 On Fri, Aug 23, 2013 at 3:26 PM, Simone > 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=E9nard > ha scritto: > Hi Simone, > > Le Fri, 23 Aug 2013 11:28:26 +0200, > Simone > a = =E9crit : >> 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#ena= bli 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 = https://lists.yoctoproject.org/listinfo/meta-freescale =20 =20 =20 ------=_NextPart_000_008D_01CEA010.5417A640 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

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:<= /b> = Abhijit Potnis [mailto:abhijitpotnis@gmail.com]
Inviato: = venerd=EC 23 agosto 2013 12:42
A: Simone
Cc: Eric = B=E9nard; 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 +=3D =
"${LAYERDIR}/recipes-*/*/*.bb \
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = ${LAYERDIR}/qt5-layer/recipes-*/*/*.bbappend = \

=
 
 =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 =
${LAYERDIR}/recipes-*/*/*.bbappend"

then start building = qtbase

 

On Fri, Aug 23, 2013 at 3:56 PM, Simone <cjb.sw.nospam@gmail.com> = wrote:

Dear Abhijit

No, I can’t see the qt5-layer in = meta-fsl-arm….

 

For the configuration, I followed the tutorial = at:

https://community.freescale.com/docs/DOC-95096

 

Thank you for your time.

 

 

Da:<= /b> = Abhijit Potnis [mailto:abhijitpotnis@gmail.com]
Inviato: = venerd=EC 23 agosto 2013 12:20
A: Simone
Cc: Eric = B=E9nard; meta-freescale@yoctoproject.org
Oggetto: = Re: [meta-freescale] Qt5 with opengl hw acceleration on = imx53

 <= /o:p>

Under your = project folder, cd into = meta-fsl-arm

and try finding = 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

 <= /p>

On Fri, Aug = 23, 2013 at 3:45 PM, Simone <cjb.sw.nospam@gmail.com> = wrote:

Hello A= bhijit,

I don't know, how = i can check/change it?


Il giorno = 23/ago/2013, alle ore 12:08, Abhijit Potnis <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

 <= /p>

On Fri, Aug = 23, 2013 at 3:26 PM, Simone <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=E9nard <eric@eukrea.com> ha = scritto:


> Hi = Simone,
>
> Le Fri, 23 Aug 2013 11:28:26 +0200,
> = Simone <cjb.sw.nospam@gmail.com> a =E9crit = :
>> 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/me= ga-manual.html#enabling-your-layer
>
> For the manual = you can find Yocto's one here :
> http://www.yoctoproject.org/docs/current/mega-manual/me= ga-manual.html
>
> Best regards
> = Eric
_______________________________________________
meta-freescale= mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale<= /a>

 <= /o:p>

 <= /o:p>

 

------=_NextPart_000_008D_01CEA010.5417A640--