[meta-ti] [PATCH v2] libgles-omap3: Pull in changes from arago to meta-ti

Cooper Jr., Franklin fcooper at ti.com
Sat Oct 6 01:35:48 PDT 2012


Koen,
>> +    cp -pPr ${S}/include/pvr2d/*.h ${D}${includedir} || true
>> +    cp -pPr ${S}/include/OGLES/GLES ${D}${includedir}/ || true
> 
> IIRC this is going to generate some file conflicts and in OE-classic we pointed qt to the proper place for the includes. Has something changed since then?

Does the below answer your question?
http://arago-project.org/git/?p=arago.git;a=commit;h=02e8c5404184d258bcb8dadbdafb760bc1acb912

This is a result of change to the newer version of the graphics SDK.

>> +    cp -pPr ${S}/include/OGLES/GLES ${D}${includedir}/ || true

one of the files being installed here is wsegl.h. Qt can provide that file but shouldn't. This is what the below patch talks about

http://cgit.openembedded.org/openembedded/commit/recipes/qt4?id=f63289cfa7e1d96cc7f5ab845e5764f0b853a022

That patch does need to be submitted to oe-core. But since the qt embedded gles recipe should depend on the graphics SDK the wsegl.h should already exist which means Qt shouldn't be copying its own version.

>> +    cp -pPr ${S}/include/pvr2d/*.h ${D}${includedir} || true

Qt can also provide pvr2d.h but once again the one from the graphics SDK should be used instead.

>From the graphics SDK point of view is there any other issues with those headers being installed?


On Sep 17, 2012, at 6:34 PM, "Cooper Jr., Franklin" <fcooper at ti.com> wrote:

> You can ignore this patch for now while I investigate some more.
> 
> -----Original Message-----
> From: meta-ti-bounces at yoctoproject.org [mailto:meta-ti-bounces at yoctoproject.org] On Behalf Of Cooper Jr., Franklin
> Sent: Monday, September 03, 2012 5:30 AM
> To: Koen Kooi; meta-ti at yoctoproject.org
> Subject: Re: [meta-ti] [PATCH v2] libgles-omap3: Pull in changes from arago to meta-ti
> 
> Are you referring to this commit http://cgit.openembedded.org/openembedded/commit/recipes/qt4?id=f63289cfa7e1d96cc7f5ab845e5764f0b853a022 ?
> 
> The point of that commit was to insure that the headers from the Graphics SDK is being used and not a Qt version. This patch is just making sure that the SXG version of the include files are available.
> 
> -----Original Message-----
> From: meta-ti-bounces at yoctoproject.org [mailto:meta-ti-bounces at yoctoproject.org] On Behalf Of Koen Kooi
> Sent: Monday, September 03, 2012 4:54 AM
> To: meta-ti at yoctoproject.org
> Subject: Re: [meta-ti] [PATCH v2] libgles-omap3: Pull in changes from arago to meta-ti
> 
> 
> Op 3 sep. 2012, om 11:39 heeft Franklin S. Cooper Jr <fcooperjr27 at gmail.com> het volgende geschreven:
>> 
>> -    
>> +    cp -pPr ${S}/include/pvr2d/*.h ${D}${includedir} || true
>> +    cp -pPr ${S}/include/OGLES/GLES ${D}${includedir}/ || true
> 
> IIRC this is going to generate some file conflicts and in OE-classic we pointed qt to the proper place for the includes. Has something changed since then?
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti



More information about the meta-ti mailing list