[oe] [PATCH] libgles-omap3: use es5 version for 37x machines

Koen Kooi k.kooi at student.utwente.nl
Wed Aug 11 19:49:15 UTC 2010


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

On 11-08-10 20:05, Chase Maupin wrote:
> * Set BINLOCATION to use es5.x version for am37x-evm and
>   dm37x-evm machine types.
> * Bump PR

NAK, this patch doesn't do what you think it does. The current ES5.x
switching is already working like it should. What your patch does:

copy es2 into ES2.0/
don't copy es3 into ES3.0/
copy es5 into ES5.0
copy es5 into ES3.0

Even if the switching wasn't working, this is the *completely* wrong way
to fix it.


> 
> Signed-off-by: Chase Maupin <chase.maupin at ti.com>
> Signed-off-by: Brijesh Singh <bksingh at ti.com>
> ---
>  recipes/powervr-drivers/libgles-omap3.inc          |    2 +-
>  .../powervr-drivers/libgles-omap3_3.01.00.06.bb    |    4 +++-
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes/powervr-drivers/libgles-omap3.inc b/recipes/powervr-drivers/libgles-omap3.inc
> index d183486..12839e6 100644
> --- a/recipes/powervr-drivers/libgles-omap3.inc
> +++ b/recipes/powervr-drivers/libgles-omap3.inc
> @@ -1,7 +1,7 @@
>  DESCRIPTION = "libGLES for the omap3"
>  LICENSE = "proprietary-binary"
>  
> -PR = "r6"
> +PR = "r7"
>  
>  COMPATIBLE_MACHINE = "(dm37x-evm|am37x-evm|am3517-evm|beagleboard|cm-t35|igep0020|omap3-pandora|omap3-touchbook|omap3evm|omapzoom|omapzoom2|overo|palmpre)"
>  
> diff --git a/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb b/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb
> index bb7994f..b3611a3 100644
> --- a/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb
> +++ b/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb
> @@ -1,4 +1,6 @@
> -BINLOCATION = "${S}/gfx_rel_es3.x"
> +BINLOCATION_dm37x-evm = "${S}/gfx_rel_es5.x"
> +BINLOCATION_am37x-evm = "${S}/gfx_rel_es5.x"
> +BINLOCATION ?= "${S}/gfx_rel_es3.x"
>  
>  ES2LOCATION = "${S}/gfx_rel_es2.x"
>  ES3LOCATION = "${S}/gfx_rel_es3.x"

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

iD8DBQFMYv67MkyGM64RGpERAvAYAJ9H5oJPSnLs7ez9XfgfnR3c4MS5HgCcDOvQ
jQJXncXmttvmaPqmdq8n7SM=
=l4tO
-----END PGP SIGNATURE-----





More information about the Openembedded-devel mailing list