summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-05-03 02:13:57 -0400
committerDenys Dmytriyenko <denys@ti.com>2012-05-03 02:13:57 -0400
commitd18bb23803ff9735a5fcb049c25d79273a325323 (patch)
treebc7f0d5695df6beacb348a35df9a9d19e1983d68
parent6014fc75c0663e13c1272d0f66ff1cd7caceba80 (diff)
downloadmeta-ti-d18bb23803ff9735a5fcb049c25d79273a325323.tar.gz
libgles-omap3: enable for ti814x SOC family
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-graphics/libgles/libgles-omap3.inc2
-rw-r--r--recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb1
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/libgles/libgles-omap3.inc b/recipes-graphics/libgles/libgles-omap3.inc
index 664a6494..6137097b 100644
--- a/recipes-graphics/libgles/libgles-omap3.inc
+++ b/recipes-graphics/libgles/libgles-omap3.inc
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1"
5 5
6PR = "r31" 6PR = "r31"
7 7
8COMPATIBLE_MACHINE = "(omap3|ti816x|ti33x)" 8COMPATIBLE_MACHINE = "(omap3|ti814x|ti816x|ti33x)"
9 9
10DEPENDS = "virtual/libx11 libxau libxdmcp libdrm" 10DEPENDS = "virtual/libx11 libxau libxdmcp libdrm"
11 11
diff --git a/recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb b/recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb
index 53585cfd..d55dd05d 100644
--- a/recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb
+++ b/recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb
@@ -1,4 +1,5 @@
1BINLOCATION_omap3 = "${S}/gfx_rel_es3.x" 1BINLOCATION_omap3 = "${S}/gfx_rel_es3.x"
2BINLOCATION_ti814x = "${S}/gfx_rel_es6.x"
2BINLOCATION_ti816x = "${S}/gfx_rel_es6.x" 3BINLOCATION_ti816x = "${S}/gfx_rel_es6.x"
3BINLOCATION_ti33x = "${S}/gfx_rel_es8.x" 4BINLOCATION_ti33x = "${S}/gfx_rel_es8.x"
4 5