* [PATCH 2/2] libgles: Added prebuilt userspace libraries for graphics acceleration @ 2013-07-01 12:31 Mrinmayee Hingolikar 2013-07-01 13:27 ` Dmytriyenko, Denys 2013-07-01 13:45 ` Maupin, Chase 0 siblings, 2 replies; 7+ messages in thread From: Mrinmayee Hingolikar @ 2013-07-01 12:31 UTC (permalink / raw) To: meta-ti * These libraries are not distributable in source and hence are available only as binary. They implement OpenGLES 1.x and OpenGLES 2.x accelerated using SGX 544-MP2 found in OMAP5 class of devices. Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> Signed-off-by: Siddharth Heroor <heroor@ti.com> --- .../libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb | 24 ++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb new file mode 100644 index 0000000..d3a847d --- /dev/null +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Userspace libraries for sgx" +HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk" +LICENSE = "TI" +DEPENDS = "" + +SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/OMAP5_1_09_00_10//exports/omap5-sgx-ddk-um-linux-${PV}.tar.gz;protocol=http" + +LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=d280df8e94bb2e7b9251c8526078eeb8" + +PR = "r1" + +SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367" + +S = "${WORKDIR}/${PN}-${PV}" + +do_install () { + oe_runmake install DESTDIR=${D} +} + +PACKAGES =+ "${PN}-${PV}" + +FILES_${PN} = "${bindir}/*" +FILES_${PN} += " ${libdir}/*" +FILES_${PN} += "${includedir}/*" -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 2/2] libgles: Added prebuilt userspace libraries for graphics acceleration 2013-07-01 12:31 [PATCH 2/2] libgles: Added prebuilt userspace libraries for graphics acceleration Mrinmayee Hingolikar @ 2013-07-01 13:27 ` Dmytriyenko, Denys 2013-07-01 13:31 ` Siddharth Heroor 2013-07-01 13:45 ` Maupin, Chase 1 sibling, 1 reply; 7+ messages in thread From: Dmytriyenko, Denys @ 2013-07-01 13:27 UTC (permalink / raw) To: meta-ti@yoctoproject.org, Hingolikar, Mrinmayee [-- Attachment #1: Type: text/plain, Size: 2030 bytes --] Any chance to unify on a recipe name? Denys -----Original Message----- From: Hingolikar, Mrinmayee [mrinmayee@ti.com] Received: Monday, 01 Jul 2013, 8:32 To: meta-ti@yoctoproject.org [meta-ti@yoctoproject.org] Subject: [meta-ti] [PATCH 2/2] libgles: Added prebuilt userspace libraries for graphics acceleration * These libraries are not distributable in source and hence are available only as binary. They implement OpenGLES 1.x and OpenGLES 2.x accelerated using SGX 544-MP2 found in OMAP5 class of devices. Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> Signed-off-by: Siddharth Heroor <heroor@ti.com> --- .../libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb | 24 ++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb new file mode 100644 index 0000000..d3a847d --- /dev/null +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Userspace libraries for sgx" +HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk" +LICENSE = "TI" +DEPENDS = "" + +SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/OMAP5_1_09_00_10//exports/omap5-sgx-ddk-um-linux-${PV}.tar.gz;protocol=http" + +LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=d280df8e94bb2e7b9251c8526078eeb8" + +PR = "r1" + +SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367" + +S = "${WORKDIR}/${PN}-${PV}" + +do_install () { + oe_runmake install DESTDIR=${D} +} + +PACKAGES =+ "${PN}-${PV}" + +FILES_${PN} = "${bindir}/*" +FILES_${PN} += " ${libdir}/*" +FILES_${PN} += "${includedir}/*" -- 1.7.0.4 _______________________________________________ meta-ti mailing list meta-ti@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-ti [-- Attachment #2: Type: text/html, Size: 3773 bytes --] ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 2/2] libgles: Added prebuilt userspace libraries for graphics acceleration 2013-07-01 13:27 ` Dmytriyenko, Denys @ 2013-07-01 13:31 ` Siddharth Heroor 2013-07-01 13:43 ` Balagopalakrishnan, Anand 0 siblings, 1 reply; 7+ messages in thread From: Siddharth Heroor @ 2013-07-01 13:31 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org On 7/1/2013 6:57 PM, Dmytriyenko, Denys wrote: > Any chance to unify on a recipe name? Not sure I follow, but do you mean between the OMAP3 Graphics SDK and the OMAP5 libgles DDK? > > > Denys > > > -----Original Message----- > *From:* Hingolikar, Mrinmayee [mrinmayee@ti.com] > *Received:* Monday, 01 Jul 2013, 8:32 > *To:* meta-ti@yoctoproject.org [meta-ti@yoctoproject.org] > *Subject:* [meta-ti] [PATCH 2/2] libgles: Added prebuilt userspace > libraries for graphics acceleration > > * These libraries are not distributable in source and hence > are available only as binary. They implement OpenGLES 1.x and > OpenGLES 2.x accelerated using SGX 544-MP2 found in OMAP5 > class of devices. > > Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> > Signed-off-by: Siddharth Heroor <heroor@ti.com> > --- > .../libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb | 24 > ++++++++++++++++++++ > 1 files changed, 24 insertions(+), 0 deletions(-) > create mode 100644 > recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb > > diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb > b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb > new file mode 100644 > index 0000000..d3a847d > --- /dev/null > +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb > @@ -0,0 +1,24 @@ > +DESCRIPTION = "Userspace libraries for sgx" > +HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk" > +LICENSE = "TI" > +DEPENDS = "" > + > +SRC_URI = > "http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/OMAP5_1_09_00_10//exports/omap5-sgx-ddk-um-linux-${PV}.tar.gz;protocol=http" > + > +LIC_FILES_CHKSUM = > "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=d280df8e94bb2e7b9251c8526078eeb8" > + > +PR = "r1" > + > +SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367" > + > +S = "${WORKDIR}/${PN}-${PV}" > + > +do_install () { > + oe_runmake install DESTDIR=${D} > +} > + > +PACKAGES =+ "${PN}-${PV}" > + > +FILES_${PN} = "${bindir}/*" > +FILES_${PN} += " ${libdir}/*" > +FILES_${PN} += "${includedir}/*" > -- > 1.7.0.4 > > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti > > > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 2/2] libgles: Added prebuilt userspace libraries for graphics acceleration 2013-07-01 13:31 ` Siddharth Heroor @ 2013-07-01 13:43 ` Balagopalakrishnan, Anand 2013-07-23 17:08 ` Denys Dmytriyenko 0 siblings, 1 reply; 7+ messages in thread From: Balagopalakrishnan, Anand @ 2013-07-01 13:43 UTC (permalink / raw) To: Heroor, Siddharth, Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org Denys, There is no Graphics SDK for OMAP5 as of today. For the current release, only the DDK UM binaries will be provided as a tarball. Regards, Anand -----Original Message----- From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-bounces@yoctoproject.org] On Behalf Of Heroor, Siddharth Sent: Monday, July 01, 2013 7:02 PM To: Dmytriyenko, Denys Cc: meta-ti@yoctoproject.org Subject: Re: [meta-ti] [PATCH 2/2] libgles: Added prebuilt userspace libraries for graphics acceleration On 7/1/2013 6:57 PM, Dmytriyenko, Denys wrote: > Any chance to unify on a recipe name? Not sure I follow, but do you mean between the OMAP3 Graphics SDK and the OMAP5 libgles DDK? > > > Denys > > > -----Original Message----- > *From:* Hingolikar, Mrinmayee [mrinmayee@ti.com] > *Received:* Monday, 01 Jul 2013, 8:32 > *To:* meta-ti@yoctoproject.org [meta-ti@yoctoproject.org] > *Subject:* [meta-ti] [PATCH 2/2] libgles: Added prebuilt userspace > libraries for graphics acceleration > > * These libraries are not distributable in source and hence > are available only as binary. They implement OpenGLES 1.x and > OpenGLES 2.x accelerated using SGX 544-MP2 found in OMAP5 > class of devices. > > Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> > Signed-off-by: Siddharth Heroor <heroor@ti.com> > --- > .../libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb | 24 > ++++++++++++++++++++ > 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 > recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb > > diff --git > a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb > b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb > new file mode 100644 > index 0000000..d3a847d > --- /dev/null > +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb > @@ -0,0 +1,24 @@ > +DESCRIPTION = "Userspace libraries for sgx" > +HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk" > +LICENSE = "TI" > +DEPENDS = "" > + > +SRC_URI = > "http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/OMAP5_1_09_00_10//exports/omap5-sgx-ddk-um-linux-${PV}.tar.gz;protocol=http" > + > +LIC_FILES_CHKSUM = > "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=d280df8e94bb2e7b9251c8526078eeb8" > + > +PR = "r1" > + > +SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367" > + > +S = "${WORKDIR}/${PN}-${PV}" > + > +do_install () { > + oe_runmake install DESTDIR=${D} > +} > + > +PACKAGES =+ "${PN}-${PV}" > + > +FILES_${PN} = "${bindir}/*" > +FILES_${PN} += " ${libdir}/*" > +FILES_${PN} += "${includedir}/*" > -- > 1.7.0.4 > > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti > > > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti > _______________________________________________ meta-ti mailing list meta-ti@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 2/2] libgles: Added prebuilt userspace libraries for graphics acceleration 2013-07-01 13:43 ` Balagopalakrishnan, Anand @ 2013-07-23 17:08 ` Denys Dmytriyenko 0 siblings, 0 replies; 7+ messages in thread From: Denys Dmytriyenko @ 2013-07-23 17:08 UTC (permalink / raw) To: Balagopalakrishnan, Anand; +Cc: meta-ti@yoctoproject.org Well, that's fine. What I'm saying is that this recipe goes into recipes-graphics/libgles/ directory, where we already have libgles-omap3 recipe. Even the download URL contains "gfxsdk" substring in there... A little bit of unification in the recipe name would be appreciated. Thanks. -- Denys On Mon, Jul 01, 2013 at 09:43:21AM -0400, Balagopalakrishnan, Anand wrote: > Denys, > > There is no Graphics SDK for OMAP5 as of today. For the current release, > only the DDK UM binaries will be provided as a tarball. > > Regards, > Anand > > -----Original Message----- > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-bounces@yoctoproject.org] On Behalf Of Heroor, Siddharth > Sent: Monday, July 01, 2013 7:02 PM > To: Dmytriyenko, Denys > Cc: meta-ti@yoctoproject.org > Subject: Re: [meta-ti] [PATCH 2/2] libgles: Added prebuilt userspace libraries for graphics acceleration > > On 7/1/2013 6:57 PM, Dmytriyenko, Denys wrote: > > Any chance to unify on a recipe name? > > Not sure I follow, but do you mean between the OMAP3 Graphics SDK and the OMAP5 libgles DDK? > > > > > > > Denys > > > > > > -----Original Message----- > > *From:* Hingolikar, Mrinmayee [mrinmayee@ti.com] > > *Received:* Monday, 01 Jul 2013, 8:32 > > *To:* meta-ti@yoctoproject.org [meta-ti@yoctoproject.org] > > *Subject:* [meta-ti] [PATCH 2/2] libgles: Added prebuilt userspace > > libraries for graphics acceleration > > > > * These libraries are not distributable in source and hence > > are available only as binary. They implement OpenGLES 1.x and > > OpenGLES 2.x accelerated using SGX 544-MP2 found in OMAP5 > > class of devices. > > > > Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> > > Signed-off-by: Siddharth Heroor <heroor@ti.com> > > --- > > .../libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb | 24 > > ++++++++++++++++++++ > > 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 > > recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb > > > > diff --git > > a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb > > b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb > > new file mode 100644 > > index 0000000..d3a847d > > --- /dev/null > > +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb > > @@ -0,0 +1,24 @@ > > +DESCRIPTION = "Userspace libraries for sgx" > > +HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk" > > +LICENSE = "TI" > > +DEPENDS = "" > > + > > +SRC_URI = > > "http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/OMAP5_1_09_00_10//exports/omap5-sgx-ddk-um-linux-${PV}.tar.gz;protocol=http" > > + > > +LIC_FILES_CHKSUM = > > "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=d280df8e94bb2e7b9251c8526078eeb8" > > + > > +PR = "r1" > > + > > +SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367" > > + > > +S = "${WORKDIR}/${PN}-${PV}" > > + > > +do_install () { > > + oe_runmake install DESTDIR=${D} > > +} > > + > > +PACKAGES =+ "${PN}-${PV}" > > + > > +FILES_${PN} = "${bindir}/*" > > +FILES_${PN} += " ${libdir}/*" > > +FILES_${PN} += "${includedir}/*" > > -- > > 1.7.0.4 > > > > _______________________________________________ > > meta-ti mailing list > > meta-ti@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/meta-ti > > > > > > _______________________________________________ > > meta-ti mailing list > > meta-ti@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/meta-ti > > > > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 2/2] libgles: Added prebuilt userspace libraries for graphics acceleration 2013-07-01 12:31 [PATCH 2/2] libgles: Added prebuilt userspace libraries for graphics acceleration Mrinmayee Hingolikar 2013-07-01 13:27 ` Dmytriyenko, Denys @ 2013-07-01 13:45 ` Maupin, Chase 2013-07-23 17:12 ` Denys Dmytriyenko 1 sibling, 1 reply; 7+ messages in thread From: Maupin, Chase @ 2013-07-01 13:45 UTC (permalink / raw) To: Hingolikar, Mrinmayee, meta-ti@yoctoproject.org >-----Original Message----- >From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti- >bounces@yoctoproject.org] On Behalf Of Hingolikar, Mrinmayee >Sent: Monday, July 01, 2013 7:32 AM >To: meta-ti@yoctoproject.org >Subject: [meta-ti] [PATCH 2/2] libgles: Added prebuilt userspace >libraries for graphics acceleration > >* These libraries are not distributable in source and hence > are available only as binary. They implement OpenGLES 1.x and > OpenGLES 2.x accelerated using SGX 544-MP2 found in OMAP5 > class of devices. > >Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> >Signed-off-by: Siddharth Heroor <heroor@ti.com> >--- > .../libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb | 24 >++++++++++++++++++++ > 1 files changed, 24 insertions(+), 0 deletions(-) > create mode 100644 recipes-graphics/libgles/omap5-sgx-ddk-um- >linux_1.9.0.10.bb > >diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um- >linux_1.9.0.10.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um- >linux_1.9.0.10.bb >new file mode 100644 >index 0000000..d3a847d >--- /dev/null >+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb >@@ -0,0 +1,24 @@ >+DESCRIPTION = "Userspace libraries for sgx" >+HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk" >+LICENSE = "TI" >+DEPENDS = "" Why do you want to blank out the default DEPENDS? >+ >+SRC_URI = >"http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ >gfxsdk/OMAP5_1_09_00_10//exports/omap5-sgx-ddk-um-linux- >${PV}.tar.gz;protocol=http" >+ >+LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM- >Manifest.doc;md5=d280df8e94bb2e7b9251c8526078eeb8" Is the manifest truly your license file as well? >+ >+PR = "r1" Why not start at r0? >+ >+SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367" Don't you need a sha256sum too? >+ >+S = "${WORKDIR}/${PN}-${PV}" >+ >+do_install () { >+ oe_runmake install DESTDIR=${D} >+} >+ >+PACKAGES =+ "${PN}-${PV}" Why do you want to make a version specific package? Why not just leave the default PN? You also don't define any files to be part of that package. >+ >+FILES_${PN} = "${bindir}/*" >+FILES_${PN} += " ${libdir}/*" >+FILES_${PN} += "${includedir}/*" Shouldn't many of these directories already be in the base FILES set? Why re-set them? >-- >1.7.0.4 > >_______________________________________________ >meta-ti mailing list >meta-ti@yoctoproject.org >https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 2/2] libgles: Added prebuilt userspace libraries for graphics acceleration 2013-07-01 13:45 ` Maupin, Chase @ 2013-07-23 17:12 ` Denys Dmytriyenko 0 siblings, 0 replies; 7+ messages in thread From: Denys Dmytriyenko @ 2013-07-23 17:12 UTC (permalink / raw) To: Maupin, Chase; +Cc: meta-ti@yoctoproject.org Ping for addressing Chase's comments? On Mon, Jul 01, 2013 at 01:45:40PM +0000, Maupin, Chase wrote: > >-----Original Message----- > >From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti- > >bounces@yoctoproject.org] On Behalf Of Hingolikar, Mrinmayee > >Sent: Monday, July 01, 2013 7:32 AM > >To: meta-ti@yoctoproject.org > >Subject: [meta-ti] [PATCH 2/2] libgles: Added prebuilt userspace > >libraries for graphics acceleration > > > >* These libraries are not distributable in source and hence > > are available only as binary. They implement OpenGLES 1.x and > > OpenGLES 2.x accelerated using SGX 544-MP2 found in OMAP5 > > class of devices. > > > >Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> > >Signed-off-by: Siddharth Heroor <heroor@ti.com> > >--- > > .../libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb | 24 > >++++++++++++++++++++ > > 1 files changed, 24 insertions(+), 0 deletions(-) > > create mode 100644 recipes-graphics/libgles/omap5-sgx-ddk-um- > >linux_1.9.0.10.bb > > > >diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um- > >linux_1.9.0.10.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um- > >linux_1.9.0.10.bb > >new file mode 100644 > >index 0000000..d3a847d > >--- /dev/null > >+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb > >@@ -0,0 +1,24 @@ > >+DESCRIPTION = "Userspace libraries for sgx" > >+HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk" > >+LICENSE = "TI" > >+DEPENDS = "" > > Why do you want to blank out the default DEPENDS? > > >+ > >+SRC_URI = > >"http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ > >gfxsdk/OMAP5_1_09_00_10//exports/omap5-sgx-ddk-um-linux- > >${PV}.tar.gz;protocol=http" > >+ > >+LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM- > >Manifest.doc;md5=d280df8e94bb2e7b9251c8526078eeb8" > > Is the manifest truly your license file as well? > > >+ > >+PR = "r1" > > Why not start at r0? > > >+ > >+SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367" > > Don't you need a sha256sum too? > > >+ > >+S = "${WORKDIR}/${PN}-${PV}" > >+ > >+do_install () { > >+ oe_runmake install DESTDIR=${D} > >+} > >+ > >+PACKAGES =+ "${PN}-${PV}" > > Why do you want to make a version specific package? Why not just leave the default PN? You also don't define any files to be part of that package. > > >+ > >+FILES_${PN} = "${bindir}/*" > >+FILES_${PN} += " ${libdir}/*" > >+FILES_${PN} += "${includedir}/*" > > Shouldn't many of these directories already be in the base FILES set? Why re-set them? > > >-- > >1.7.0.4 > > > >_______________________________________________ > >meta-ti mailing list > >meta-ti@yoctoproject.org > >https://lists.yoctoproject.org/listinfo/meta-ti > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-07-23 17:12 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-07-01 12:31 [PATCH 2/2] libgles: Added prebuilt userspace libraries for graphics acceleration Mrinmayee Hingolikar 2013-07-01 13:27 ` Dmytriyenko, Denys 2013-07-01 13:31 ` Siddharth Heroor 2013-07-01 13:43 ` Balagopalakrishnan, Anand 2013-07-23 17:08 ` Denys Dmytriyenko 2013-07-01 13:45 ` Maupin, Chase 2013-07-23 17:12 ` Denys Dmytriyenko
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.