diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-05-03 02:13:57 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-05-03 02:13:57 -0400 |
commit | d18bb23803ff9735a5fcb049c25d79273a325323 (patch) | |
tree | bc7f0d5695df6beacb348a35df9a9d19e1983d68 /recipes-graphics | |
parent | 6014fc75c0663e13c1272d0f66ff1cd7caceba80 (diff) | |
download | meta-ti-d18bb23803ff9735a5fcb049c25d79273a325323.tar.gz |
libgles-omap3: enable for ti814x SOC family
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libgles/libgles-omap3.inc | 2 | ||||
-rw-r--r-- | recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb | 1 |
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 | ||
6 | PR = "r31" | 6 | PR = "r31" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "(omap3|ti816x|ti33x)" | 8 | COMPATIBLE_MACHINE = "(omap3|ti814x|ti816x|ti33x)" |
9 | 9 | ||
10 | DEPENDS = "virtual/libx11 libxau libxdmcp libdrm" | 10 | DEPENDS = "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 @@ | |||
1 | BINLOCATION_omap3 = "${S}/gfx_rel_es3.x" | 1 | BINLOCATION_omap3 = "${S}/gfx_rel_es3.x" |
2 | BINLOCATION_ti814x = "${S}/gfx_rel_es6.x" | ||
2 | BINLOCATION_ti816x = "${S}/gfx_rel_es6.x" | 3 | BINLOCATION_ti816x = "${S}/gfx_rel_es6.x" |
3 | BINLOCATION_ti33x = "${S}/gfx_rel_es8.x" | 4 | BINLOCATION_ti33x = "${S}/gfx_rel_es8.x" |
4 | 5 | ||