[oe-commits] Siddharth Heroor : libgles-omap3: Correct libraries for TI816x.

git version control git at git.openembedded.org
Sun Apr 17 02:29:59 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 01e803a2e55ad46fe02647b2391bd2b7719a9e20
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=01e803a2e55ad46fe02647b2391bd2b7719a9e20

Author: Siddharth Heroor <heroor at ti.com>
Date:   Sat Apr  9 13:56:20 2011 +0000

libgles-omap3: Correct libraries for TI816x.

* Explicitly set ES6LOCATION.
* Split OMAP3 and TI816x BINLOCATION. TI816x uses ES6.x libraries.

Signed-off-by: Siddharth Heroor <heroor at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 .../powervr-drivers/libgles-omap3_4.03.00.01.bb    |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/powervr-drivers/libgles-omap3_4.03.00.01.bb b/recipes/powervr-drivers/libgles-omap3_4.03.00.01.bb
index 4b3a3fc..bd5cdc8 100644
--- a/recipes/powervr-drivers/libgles-omap3_4.03.00.01.bb
+++ b/recipes/powervr-drivers/libgles-omap3_4.03.00.01.bb
@@ -1,11 +1,13 @@
 # untested and huge change from 1.4.x
 DEFAULT_PREFERENCE = "-1"
 
-BINLOCATION = "${S}/gfx_rel_es3.x"
+BINLOCATION_omap3  = "${S}/gfx_rel_es3.x"
+BINLOCATION_ti816x = "${S}/gfx_rel_es6.x"
 
 ES2LOCATION = "${S}/gfx_rel_es2.x"
 ES3LOCATION = "${S}/gfx_rel_es3.x"
 ES5LOCATION = "${S}/gfx_rel_es5.x"
+ES6LOCATION = "${S}/gfx_rel_es6.x"
 
 require libgles-omap3.inc
 





More information about the Openembedded-commits mailing list