All of lore.kernel.org
 help / color / mirror / Atom feed
From: Siddharth Heroor <heroor@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Siddharth Heroor <heroor@ti.com>
Subject: [PATCH 2/3] libgles-omap3: Correct libraries for TI816x.
Date: Sat,  9 Apr 2011 11:26:20 +0530	[thread overview]
Message-ID: <1302328581-30367-2-git-send-email-heroor@gmail.com> (raw)
In-Reply-To: <1302328581-30367-1-git-send-email-heroor@gmail.com>

From: Siddharth Heroor <heroor@ti.com>

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

Signed-off-by: Siddharth Heroor <heroor@ti.com>
---
 .../powervr-drivers/libgles-omap3_4.03.00.02.bb    |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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 e4daa23..1e9d829 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
 
-- 
1.7.0.4




  reply	other threads:[~2011-04-09  5:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-09  5:56 [PATCH 1/3] omap3-sgx-modules: Update TI816x Module Location and Platform variables Siddharth Heroor
2011-04-09  5:56 ` Siddharth Heroor [this message]
2011-04-09  5:56 ` [PATCH 3/3] libgles-omap3: Remove SGX Fixup for TI816x Siddharth Heroor
2011-04-10  0:33   ` Denys Dmytriyenko
2011-04-10 12:09     ` Siddharth Heroor
2011-04-17 18:35   ` Koen Kooi
2011-04-18  2:56     ` Siddharth Heroor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1302328581-30367-2-git-send-email-heroor@gmail.com \
    --to=heroor@gmail.com \
    --cc=heroor@ti.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.