From 1ef00c5be572d91c67f8a38ce5a1d6b84b53c62a Mon Sep 17 00:00:00 2001 From: Siddharth Heroor Date: Sat, 9 Apr 2011 13:56:20 +0000 Subject: libgles-omap3: Correct libraries for TI816x. * Explicitly set ES6LOCATION. * Split OMAP3 and TI816x BINLOCATION. TI816x uses ES6.x libraries. Signed-off-by: Siddharth Heroor Signed-off-by: Denys Dmytriyenko --- recipes/powervr-drivers/libgles-omap3_4.03.00.02.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/powervr-drivers/libgles-omap3_4.03.00.02.bb b/recipes/powervr-drivers/libgles-omap3_4.03.00.02.bb index e4daa23891..1e9d82945f 100644 --- a/recipes/powervr-drivers/libgles-omap3_4.03.00.02.bb +++ b/recipes/powervr-drivers/libgles-omap3_4.03.00.02.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 -- cgit 1.2.3-korg