* [meta-arago PATCH v2] img-pvr-sdk: IMG PowerVR SDK based demos @ 2015-04-16 14:58 Karthik Ramanan 2015-04-20 12:31 ` Stiffler, Jacob 0 siblings, 1 reply; 7+ messages in thread From: Karthik Ramanan @ 2015-04-16 14:58 UTC (permalink / raw) To: meta-arago * This is a package with pre-built demos * These demos will work on DRM * Also contains utilities for SGX performance measurement Signed-off-by: Karthik Ramanan <a0393906@ti.com> --- .../imgpvrsdk/img-pvr-sdk_3.3.2.bb | 29 ++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb diff --git a/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb b/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb new file mode 100644 index 0000000..9387a74 --- /dev/null +++ b/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "Imagination PowerVR SDK binaries for Jacinto6 SoC" +LICENSE = "TI-TSPA" +LIC_FILES_CHKSUM = "file://Jacinto6-IMG-PowerVR-SDK-Manifest.pdf;md5=46bcbfc69f8837c339e15fd4a5044a8c" + +SRC_URI = "git://git.ti.com/graphics/img-pvr-sdk.git;protocol=git" +SRCREV = "c2456ec3f03da022fb7489d6b381a4ac26a68203" + +PR = "r1" + +COMPATIBLE_MACHINE = "dra7xx" + +S = "${WORKDIR}/git" + +do_install () { + oe_runmake install DESTDIR=${D} +} + + +INHIBIT_PACKAGE_STRIP = "1" + +INSANE_SKIP_${PN} += "dev-so" + +FILES_${PN} += "/opt/img-powervr-sdk/Examples/Advanced/OGLES2ChameleonMan \ + /opt/img-powervr-sdk/Examples/Advanced/OGLES2Coverflow \ + /opt/img-powervr-sdk/Examples/Advanced/OGLES2ExampleUI \ + /opt/img-powervr-sdk/Examples/Advanced/OGLES2Navigation \ + /opt/img-powervr-sdk/PVRHub/* \ + /opt/img-powervr-sdk/PVRScopeDeveloper/* \ + " -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [meta-arago PATCH v2] img-pvr-sdk: IMG PowerVR SDK based demos 2015-04-16 14:58 [meta-arago PATCH v2] img-pvr-sdk: IMG PowerVR SDK based demos Karthik Ramanan @ 2015-04-20 12:31 ` Stiffler, Jacob 2015-04-21 4:20 ` Karthik Ramanan 0 siblings, 1 reply; 7+ messages in thread From: Stiffler, Jacob @ 2015-04-20 12:31 UTC (permalink / raw) To: R, Karthik, meta-arago@arago-project.org Karthik, Can this be modified so that the installation of the demos matches the installation of the libgles-omap3-rawdemos package for AM3 and AM4 so that Matrix scripts may be reused on the platforms? Thanks, Jake On 4/16/2015 10:58 AM, Karthik Ramanan wrote: > * This is a package with pre-built demos > * These demos will work on DRM > * Also contains utilities for SGX performance measurement > > Signed-off-by: Karthik Ramanan <a0393906@ti.com> > --- > .../imgpvrsdk/img-pvr-sdk_3.3.2.bb | 29 ++++++++++++++++++++ > 1 file changed, 29 insertions(+) > create mode 100644 meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb > > diff --git a/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb b/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb > new file mode 100644 > index 0000000..9387a74 > --- /dev/null > +++ b/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb > @@ -0,0 +1,29 @@ > +DESCRIPTION = "Imagination PowerVR SDK binaries for Jacinto6 SoC" > +LICENSE = "TI-TSPA" > +LIC_FILES_CHKSUM = "file://Jacinto6-IMG-PowerVR-SDK-Manifest.pdf;md5=46bcbfc69f8837c339e15fd4a5044a8c" > + > +SRC_URI = "git://git.ti.com/graphics/img-pvr-sdk.git;protocol=git" > +SRCREV = "c2456ec3f03da022fb7489d6b381a4ac26a68203" > + > +PR = "r1" > + > +COMPATIBLE_MACHINE = "dra7xx" > + > +S = "${WORKDIR}/git" > + > +do_install () { > + oe_runmake install DESTDIR=${D} > +} > + > + > +INHIBIT_PACKAGE_STRIP = "1" > + > +INSANE_SKIP_${PN} += "dev-so" > + > +FILES_${PN} += "/opt/img-powervr-sdk/Examples/Advanced/OGLES2ChameleonMan \ > + /opt/img-powervr-sdk/Examples/Advanced/OGLES2Coverflow \ > + /opt/img-powervr-sdk/Examples/Advanced/OGLES2ExampleUI \ > + /opt/img-powervr-sdk/Examples/Advanced/OGLES2Navigation \ > + /opt/img-powervr-sdk/PVRHub/* \ > + /opt/img-powervr-sdk/PVRScopeDeveloper/* \ > + " ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-arago PATCH v2] img-pvr-sdk: IMG PowerVR SDK based demos 2015-04-20 12:31 ` Stiffler, Jacob @ 2015-04-21 4:20 ` Karthik Ramanan 2015-04-21 10:24 ` Jacob Stiffler 0 siblings, 1 reply; 7+ messages in thread From: Karthik Ramanan @ 2015-04-21 4:20 UTC (permalink / raw) To: Stiffler, Jacob, R, Karthik, meta-arago@arago-project.org Jake, Can you point me to the libgles-omap3-rawdemos package? I couldn't find the bb file corresponding to this. Regards Karthik On 20-Apr-15 6:01 PM, Stiffler, Jacob wrote: > Karthik, > > Can this be modified so that the installation of the demos matches the installation of the libgles-omap3-rawdemos package for AM3 and AM4 so that Matrix scripts may be reused on the platforms? > > Thanks, > Jake > > On 4/16/2015 10:58 AM, Karthik Ramanan wrote: >> * This is a package with pre-built demos >> * These demos will work on DRM >> * Also contains utilities for SGX performance measurement >> >> Signed-off-by: Karthik Ramanan <a0393906@ti.com> >> --- >> .../imgpvrsdk/img-pvr-sdk_3.3.2.bb | 29 ++++++++++++++++++++ >> 1 file changed, 29 insertions(+) >> create mode 100644 meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >> >> diff --git a/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb b/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >> new file mode 100644 >> index 0000000..9387a74 >> --- /dev/null >> +++ b/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >> @@ -0,0 +1,29 @@ >> +DESCRIPTION = "Imagination PowerVR SDK binaries for Jacinto6 SoC" >> +LICENSE = "TI-TSPA" >> +LIC_FILES_CHKSUM = "file://Jacinto6-IMG-PowerVR-SDK-Manifest.pdf;md5=46bcbfc69f8837c339e15fd4a5044a8c" >> + >> +SRC_URI = "git://git.ti.com/graphics/img-pvr-sdk.git;protocol=git" >> +SRCREV = "c2456ec3f03da022fb7489d6b381a4ac26a68203" >> + >> +PR = "r1" >> + >> +COMPATIBLE_MACHINE = "dra7xx" >> + >> +S = "${WORKDIR}/git" >> + >> +do_install () { >> + oe_runmake install DESTDIR=${D} >> +} >> + >> + >> +INHIBIT_PACKAGE_STRIP = "1" >> + >> +INSANE_SKIP_${PN} += "dev-so" >> + >> +FILES_${PN} += "/opt/img-powervr-sdk/Examples/Advanced/OGLES2ChameleonMan \ >> + /opt/img-powervr-sdk/Examples/Advanced/OGLES2Coverflow \ >> + /opt/img-powervr-sdk/Examples/Advanced/OGLES2ExampleUI \ >> + /opt/img-powervr-sdk/Examples/Advanced/OGLES2Navigation \ >> + /opt/img-powervr-sdk/PVRHub/* \ >> + /opt/img-powervr-sdk/PVRScopeDeveloper/* \ >> + " ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-arago PATCH v2] img-pvr-sdk: IMG PowerVR SDK based demos 2015-04-21 4:20 ` Karthik Ramanan @ 2015-04-21 10:24 ` Jacob Stiffler 2015-04-27 11:00 ` Jacob Stiffler 0 siblings, 1 reply; 7+ messages in thread From: Jacob Stiffler @ 2015-04-21 10:24 UTC (permalink / raw) To: Karthik Ramanan, R, Karthik, meta-arago@arago-project.org This package is specified in meta-ti/recipes-graphics/libgles/libgles-omap3-no-x.inc Basically, the OGLES* example binaries are installed to ${bindir}/SGX/demos/Raw/ On 4/21/2015 12:20 AM, Karthik Ramanan wrote: > Jake, > > Can you point me to the libgles-omap3-rawdemos package? > I couldn't find the bb file corresponding to this. > > Regards > Karthik > > On 20-Apr-15 6:01 PM, Stiffler, Jacob wrote: >> Karthik, >> >> Can this be modified so that the installation of the demos matches >> the installation of the libgles-omap3-rawdemos package for AM3 and >> AM4 so that Matrix scripts may be reused on the platforms? >> >> Thanks, >> Jake >> >> On 4/16/2015 10:58 AM, Karthik Ramanan wrote: >>> * This is a package with pre-built demos >>> * These demos will work on DRM >>> * Also contains utilities for SGX performance measurement >>> >>> Signed-off-by: Karthik Ramanan <a0393906@ti.com> >>> --- >>> .../imgpvrsdk/img-pvr-sdk_3.3.2.bb | 29 >>> ++++++++++++++++++++ >>> 1 file changed, 29 insertions(+) >>> create mode 100644 >>> meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >>> >>> diff --git >>> a/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >>> b/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >>> new file mode 100644 >>> index 0000000..9387a74 >>> --- /dev/null >>> +++ b/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >>> @@ -0,0 +1,29 @@ >>> +DESCRIPTION = "Imagination PowerVR SDK binaries for Jacinto6 SoC" >>> +LICENSE = "TI-TSPA" >>> +LIC_FILES_CHKSUM = >>> "file://Jacinto6-IMG-PowerVR-SDK-Manifest.pdf;md5=46bcbfc69f8837c339e15fd4a5044a8c" >>> + >>> +SRC_URI = "git://git.ti.com/graphics/img-pvr-sdk.git;protocol=git" >>> +SRCREV = "c2456ec3f03da022fb7489d6b381a4ac26a68203" >>> + >>> +PR = "r1" >>> + >>> +COMPATIBLE_MACHINE = "dra7xx" >>> + >>> +S = "${WORKDIR}/git" >>> + >>> +do_install () { >>> + oe_runmake install DESTDIR=${D} >>> +} >>> + >>> + >>> +INHIBIT_PACKAGE_STRIP = "1" >>> + >>> +INSANE_SKIP_${PN} += "dev-so" >>> + >>> +FILES_${PN} += >>> "/opt/img-powervr-sdk/Examples/Advanced/OGLES2ChameleonMan \ >>> + /opt/img-powervr-sdk/Examples/Advanced/OGLES2Coverflow \ >>> + /opt/img-powervr-sdk/Examples/Advanced/OGLES2ExampleUI \ >>> + /opt/img-powervr-sdk/Examples/Advanced/OGLES2Navigation \ >>> + /opt/img-powervr-sdk/PVRHub/* \ >>> + /opt/img-powervr-sdk/PVRScopeDeveloper/* \ >>> + " > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-arago PATCH v2] img-pvr-sdk: IMG PowerVR SDK based demos 2015-04-21 10:24 ` Jacob Stiffler @ 2015-04-27 11:00 ` Jacob Stiffler 2015-04-27 11:06 ` R, Karthik 0 siblings, 1 reply; 7+ messages in thread From: Jacob Stiffler @ 2015-04-27 11:00 UTC (permalink / raw) To: Karthik Ramanan, R, Karthik, meta-arago@arago-project.org Ping. On 4/21/2015 6:24 AM, Jacob Stiffler wrote: > This package is specified in > meta-ti/recipes-graphics/libgles/libgles-omap3-no-x.inc > > Basically, the OGLES* example binaries are installed to > ${bindir}/SGX/demos/Raw/ > > On 4/21/2015 12:20 AM, Karthik Ramanan wrote: >> Jake, >> >> Can you point me to the libgles-omap3-rawdemos package? >> I couldn't find the bb file corresponding to this. >> >> Regards >> Karthik >> >> On 20-Apr-15 6:01 PM, Stiffler, Jacob wrote: >>> Karthik, >>> >>> Can this be modified so that the installation of the demos matches >>> the installation of the libgles-omap3-rawdemos package for AM3 and >>> AM4 so that Matrix scripts may be reused on the platforms? >>> >>> Thanks, >>> Jake >>> >>> On 4/16/2015 10:58 AM, Karthik Ramanan wrote: >>>> * This is a package with pre-built demos >>>> * These demos will work on DRM >>>> * Also contains utilities for SGX performance measurement >>>> >>>> Signed-off-by: Karthik Ramanan <a0393906@ti.com> >>>> --- >>>> .../imgpvrsdk/img-pvr-sdk_3.3.2.bb | 29 >>>> ++++++++++++++++++++ >>>> 1 file changed, 29 insertions(+) >>>> create mode 100644 >>>> meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >>>> >>>> diff --git >>>> a/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >>>> b/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >>>> new file mode 100644 >>>> index 0000000..9387a74 >>>> --- /dev/null >>>> +++ >>>> b/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >>>> @@ -0,0 +1,29 @@ >>>> +DESCRIPTION = "Imagination PowerVR SDK binaries for Jacinto6 SoC" >>>> +LICENSE = "TI-TSPA" >>>> +LIC_FILES_CHKSUM = >>>> "file://Jacinto6-IMG-PowerVR-SDK-Manifest.pdf;md5=46bcbfc69f8837c339e15fd4a5044a8c" >>>> + >>>> +SRC_URI = "git://git.ti.com/graphics/img-pvr-sdk.git;protocol=git" >>>> +SRCREV = "c2456ec3f03da022fb7489d6b381a4ac26a68203" >>>> + >>>> +PR = "r1" >>>> + >>>> +COMPATIBLE_MACHINE = "dra7xx" >>>> + >>>> +S = "${WORKDIR}/git" >>>> + >>>> +do_install () { >>>> + oe_runmake install DESTDIR=${D} >>>> +} >>>> + >>>> + >>>> +INHIBIT_PACKAGE_STRIP = "1" >>>> + >>>> +INSANE_SKIP_${PN} += "dev-so" >>>> + >>>> +FILES_${PN} += >>>> "/opt/img-powervr-sdk/Examples/Advanced/OGLES2ChameleonMan \ >>>> + /opt/img-powervr-sdk/Examples/Advanced/OGLES2Coverflow \ >>>> + /opt/img-powervr-sdk/Examples/Advanced/OGLES2ExampleUI \ >>>> + /opt/img-powervr-sdk/Examples/Advanced/OGLES2Navigation \ >>>> + /opt/img-powervr-sdk/PVRHub/* \ >>>> + /opt/img-powervr-sdk/PVRScopeDeveloper/* \ >>>> + " >> > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-arago PATCH v2] img-pvr-sdk: IMG PowerVR SDK based demos 2015-04-27 11:00 ` Jacob Stiffler @ 2015-04-27 11:06 ` R, Karthik 2015-04-27 19:47 ` Jacob Stiffler 0 siblings, 1 reply; 7+ messages in thread From: R, Karthik @ 2015-04-27 11:06 UTC (permalink / raw) To: Stiffler, Jacob, meta-arago@arago-project.org Jake, I'm in the middle of some customer issue debug. Could you please rework this patch to suit your needs? I will review the patch after you submit. Regards Karthik -----Original Message----- From: Stiffler, Jacob Sent: Monday, April 27, 2015 4:30 PM To: R, Karthik; R, Karthik; meta-arago@arago-project.org Subject: Re: [meta-arago] [meta-arago PATCH v2] img-pvr-sdk: IMG PowerVR SDK based demos Ping. On 4/21/2015 6:24 AM, Jacob Stiffler wrote: > This package is specified in > meta-ti/recipes-graphics/libgles/libgles-omap3-no-x.inc > > Basically, the OGLES* example binaries are installed to > ${bindir}/SGX/demos/Raw/ > > On 4/21/2015 12:20 AM, Karthik Ramanan wrote: >> Jake, >> >> Can you point me to the libgles-omap3-rawdemos package? >> I couldn't find the bb file corresponding to this. >> >> Regards >> Karthik >> >> On 20-Apr-15 6:01 PM, Stiffler, Jacob wrote: >>> Karthik, >>> >>> Can this be modified so that the installation of the demos matches >>> the installation of the libgles-omap3-rawdemos package for AM3 and >>> AM4 so that Matrix scripts may be reused on the platforms? >>> >>> Thanks, >>> Jake >>> >>> On 4/16/2015 10:58 AM, Karthik Ramanan wrote: >>>> * This is a package with pre-built demos >>>> * These demos will work on DRM >>>> * Also contains utilities for SGX performance measurement >>>> >>>> Signed-off-by: Karthik Ramanan <a0393906@ti.com> >>>> --- >>>> .../imgpvrsdk/img-pvr-sdk_3.3.2.bb | 29 >>>> ++++++++++++++++++++ >>>> 1 file changed, 29 insertions(+) >>>> create mode 100644 >>>> meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >>>> >>>> diff --git >>>> a/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >>>> b/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >>>> new file mode 100644 >>>> index 0000000..9387a74 >>>> --- /dev/null >>>> +++ >>>> b/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >>>> @@ -0,0 +1,29 @@ >>>> +DESCRIPTION = "Imagination PowerVR SDK binaries for Jacinto6 SoC" >>>> +LICENSE = "TI-TSPA" >>>> +LIC_FILES_CHKSUM = >>>> "file://Jacinto6-IMG-PowerVR-SDK-Manifest.pdf;md5=46bcbfc69f8837c339e15fd4a5044a8c" >>>> + >>>> +SRC_URI = "git://git.ti.com/graphics/img-pvr-sdk.git;protocol=git" >>>> +SRCREV = "c2456ec3f03da022fb7489d6b381a4ac26a68203" >>>> + >>>> +PR = "r1" >>>> + >>>> +COMPATIBLE_MACHINE = "dra7xx" >>>> + >>>> +S = "${WORKDIR}/git" >>>> + >>>> +do_install () { >>>> + oe_runmake install DESTDIR=${D} } >>>> + >>>> + >>>> +INHIBIT_PACKAGE_STRIP = "1" >>>> + >>>> +INSANE_SKIP_${PN} += "dev-so" >>>> + >>>> +FILES_${PN} += >>>> "/opt/img-powervr-sdk/Examples/Advanced/OGLES2ChameleonMan \ >>>> + /opt/img-powervr-sdk/Examples/Advanced/OGLES2Coverflow \ >>>> + /opt/img-powervr-sdk/Examples/Advanced/OGLES2ExampleUI \ >>>> + /opt/img-powervr-sdk/Examples/Advanced/OGLES2Navigation \ >>>> + /opt/img-powervr-sdk/PVRHub/* \ >>>> + /opt/img-powervr-sdk/PVRScopeDeveloper/* \ >>>> + " >> > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-arago PATCH v2] img-pvr-sdk: IMG PowerVR SDK based demos 2015-04-27 11:06 ` R, Karthik @ 2015-04-27 19:47 ` Jacob Stiffler 0 siblings, 0 replies; 7+ messages in thread From: Jacob Stiffler @ 2015-04-27 19:47 UTC (permalink / raw) To: R, Karthik, meta-arago@arago-project.org Karthik, I am in the middle of a bunch of things right now too. This is not critical, but please address this if you get a chance, otherwise I will follow up in a week or so. Thank you, Jake On 4/27/2015 7:06 AM, R, Karthik wrote: > Jake, > > I'm in the middle of some customer issue debug. > Could you please rework this patch to suit your needs? I will review the patch after you submit. > > Regards > Karthik > > -----Original Message----- > From: Stiffler, Jacob > Sent: Monday, April 27, 2015 4:30 PM > To: R, Karthik; R, Karthik; meta-arago@arago-project.org > Subject: Re: [meta-arago] [meta-arago PATCH v2] img-pvr-sdk: IMG PowerVR SDK based demos > > Ping. > > On 4/21/2015 6:24 AM, Jacob Stiffler wrote: >> This package is specified in >> meta-ti/recipes-graphics/libgles/libgles-omap3-no-x.inc >> >> Basically, the OGLES* example binaries are installed to >> ${bindir}/SGX/demos/Raw/ >> >> On 4/21/2015 12:20 AM, Karthik Ramanan wrote: >>> Jake, >>> >>> Can you point me to the libgles-omap3-rawdemos package? >>> I couldn't find the bb file corresponding to this. >>> >>> Regards >>> Karthik >>> >>> On 20-Apr-15 6:01 PM, Stiffler, Jacob wrote: >>>> Karthik, >>>> >>>> Can this be modified so that the installation of the demos matches >>>> the installation of the libgles-omap3-rawdemos package for AM3 and >>>> AM4 so that Matrix scripts may be reused on the platforms? >>>> >>>> Thanks, >>>> Jake >>>> >>>> On 4/16/2015 10:58 AM, Karthik Ramanan wrote: >>>>> * This is a package with pre-built demos >>>>> * These demos will work on DRM >>>>> * Also contains utilities for SGX performance measurement >>>>> >>>>> Signed-off-by: Karthik Ramanan <a0393906@ti.com> >>>>> --- >>>>> .../imgpvrsdk/img-pvr-sdk_3.3.2.bb | 29 >>>>> ++++++++++++++++++++ >>>>> 1 file changed, 29 insertions(+) >>>>> create mode 100644 >>>>> meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >>>>> >>>>> diff --git >>>>> a/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >>>>> b/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >>>>> new file mode 100644 >>>>> index 0000000..9387a74 >>>>> --- /dev/null >>>>> +++ >>>>> b/meta-arago-extras/recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb >>>>> @@ -0,0 +1,29 @@ >>>>> +DESCRIPTION = "Imagination PowerVR SDK binaries for Jacinto6 SoC" >>>>> +LICENSE = "TI-TSPA" >>>>> +LIC_FILES_CHKSUM = >>>>> "file://Jacinto6-IMG-PowerVR-SDK-Manifest.pdf;md5=46bcbfc69f8837c339e15fd4a5044a8c" >>>>> + >>>>> +SRC_URI = "git://git.ti.com/graphics/img-pvr-sdk.git;protocol=git" >>>>> +SRCREV = "c2456ec3f03da022fb7489d6b381a4ac26a68203" >>>>> + >>>>> +PR = "r1" >>>>> + >>>>> +COMPATIBLE_MACHINE = "dra7xx" >>>>> + >>>>> +S = "${WORKDIR}/git" >>>>> + >>>>> +do_install () { >>>>> + oe_runmake install DESTDIR=${D} } >>>>> + >>>>> + >>>>> +INHIBIT_PACKAGE_STRIP = "1" >>>>> + >>>>> +INSANE_SKIP_${PN} += "dev-so" >>>>> + >>>>> +FILES_${PN} += >>>>> "/opt/img-powervr-sdk/Examples/Advanced/OGLES2ChameleonMan \ >>>>> + /opt/img-powervr-sdk/Examples/Advanced/OGLES2Coverflow \ >>>>> + /opt/img-powervr-sdk/Examples/Advanced/OGLES2ExampleUI \ >>>>> + /opt/img-powervr-sdk/Examples/Advanced/OGLES2Navigation \ >>>>> + /opt/img-powervr-sdk/PVRHub/* \ >>>>> + /opt/img-powervr-sdk/PVRScopeDeveloper/* \ >>>>> + " ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-04-27 19:47 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-04-16 14:58 [meta-arago PATCH v2] img-pvr-sdk: IMG PowerVR SDK based demos Karthik Ramanan 2015-04-20 12:31 ` Stiffler, Jacob 2015-04-21 4:20 ` Karthik Ramanan 2015-04-21 10:24 ` Jacob Stiffler 2015-04-27 11:00 ` Jacob Stiffler 2015-04-27 11:06 ` R, Karthik 2015-04-27 19:47 ` Jacob Stiffler
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.