<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
code
        {mso-style-priority:99;
        font-family:"Courier New";}
pre
        {mso-style-priority:99;
        mso-style-link:"Preformattato HTML Carattere";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.PreformattatoHTMLCarattere
        {mso-style-name:"Preformattato HTML Carattere";
        mso-style-priority:99;
        mso-style-link:"Preformattato HTML";
        font-family:Consolas;
        mso-fareast-language:IT;}
span.StileMessaggioDiPostaElettronica20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 2.0cm 2.0cm 2.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=IT link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'>Hello,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'>the <b>bitbake qtbase</b> finished with success.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'>Now how I can make a demo image with some demo application in qt5 like the fsl-image-gui for qt4?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><b><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>Da:</span></b><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'> Abhijit Potnis [mailto:abhijitpotnis@gmail.com] <br><b>Inviato:</b> venerdì 23 agosto 2013 12:42<br><b>A:</b> Simone<br><b>Cc:</b> Eric Bénard; meta-freescale@yoctoproject.org<br><b>Oggetto:</b> Re: [meta-freescale] Qt5 with opengl hw acceleration on imx53<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><div><div><div><p class=MsoNormal>Hello Simone,<br><br>The repo init step in the document does say that you are based on the dylan branch.<o:p></o:p></p></div><p class=MsoNormal style='margin-bottom:12.0pt'>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<br>project folder's meta-fsl-arm.<o:p></o:p></p></div><p class=MsoNormal>Then edit the meta-fsl-arm/conf/layer.conf<b> </b>to add qt5-layer to the BBFILES variable as below<o:p></o:p></p><div><p class=MsoNormal><o:p> </o:p></p><pre><code># We have a packages directory, add to BBFILES<o:p></o:p></code></pre><pre><code>BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \</code><br><code><b><span style='color:red'>            ${LAYERDIR}/qt5-layer/recipes-*/*/*.bbappend \</span></b></code><br><br><code><o:p></o:p></code></pre><pre><code><o:p> </o:p></code></pre><pre><code>            ${LAYERDIR}/recipes-*/*/*.bbappend"</code><o:p></o:p></pre><p class=MsoNormal>then start building qtbase<o:p></o:p></p></div></div><div><p class=MsoNormal style='margin-bottom:12.0pt'><o:p> </o:p></p><div><p class=MsoNormal>On Fri, Aug 23, 2013 at 3:56 PM, Simone <<a href="mailto:cjb.sw.nospam@gmail.com" target="_blank">cjb.sw.nospam@gmail.com</a>> wrote:<o:p></o:p></p><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm'><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Dear Abhijit</span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>No, I can’t see the qt5-layer in meta-fsl-arm….</span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'> </span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>For the configuration, I followed the tutorial at:</span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><a href="https://community.freescale.com/docs/DOC-95096" target="_blank"><span lang=EN-US>https://community.freescale.com/docs/DOC-95096</span></a><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'> </span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Thank you for your time.</span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'> </span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'> </span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><b><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>Da:</span></b><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'> Abhijit Potnis [mailto:<a href="mailto:abhijitpotnis@gmail.com" target="_blank">abhijitpotnis@gmail.com</a>] <br><b>Inviato:</b> venerdì 23 agosto 2013 12:20<br><b>A:</b> Simone<br><b>Cc:</b> Eric Bénard; <a href="mailto:meta-freescale@yoctoproject.org" target="_blank">meta-freescale@yoctoproject.org</a><br><b>Oggetto:</b> Re: [meta-freescale] Qt5 with opengl hw acceleration on imx53</span><o:p></o:p></p><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'> <o:p></o:p></p><div><div><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>Under your project folder, <b>cd</b> into <b>meta-fsl-arm</b><o:p></o:p></p></div><p class=MsoNormal style='mso-margin-top-alt:auto;margin-bottom:12.0pt'>and try finding <b><a href="http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/qt5-layer" target="_blank">qt5-layer</a> </b>named folder. That should confirm that you are on the right way to build qt5.<o:p></o:p></p></div><p class=MsoNormal style='mso-margin-top-alt:auto;margin-bottom:12.0pt'>Go ahead and build qtbase package, lets see what happnes.<o:p></o:p></p></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>-Abhijit<o:p></o:p></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;margin-bottom:12.0pt'> <o:p></o:p></p><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>On Fri, Aug 23, 2013 at 3:45 PM, Simone <<a href="mailto:cjb.sw.nospam@gmail.com" target="_blank">cjb.sw.nospam@gmail.com</a>> wrote:<o:p></o:p></p><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt'><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>Hello Abhijit,<o:p></o:p></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;margin-bottom:12.0pt'>I don't know, how i can check/change it?<o:p></o:p></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;margin-bottom:12.0pt'><br>Il giorno 23/ago/2013, alle ore 12:08, Abhijit Potnis <<a href="mailto:abhijitpotnis@gmail.com" target="_blank">abhijitpotnis@gmail.com</a>> ha scritto:<o:p></o:p></p></div><div><div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><div><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;margin-bottom:12.0pt'>Hello Simone,<o:p></o:p></p></div><p class=MsoNormal style='mso-margin-top-alt:auto;margin-bottom:12.0pt'>I hope you are on the latest meta-fsl-arm master,<br>as qt-layer is needed to build qt5 on mx5<br><br><a href="http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/qt5-layer" target="_blank">http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/qt5-layer</a><o:p></o:p></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;margin-bottom:12.0pt'> <o:p></o:p></p><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>On Fri, Aug 23, 2013 at 3:26 PM, Simone <<a href="mailto:cjb.sw.nospam@gmail.com" target="_blank">cjb.sw.nospam@gmail.com</a>> wrote:<o:p></o:p></p><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt'><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>Hello Eric,<br>I cloned the meta-qt5 from git.<br>I've added the meta-qt5 in bblayers.conf.<br><br>Now how i can build the libraries?<br><br><br>Il giorno 23/ago/2013, alle ore 11:40, Eric Bénard <<a href="mailto:eric@eukrea.com" target="_blank">eric@eukrea.com</a>> ha scritto:<o:p></o:p></p><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><br>> Hi Simone,<br>><br>> Le Fri, 23 Aug 2013 11:28:26 +0200,<br>> Simone <<a href="mailto:cjb.sw.nospam@gmail.com" target="_blank">cjb.sw.nospam@gmail.com</a>> a écrit :<br>>> 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.<br>>> you know if there's a generic manual that I can use?<br>><br>> meta-qt5 can be found here :<br>> <a href="https://github.com/meta-qt5/meta-qt5" target="_blank">https://github.com/meta-qt5/meta-qt5</a><br>><br>> simply fetch it at the same directory level where you will find<br>> meta-fsl-arm, checkout the version of oe-core you are using, and add it<br>> to bblayer.conf (the paths depend on the scripts you are using to setup<br>> your build system).<br>> <a href="http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#enabling-your-layer" target="_blank">http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#enabling-your-layer</a><br>><br>> For the manual you can find Yocto's one here :<br>> <a href="http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html" target="_blank">http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html</a><br>><br>> Best regards<br>> Eric<br>_______________________________________________<br>meta-freescale mailing list<br><a href="mailto:meta-freescale@yoctoproject.org" target="_blank">meta-freescale@yoctoproject.org</a><br><a href="https://lists.yoctoproject.org/listinfo/meta-freescale" target="_blank">https://lists.yoctoproject.org/listinfo/meta-freescale</a><o:p></o:p></p></div></div></blockquote></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'> <o:p></o:p></p></div></div></blockquote></div></div></div></blockquote></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'> <o:p></o:p></p></div></div></div></div></div></blockquote></div><p class=MsoNormal><o:p> </o:p></p></div></div></body></html>