All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libgles-omap3_3.01.00.07.bb: Add recipe
@ 2010-09-09  5:28 Khem Raj
  2010-09-09  8:48 ` Koen Kooi
  0 siblings, 1 reply; 9+ messages in thread
From: Khem Raj @ 2010-09-09  5:28 UTC (permalink / raw)
  To: openembedded-devel

* Fix omap3-sgx-modules_1.4.14.2616.bb to use new SDK

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../powervr-drivers/libgles-omap3_3.01.00.07.bb    |   19 +++++++++++++++++++
 .../omap3-sgx-modules_1.4.14.2616.bb               |    8 +++-----
 2 files changed, 22 insertions(+), 5 deletions(-)
 create mode 100644 recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb

diff --git a/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb b/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
new file mode 100644
index 0000000..30a65b3
--- /dev/null
+++ b/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
@@ -0,0 +1,19 @@
+BINLOCATION = "${S}/gfx_rel_es3.x"
+
+ES2LOCATION = "${S}/gfx_rel_es2.x"
+ES3LOCATION = "${S}/gfx_rel_es3.x"
+ES5LOCATION = "${S}/gfx_rel_es5.x"
+
+require libgles-omap3.inc
+
+# download required binary distribution from:
+# http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html
+# see libgles-omap3.inc for detailed installation instructions
+
+SGXPV = "3_01_00_07"
+IMGPV = "1.4.14.2616"
+BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
+
+SRC_URI[md5sum] = "b33a82d393ed0a6c26ad0d952542d762"
+SRC_URI[sha256sum] = "6f1720c2a8c2ce84b0020e144c2d77b56106a1fff45b44f8fcfd74d0f2559d8e"
+
diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
index 0d2818b..fc98b7b 100644
--- a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
+++ b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
@@ -10,12 +10,11 @@ PR_append = "c"
 TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
 require ../ti/ti-eula-unpack.inc
 
-SGXPV = "3_01_00_06"
+SGXPV = "3_01_00_07"
 IMGPV = "1.4.14.2616"
 BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
 
 SRC_URI = "http://install.source.dir.local/OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \
-           file://texture-width.patch;striplevel=2 \
 "
 
 S = "${WORKDIR}/OMAP35x_Graphics_SDK_${SGXPV}/GFX_Linux_KM"
@@ -35,6 +34,5 @@ do_install() {
 	   ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \
 	   ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
 }
-
-SRC_URI[md5sum] = "7aa37ca72f34011d353e72cc67f8aac1"
-SRC_URI[sha256sum] = "02276bc728699c36b0d2411c60f23030aa066ca6b8ed5adb7a40204563a227fb"
+SRC_URI[md5sum] = "b33a82d393ed0a6c26ad0d952542d762"
+SRC_URI[sha256sum] = "6f1720c2a8c2ce84b0020e144c2d77b56106a1fff45b44f8fcfd74d0f2559d8e"
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH] libgles-omap3_3.01.00.07.bb: Add recipe
  2010-09-09  5:28 [PATCH] libgles-omap3_3.01.00.07.bb: Add recipe Khem Raj
@ 2010-09-09  8:48 ` Koen Kooi
  2010-09-09 13:04   ` Steve Sakoman
  2010-09-09 19:41   ` Khem Raj
  0 siblings, 2 replies; 9+ messages in thread
From: Koen Kooi @ 2010-09-09  8:48 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 09-09-10 07:28, Khem Raj wrote:
> * Fix omap3-sgx-modules_1.4.14.2616.bb to use new SDK

Khem, the .07 release was made to get the license and distribution
changes through, it can now be downloaded with wget without filling in a
form.
Could you please amend this patch so that the recipes fetch it directly?


regards,

Koen


> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  .../powervr-drivers/libgles-omap3_3.01.00.07.bb    |   19 +++++++++++++++++++
>  .../omap3-sgx-modules_1.4.14.2616.bb               |    8 +++-----
>  2 files changed, 22 insertions(+), 5 deletions(-)
>  create mode 100644 recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
> 
> diff --git a/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb b/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
> new file mode 100644
> index 0000000..30a65b3
> --- /dev/null
> +++ b/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
> @@ -0,0 +1,19 @@
> +BINLOCATION = "${S}/gfx_rel_es3.x"
> +
> +ES2LOCATION = "${S}/gfx_rel_es2.x"
> +ES3LOCATION = "${S}/gfx_rel_es3.x"
> +ES5LOCATION = "${S}/gfx_rel_es5.x"
> +
> +require libgles-omap3.inc
> +
> +# download required binary distribution from:
> +# http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html
> +# see libgles-omap3.inc for detailed installation instructions
> +
> +SGXPV = "3_01_00_07"
> +IMGPV = "1.4.14.2616"
> +BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
> +
> +SRC_URI[md5sum] = "b33a82d393ed0a6c26ad0d952542d762"
> +SRC_URI[sha256sum] = "6f1720c2a8c2ce84b0020e144c2d77b56106a1fff45b44f8fcfd74d0f2559d8e"
> +
> diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
> index 0d2818b..fc98b7b 100644
> --- a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
> +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
> @@ -10,12 +10,11 @@ PR_append = "c"
>  TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
>  require ../ti/ti-eula-unpack.inc
>  
> -SGXPV = "3_01_00_06"
> +SGXPV = "3_01_00_07"
>  IMGPV = "1.4.14.2616"
>  BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
>  
>  SRC_URI = "http://install.source.dir.local/OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \
> -           file://texture-width.patch;striplevel=2 \
>  "
>  
>  S = "${WORKDIR}/OMAP35x_Graphics_SDK_${SGXPV}/GFX_Linux_KM"
> @@ -35,6 +34,5 @@ do_install() {
>  	   ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \
>  	   ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
>  }
> -
> -SRC_URI[md5sum] = "7aa37ca72f34011d353e72cc67f8aac1"
> -SRC_URI[sha256sum] = "02276bc728699c36b0d2411c60f23030aa066ca6b8ed5adb7a40204563a227fb"
> +SRC_URI[md5sum] = "b33a82d393ed0a6c26ad0d952542d762"
> +SRC_URI[sha256sum] = "6f1720c2a8c2ce84b0020e144c2d77b56106a1fff45b44f8fcfd74d0f2559d8e"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFMiJ9yMkyGM64RGpERAoK2AJ9SsjGBUCtYY5/BOE8FX9ZQq8in3wCgqhnk
H28hsB4lTTxnuJUwxpjcSJc=
=9LzQ
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] libgles-omap3_3.01.00.07.bb: Add recipe
  2010-09-09  8:48 ` Koen Kooi
@ 2010-09-09 13:04   ` Steve Sakoman
  2010-09-10 19:24     ` Denys Dmytriyenko
  2010-09-09 19:41   ` Khem Raj
  1 sibling, 1 reply; 9+ messages in thread
From: Steve Sakoman @ 2010-09-09 13:04 UTC (permalink / raw)
  To: openembedded-devel

n Thu, Sep 9, 2010 at 1:48 AM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 09-09-10 07:28, Khem Raj wrote:
>> * Fix omap3-sgx-modules_1.4.14.2616.bb to use new SDK
>
> Khem, the .07 release was made to get the license and distribution
> changes through, it can now be downloaded with wget without filling in a
> form.

Koen:  does the .07 release build against recent linux-omap kernels or
is it still broken in the same way as the .06 version?

Steve

> Could you please amend this patch so that the recipes fetch it directly?
>
>
> regards,
>
> Koen
>
>
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>>  .../powervr-drivers/libgles-omap3_3.01.00.07.bb    |   19 +++++++++++++++++++
>>  .../omap3-sgx-modules_1.4.14.2616.bb               |    8 +++-----
>>  2 files changed, 22 insertions(+), 5 deletions(-)
>>  create mode 100644 recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
>>
>> diff --git a/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb b/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
>> new file mode 100644
>> index 0000000..30a65b3
>> --- /dev/null
>> +++ b/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
>> @@ -0,0 +1,19 @@
>> +BINLOCATION = "${S}/gfx_rel_es3.x"
>> +
>> +ES2LOCATION = "${S}/gfx_rel_es2.x"
>> +ES3LOCATION = "${S}/gfx_rel_es3.x"
>> +ES5LOCATION = "${S}/gfx_rel_es5.x"
>> +
>> +require libgles-omap3.inc
>> +
>> +# download required binary distribution from:
>> +# http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html
>> +# see libgles-omap3.inc for detailed installation instructions
>> +
>> +SGXPV = "3_01_00_07"
>> +IMGPV = "1.4.14.2616"
>> +BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
>> +
>> +SRC_URI[md5sum] = "b33a82d393ed0a6c26ad0d952542d762"
>> +SRC_URI[sha256sum] = "6f1720c2a8c2ce84b0020e144c2d77b56106a1fff45b44f8fcfd74d0f2559d8e"
>> +
>> diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
>> index 0d2818b..fc98b7b 100644
>> --- a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
>> +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
>> @@ -10,12 +10,11 @@ PR_append = "c"
>>  TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
>>  require ../ti/ti-eula-unpack.inc
>>
>> -SGXPV = "3_01_00_06"
>> +SGXPV = "3_01_00_07"
>>  IMGPV = "1.4.14.2616"
>>  BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
>>
>>  SRC_URI = "http://install.source.dir.local/OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \
>> -           file://texture-width.patch;striplevel=2 \
>>  "
>>
>>  S = "${WORKDIR}/OMAP35x_Graphics_SDK_${SGXPV}/GFX_Linux_KM"
>> @@ -35,6 +34,5 @@ do_install() {
>>          ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \
>>          ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
>>  }
>> -
>> -SRC_URI[md5sum] = "7aa37ca72f34011d353e72cc67f8aac1"
>> -SRC_URI[sha256sum] = "02276bc728699c36b0d2411c60f23030aa066ca6b8ed5adb7a40204563a227fb"
>> +SRC_URI[md5sum] = "b33a82d393ed0a6c26ad0d952542d762"
>> +SRC_URI[sha256sum] = "6f1720c2a8c2ce84b0020e144c2d77b56106a1fff45b44f8fcfd74d0f2559d8e"
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFMiJ9yMkyGM64RGpERAoK2AJ9SsjGBUCtYY5/BOE8FX9ZQq8in3wCgqhnk
> H28hsB4lTTxnuJUwxpjcSJc=
> =9LzQ
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] libgles-omap3_3.01.00.07.bb: Add recipe
  2010-09-09  8:48 ` Koen Kooi
  2010-09-09 13:04   ` Steve Sakoman
@ 2010-09-09 19:41   ` Khem Raj
  2010-09-10 19:36     ` Denys Dmytriyenko
  1 sibling, 1 reply; 9+ messages in thread
From: Khem Raj @ 2010-09-09 19:41 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Sep 9, 2010 at 1:48 AM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 09-09-10 07:28, Khem Raj wrote:
>> * Fix omap3-sgx-modules_1.4.14.2616.bb to use new SDK
>
> Khem, the .07 release was made to get the license and distribution
> changes through, it can now be downloaded with wget without filling in a
> form.
> Could you please amend this patch so that the recipes fetch it directly?

hmm thats good. but I could not grok the direct link. Do you have it handy ?

>
>
> regards,
>
> Koen
>
>
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>>  .../powervr-drivers/libgles-omap3_3.01.00.07.bb    |   19 +++++++++++++++++++
>>  .../omap3-sgx-modules_1.4.14.2616.bb               |    8 +++-----
>>  2 files changed, 22 insertions(+), 5 deletions(-)
>>  create mode 100644 recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
>>
>> diff --git a/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb b/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
>> new file mode 100644
>> index 0000000..30a65b3
>> --- /dev/null
>> +++ b/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
>> @@ -0,0 +1,19 @@
>> +BINLOCATION = "${S}/gfx_rel_es3.x"
>> +
>> +ES2LOCATION = "${S}/gfx_rel_es2.x"
>> +ES3LOCATION = "${S}/gfx_rel_es3.x"
>> +ES5LOCATION = "${S}/gfx_rel_es5.x"
>> +
>> +require libgles-omap3.inc
>> +
>> +# download required binary distribution from:
>> +# http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html
>> +# see libgles-omap3.inc for detailed installation instructions
>> +
>> +SGXPV = "3_01_00_07"
>> +IMGPV = "1.4.14.2616"
>> +BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
>> +
>> +SRC_URI[md5sum] = "b33a82d393ed0a6c26ad0d952542d762"
>> +SRC_URI[sha256sum] = "6f1720c2a8c2ce84b0020e144c2d77b56106a1fff45b44f8fcfd74d0f2559d8e"
>> +
>> diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
>> index 0d2818b..fc98b7b 100644
>> --- a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
>> +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
>> @@ -10,12 +10,11 @@ PR_append = "c"
>>  TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
>>  require ../ti/ti-eula-unpack.inc
>>
>> -SGXPV = "3_01_00_06"
>> +SGXPV = "3_01_00_07"
>>  IMGPV = "1.4.14.2616"
>>  BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
>>
>>  SRC_URI = "http://install.source.dir.local/OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \
>> -           file://texture-width.patch;striplevel=2 \
>>  "
>>
>>  S = "${WORKDIR}/OMAP35x_Graphics_SDK_${SGXPV}/GFX_Linux_KM"
>> @@ -35,6 +34,5 @@ do_install() {
>>          ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \
>>          ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
>>  }
>> -
>> -SRC_URI[md5sum] = "7aa37ca72f34011d353e72cc67f8aac1"
>> -SRC_URI[sha256sum] = "02276bc728699c36b0d2411c60f23030aa066ca6b8ed5adb7a40204563a227fb"
>> +SRC_URI[md5sum] = "b33a82d393ed0a6c26ad0d952542d762"
>> +SRC_URI[sha256sum] = "6f1720c2a8c2ce84b0020e144c2d77b56106a1fff45b44f8fcfd74d0f2559d8e"
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFMiJ9yMkyGM64RGpERAoK2AJ9SsjGBUCtYY5/BOE8FX9ZQq8in3wCgqhnk
> H28hsB4lTTxnuJUwxpjcSJc=
> =9LzQ
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



-- 
-Khem



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] libgles-omap3_3.01.00.07.bb: Add recipe
  2010-09-09 13:04   ` Steve Sakoman
@ 2010-09-10 19:24     ` Denys Dmytriyenko
  2010-09-10 20:30       ` Khem Raj
  2010-09-11  7:03       ` Koen Kooi
  0 siblings, 2 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2010-09-10 19:24 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Sep 09, 2010 at 06:04:28AM -0700, Steve Sakoman wrote:
> n Thu, Sep 9, 2010 at 1:48 AM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > On 09-09-10 07:28, Khem Raj wrote:
> >> * Fix omap3-sgx-modules_1.4.14.2616.bb to use new SDK
> >
> > Khem, the .07 release was made to get the license and distribution
> > changes through, it can now be downloaded with wget without filling in a
> > form.
> 
> Koen:  does the .07 release build against recent linux-omap kernels or
> is it still broken in the same way as the .06 version?

Steve, the .07 release is exactly the same as .06 from the code perspective, 
the only change is in licensing.

-- 
Denys


> > Could you please amend this patch so that the recipes fetch it directly?
> >
> >
> > regards,
> >
> > Koen
> >
> >
> >>
> >> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> >> ---
> >>  .../powervr-drivers/libgles-omap3_3.01.00.07.bb    |   19 +++++++++++++++++++
> >>  .../omap3-sgx-modules_1.4.14.2616.bb               |    8 +++-----
> >>  2 files changed, 22 insertions(+), 5 deletions(-)
> >>  create mode 100644 recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
> >>
> >> diff --git a/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb b/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
> >> new file mode 100644
> >> index 0000000..30a65b3
> >> --- /dev/null
> >> +++ b/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
> >> @@ -0,0 +1,19 @@
> >> +BINLOCATION = "${S}/gfx_rel_es3.x"
> >> +
> >> +ES2LOCATION = "${S}/gfx_rel_es2.x"
> >> +ES3LOCATION = "${S}/gfx_rel_es3.x"
> >> +ES5LOCATION = "${S}/gfx_rel_es5.x"
> >> +
> >> +require libgles-omap3.inc
> >> +
> >> +# download required binary distribution from:
> >> +# http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html
> >> +# see libgles-omap3.inc for detailed installation instructions
> >> +
> >> +SGXPV = "3_01_00_07"
> >> +IMGPV = "1.4.14.2616"
> >> +BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
> >> +
> >> +SRC_URI[md5sum] = "b33a82d393ed0a6c26ad0d952542d762"
> >> +SRC_URI[sha256sum] = "6f1720c2a8c2ce84b0020e144c2d77b56106a1fff45b44f8fcfd74d0f2559d8e"
> >> +
> >> diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
> >> index 0d2818b..fc98b7b 100644
> >> --- a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
> >> +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
> >> @@ -10,12 +10,11 @@ PR_append = "c"
> >>  TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
> >>  require ../ti/ti-eula-unpack.inc
> >>
> >> -SGXPV = "3_01_00_06"
> >> +SGXPV = "3_01_00_07"
> >>  IMGPV = "1.4.14.2616"
> >>  BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
> >>
> >>  SRC_URI = "http://install.source.dir.local/OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \
> >> -           file://texture-width.patch;striplevel=2 \
> >>  "
> >>
> >>  S = "${WORKDIR}/OMAP35x_Graphics_SDK_${SGXPV}/GFX_Linux_KM"
> >> @@ -35,6 +34,5 @@ do_install() {
> >>          ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \
> >>          ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
> >>  }
> >> -
> >> -SRC_URI[md5sum] = "7aa37ca72f34011d353e72cc67f8aac1"
> >> -SRC_URI[sha256sum] = "02276bc728699c36b0d2411c60f23030aa066ca6b8ed5adb7a40204563a227fb"
> >> +SRC_URI[md5sum] = "b33a82d393ed0a6c26ad0d952542d762"
> >> +SRC_URI[sha256sum] = "6f1720c2a8c2ce84b0020e144c2d77b56106a1fff45b44f8fcfd74d0f2559d8e"
> >
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.5 (Darwin)
> >
> > iD8DBQFMiJ9yMkyGM64RGpERAoK2AJ9SsjGBUCtYY5/BOE8FX9ZQq8in3wCgqhnk
> > H28hsB4lTTxnuJUwxpjcSJc=
> > =9LzQ
> > -----END PGP SIGNATURE-----
> >
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] libgles-omap3_3.01.00.07.bb: Add recipe
  2010-09-09 19:41   ` Khem Raj
@ 2010-09-10 19:36     ` Denys Dmytriyenko
  2010-09-10 20:30       ` Khem Raj
  0 siblings, 1 reply; 9+ messages in thread
From: Denys Dmytriyenko @ 2010-09-10 19:36 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Sep 09, 2010 at 12:41:45PM -0700, Khem Raj wrote:
> On Thu, Sep 9, 2010 at 1:48 AM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > On 09-09-10 07:28, Khem Raj wrote:
> >> * Fix omap3-sgx-modules_1.4.14.2616.bb to use new SDK
> >
> > Khem, the .07 release was made to get the license and distribution
> > changes through, it can now be downloaded with wget without filling in a
> > form.
> > Could you please amend this patch so that the recipes fetch it directly?
> 
> hmm thats good. but I could not grok the direct link. Do you have it handy ?

Khem,

Per this Wiki Getting Started Guide:

http://processors.wiki.ti.com/index.php/OMAP35x_Graphics_SDK_Getting_Started_Guide

The 3.1.0.7 release is hosted here:

http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/3_01_00_07/index_FDS.html

Release notes are here:

http://processors.wiki.ti.com/index.php/RN_3_01_00_07

The main GSG still says registration/login is required, but version specific 
release notes say otherwise:

Features in this release
[NEW] License change - from export control to TSPA (no registration required)
[NEW] Corrected the core revision for omap3630 (from 121 to 125) in KM build


And the direct URL for the tarball would be:

http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/3_01_00_07/exports/OMAP35x_Graphics_SDK_setuplinux_3_01_00_07.bin

-- 
Denys


> >> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> >> ---
> >>  .../powervr-drivers/libgles-omap3_3.01.00.07.bb    |   19 +++++++++++++++++++
> >>  .../omap3-sgx-modules_1.4.14.2616.bb               |    8 +++-----
> >>  2 files changed, 22 insertions(+), 5 deletions(-)
> >>  create mode 100644 recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
> >>
> >> diff --git a/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb b/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
> >> new file mode 100644
> >> index 0000000..30a65b3
> >> --- /dev/null
> >> +++ b/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
> >> @@ -0,0 +1,19 @@
> >> +BINLOCATION = "${S}/gfx_rel_es3.x"
> >> +
> >> +ES2LOCATION = "${S}/gfx_rel_es2.x"
> >> +ES3LOCATION = "${S}/gfx_rel_es3.x"
> >> +ES5LOCATION = "${S}/gfx_rel_es5.x"
> >> +
> >> +require libgles-omap3.inc
> >> +
> >> +# download required binary distribution from:
> >> +# http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html
> >> +# see libgles-omap3.inc for detailed installation instructions
> >> +
> >> +SGXPV = "3_01_00_07"
> >> +IMGPV = "1.4.14.2616"
> >> +BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
> >> +
> >> +SRC_URI[md5sum] = "b33a82d393ed0a6c26ad0d952542d762"
> >> +SRC_URI[sha256sum] = "6f1720c2a8c2ce84b0020e144c2d77b56106a1fff45b44f8fcfd74d0f2559d8e"
> >> +
> >> diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
> >> index 0d2818b..fc98b7b 100644
> >> --- a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
> >> +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
> >> @@ -10,12 +10,11 @@ PR_append = "c"
> >>  TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
> >>  require ../ti/ti-eula-unpack.inc
> >>
> >> -SGXPV = "3_01_00_06"
> >> +SGXPV = "3_01_00_07"
> >>  IMGPV = "1.4.14.2616"
> >>  BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
> >>
> >>  SRC_URI = "http://install.source.dir.local/OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \
> >> -           file://texture-width.patch;striplevel=2 \
> >>  "
> >>
> >>  S = "${WORKDIR}/OMAP35x_Graphics_SDK_${SGXPV}/GFX_Linux_KM"
> >> @@ -35,6 +34,5 @@ do_install() {
> >>          ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \
> >>          ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
> >>  }
> >> -
> >> -SRC_URI[md5sum] = "7aa37ca72f34011d353e72cc67f8aac1"
> >> -SRC_URI[sha256sum] = "02276bc728699c36b0d2411c60f23030aa066ca6b8ed5adb7a40204563a227fb"
> >> +SRC_URI[md5sum] = "b33a82d393ed0a6c26ad0d952542d762"
> >> +SRC_URI[sha256sum] = "6f1720c2a8c2ce84b0020e144c2d77b56106a1fff45b44f8fcfd74d0f2559d8e"
> >
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.5 (Darwin)
> >
> > iD8DBQFMiJ9yMkyGM64RGpERAoK2AJ9SsjGBUCtYY5/BOE8FX9ZQq8in3wCgqhnk
> > H28hsB4lTTxnuJUwxpjcSJc=
> > =9LzQ
> > -----END PGP SIGNATURE-----
> >
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
> 
> 
> 
> -- 
> -Khem
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] libgles-omap3_3.01.00.07.bb: Add recipe
  2010-09-10 19:24     ` Denys Dmytriyenko
@ 2010-09-10 20:30       ` Khem Raj
  2010-09-11  7:03       ` Koen Kooi
  1 sibling, 0 replies; 9+ messages in thread
From: Khem Raj @ 2010-09-10 20:30 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Sep 10, 2010 at 12:24 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> On Thu, Sep 09, 2010 at 06:04:28AM -0700, Steve Sakoman wrote:
>> n Thu, Sep 9, 2010 at 1:48 AM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
>> > -----BEGIN PGP SIGNED MESSAGE-----
>> > Hash: SHA1
>> >
>> > On 09-09-10 07:28, Khem Raj wrote:
>> >> * Fix omap3-sgx-modules_1.4.14.2616.bb to use new SDK
>> >
>> > Khem, the .07 release was made to get the license and distribution
>> > changes through, it can now be downloaded with wget without filling in a
>> > form.
>>
>> Koen:  does the .07 release build against recent linux-omap kernels or
>> is it still broken in the same way as the .06 version?
>
> Steve, the .07 release is exactly the same as .06 from the code perspective,


not really. texture-width.patch is not needed anymore for
omap3-sgx-modules_1.4.14.2616.bb its already available in .07

> the only change is in licensing.
>
> --
> Denys
>
>
>> > Could you please amend this patch so that the recipes fetch it directly?
>> >
>> >
>> > regards,
>> >
>> > Koen
>> >
>> >
>> >>
>> >> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> >> ---
>> >>  .../powervr-drivers/libgles-omap3_3.01.00.07.bb    |   19 +++++++++++++++++++
>> >>  .../omap3-sgx-modules_1.4.14.2616.bb               |    8 +++-----
>> >>  2 files changed, 22 insertions(+), 5 deletions(-)
>> >>  create mode 100644 recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
>> >>
>> >> diff --git a/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb b/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
>> >> new file mode 100644
>> >> index 0000000..30a65b3
>> >> --- /dev/null
>> >> +++ b/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
>> >> @@ -0,0 +1,19 @@
>> >> +BINLOCATION = "${S}/gfx_rel_es3.x"
>> >> +
>> >> +ES2LOCATION = "${S}/gfx_rel_es2.x"
>> >> +ES3LOCATION = "${S}/gfx_rel_es3.x"
>> >> +ES5LOCATION = "${S}/gfx_rel_es5.x"
>> >> +
>> >> +require libgles-omap3.inc
>> >> +
>> >> +# download required binary distribution from:
>> >> +# http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html
>> >> +# see libgles-omap3.inc for detailed installation instructions
>> >> +
>> >> +SGXPV = "3_01_00_07"
>> >> +IMGPV = "1.4.14.2616"
>> >> +BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
>> >> +
>> >> +SRC_URI[md5sum] = "b33a82d393ed0a6c26ad0d952542d762"
>> >> +SRC_URI[sha256sum] = "6f1720c2a8c2ce84b0020e144c2d77b56106a1fff45b44f8fcfd74d0f2559d8e"
>> >> +
>> >> diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
>> >> index 0d2818b..fc98b7b 100644
>> >> --- a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
>> >> +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
>> >> @@ -10,12 +10,11 @@ PR_append = "c"
>> >>  TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
>> >>  require ../ti/ti-eula-unpack.inc
>> >>
>> >> -SGXPV = "3_01_00_06"
>> >> +SGXPV = "3_01_00_07"
>> >>  IMGPV = "1.4.14.2616"
>> >>  BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
>> >>
>> >>  SRC_URI = "http://install.source.dir.local/OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \
>> >> -           file://texture-width.patch;striplevel=2 \
>> >>  "
>> >>
>> >>  S = "${WORKDIR}/OMAP35x_Graphics_SDK_${SGXPV}/GFX_Linux_KM"
>> >> @@ -35,6 +34,5 @@ do_install() {
>> >>          ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \
>> >>          ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
>> >>  }
>> >> -
>> >> -SRC_URI[md5sum] = "7aa37ca72f34011d353e72cc67f8aac1"
>> >> -SRC_URI[sha256sum] = "02276bc728699c36b0d2411c60f23030aa066ca6b8ed5adb7a40204563a227fb"
>> >> +SRC_URI[md5sum] = "b33a82d393ed0a6c26ad0d952542d762"
>> >> +SRC_URI[sha256sum] = "6f1720c2a8c2ce84b0020e144c2d77b56106a1fff45b44f8fcfd74d0f2559d8e"
>> >
>> > -----BEGIN PGP SIGNATURE-----
>> > Version: GnuPG v1.4.5 (Darwin)
>> >
>> > iD8DBQFMiJ9yMkyGM64RGpERAoK2AJ9SsjGBUCtYY5/BOE8FX9ZQq8in3wCgqhnk
>> > H28hsB4lTTxnuJUwxpjcSJc=
>> > =9LzQ
>> > -----END PGP SIGNATURE-----
>> >
>> >
>> > _______________________________________________
>> > Openembedded-devel mailing list
>> > Openembedded-devel@lists.openembedded.org
>> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>> >
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



-- 
-Khem



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] libgles-omap3_3.01.00.07.bb: Add recipe
  2010-09-10 19:36     ` Denys Dmytriyenko
@ 2010-09-10 20:30       ` Khem Raj
  0 siblings, 0 replies; 9+ messages in thread
From: Khem Raj @ 2010-09-10 20:30 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Sep 10, 2010 at 12:36 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> On Thu, Sep 09, 2010 at 12:41:45PM -0700, Khem Raj wrote:
>> On Thu, Sep 9, 2010 at 1:48 AM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
>> > -----BEGIN PGP SIGNED MESSAGE-----
>> > Hash: SHA1
>> >
>> > On 09-09-10 07:28, Khem Raj wrote:
>> >> * Fix omap3-sgx-modules_1.4.14.2616.bb to use new SDK
>> >
>> > Khem, the .07 release was made to get the license and distribution
>> > changes through, it can now be downloaded with wget without filling in a
>> > form.
>> > Could you please amend this patch so that the recipes fetch it directly?
>>
>> hmm thats good. but I could not grok the direct link. Do you have it handy ?
>
> Khem,
>
> Per this Wiki Getting Started Guide:
>
> http://processors.wiki.ti.com/index.php/OMAP35x_Graphics_SDK_Getting_Started_Guide
>
> The 3.1.0.7 release is hosted here:
>
> http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/3_01_00_07/index_FDS.html
>
> Release notes are here:
>
> http://processors.wiki.ti.com/index.php/RN_3_01_00_07
>
> The main GSG still says registration/login is required, but version specific
> release notes say otherwise:
>
> Features in this release
> [NEW] License change - from export control to TSPA (no registration required)
> [NEW] Corrected the core revision for omap3630 (from 121 to 125) in KM build
>
>
> And the direct URL for the tarball would be:
>
> http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/3_01_00_07/exports/OMAP35x_Graphics_SDK_setuplinux_3_01_00_07.bin
>

thats what I was looking for thx.

> --
> Denys
>
>
>> >> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> >> ---
>> >>  .../powervr-drivers/libgles-omap3_3.01.00.07.bb    |   19 +++++++++++++++++++
>> >>  .../omap3-sgx-modules_1.4.14.2616.bb               |    8 +++-----
>> >>  2 files changed, 22 insertions(+), 5 deletions(-)
>> >>  create mode 100644 recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
>> >>
>> >> diff --git a/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb b/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
>> >> new file mode 100644
>> >> index 0000000..30a65b3
>> >> --- /dev/null
>> >> +++ b/recipes/powervr-drivers/libgles-omap3_3.01.00.07.bb
>> >> @@ -0,0 +1,19 @@
>> >> +BINLOCATION = "${S}/gfx_rel_es3.x"
>> >> +
>> >> +ES2LOCATION = "${S}/gfx_rel_es2.x"
>> >> +ES3LOCATION = "${S}/gfx_rel_es3.x"
>> >> +ES5LOCATION = "${S}/gfx_rel_es5.x"
>> >> +
>> >> +require libgles-omap3.inc
>> >> +
>> >> +# download required binary distribution from:
>> >> +# http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html
>> >> +# see libgles-omap3.inc for detailed installation instructions
>> >> +
>> >> +SGXPV = "3_01_00_07"
>> >> +IMGPV = "1.4.14.2616"
>> >> +BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
>> >> +
>> >> +SRC_URI[md5sum] = "b33a82d393ed0a6c26ad0d952542d762"
>> >> +SRC_URI[sha256sum] = "6f1720c2a8c2ce84b0020e144c2d77b56106a1fff45b44f8fcfd74d0f2559d8e"
>> >> +
>> >> diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
>> >> index 0d2818b..fc98b7b 100644
>> >> --- a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
>> >> +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb
>> >> @@ -10,12 +10,11 @@ PR_append = "c"
>> >>  TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
>> >>  require ../ti/ti-eula-unpack.inc
>> >>
>> >> -SGXPV = "3_01_00_06"
>> >> +SGXPV = "3_01_00_07"
>> >>  IMGPV = "1.4.14.2616"
>> >>  BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
>> >>
>> >>  SRC_URI = "http://install.source.dir.local/OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \
>> >> -           file://texture-width.patch;striplevel=2 \
>> >>  "
>> >>
>> >>  S = "${WORKDIR}/OMAP35x_Graphics_SDK_${SGXPV}/GFX_Linux_KM"
>> >> @@ -35,6 +34,5 @@ do_install() {
>> >>          ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \
>> >>          ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
>> >>  }
>> >> -
>> >> -SRC_URI[md5sum] = "7aa37ca72f34011d353e72cc67f8aac1"
>> >> -SRC_URI[sha256sum] = "02276bc728699c36b0d2411c60f23030aa066ca6b8ed5adb7a40204563a227fb"
>> >> +SRC_URI[md5sum] = "b33a82d393ed0a6c26ad0d952542d762"
>> >> +SRC_URI[sha256sum] = "6f1720c2a8c2ce84b0020e144c2d77b56106a1fff45b44f8fcfd74d0f2559d8e"
>> >
>> > -----BEGIN PGP SIGNATURE-----
>> > Version: GnuPG v1.4.5 (Darwin)
>> >
>> > iD8DBQFMiJ9yMkyGM64RGpERAoK2AJ9SsjGBUCtYY5/BOE8FX9ZQq8in3wCgqhnk
>> > H28hsB4lTTxnuJUwxpjcSJc=
>> > =9LzQ
>> > -----END PGP SIGNATURE-----
>> >
>> >
>> > _______________________________________________
>> > Openembedded-devel mailing list
>> > Openembedded-devel@lists.openembedded.org
>> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>> >
>>
>>
>>
>> --
>> -Khem
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



-- 
-Khem



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] libgles-omap3_3.01.00.07.bb: Add recipe
  2010-09-10 19:24     ` Denys Dmytriyenko
  2010-09-10 20:30       ` Khem Raj
@ 2010-09-11  7:03       ` Koen Kooi
  1 sibling, 0 replies; 9+ messages in thread
From: Koen Kooi @ 2010-09-11  7:03 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10-09-10 21:24, Denys Dmytriyenko wrote:
> On Thu, Sep 09, 2010 at 06:04:28AM -0700, Steve Sakoman wrote:
>> n Thu, Sep 9, 2010 at 1:48 AM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>>
>>> On 09-09-10 07:28, Khem Raj wrote:
>>>> * Fix omap3-sgx-modules_1.4.14.2616.bb to use new SDK
>>>
>>> Khem, the .07 release was made to get the license and distribution
>>> changes through, it can now be downloaded with wget without filling in a
>>> form.
>>
>> Koen:  does the .07 release build against recent linux-omap kernels or
>> is it still broken in the same way as the .06 version?
> 
> Steve, the .07 release is exactly the same as .06 from the code perspective, 
> the only change is in licensing.

We talked Prabu into applying the texture patch to make life easier for
customers :) So the .07 release is the same as what OE previously built
as .06.

regards,

Koen

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFMiyndMkyGM64RGpERAiwuAKCO62rX++TzOwob/f9tuu/lklVkFACeI43p
8iuOcwlUgOPHJ3IpdD3tNsU=
=zqvs
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-09-11  7:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-09  5:28 [PATCH] libgles-omap3_3.01.00.07.bb: Add recipe Khem Raj
2010-09-09  8:48 ` Koen Kooi
2010-09-09 13:04   ` Steve Sakoman
2010-09-10 19:24     ` Denys Dmytriyenko
2010-09-10 20:30       ` Khem Raj
2010-09-11  7:03       ` Koen Kooi
2010-09-09 19:41   ` Khem Raj
2010-09-10 19:36     ` Denys Dmytriyenko
2010-09-10 20:30       ` Khem Raj

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.