aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddharth Heroor <heroor@ti.com>2011-04-09 13:56:20 +0000
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-29 14:08:36 +0200
commitb7c002d94cae6d34a36fa4a3bb38220341969a0a (patch)
treea64ba063d6370e3d6812c79a750b5a793bea60f6
parent5c17be452538a31a8003b02d0fb18571a5694c72 (diff)
downloadopenembedded-b7c002d94cae6d34a36fa4a3bb38220341969a0a.tar.gz
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@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes/powervr-drivers/libgles-omap3_4.03.00.01.bb4
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 4b3a3fcffe..bd5cdc8168 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