[meta-ti] [PATCH v2] libgles-omap3: Add new 4.06.00.02 version.
Franklin S. Cooper Jr
fcooperjr27 at gmail.com
Mon Sep 3 12:45:07 PDT 2012
* Add a new version of the Graphics SDK. There are a few changes in the
Graphics SDK that need to be investigated to determine if it impacts
someone who is trying to use X11. This recipe should work fine
for non X11 users. Therefore, the DEFAULT_PREFERENCE will be -1 until
it is clear that X11 users arent negatively impacted and any needed
changes in libgles-omap3.inc are made.
Signed-off-by: Franklin S. Cooper Jr <fcooper27jr at gmail.com>
---
.../libgles/libgles-omap3_4.06.00.02.bb | 32 ++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
create mode 100644 recipes-graphics/libgles/libgles-omap3_4.06.00.02.bb
diff --git a/recipes-graphics/libgles/libgles-omap3_4.06.00.02.bb b/recipes-graphics/libgles/libgles-omap3_4.06.00.02.bb
new file mode 100644
index 0000000..373064a
--- /dev/null
+++ b/recipes-graphics/libgles/libgles-omap3_4.06.00.02.bb
@@ -0,0 +1,32 @@
+require libgles-omap3.inc
+
+# Xsgx and the OpenGL *X11WS* non longer exist. Graphcis team stated that X11WS is deprecated and DRIWSEGL should be used instead.
+# Setting the DEFAULT_PREFERENCE to -1 until it is determined if this change affects X11 base distros.
+DEFAULT_PREFERENCE = "-1"
+
+BINLOCATION_omap3 = "${S}/gfx_rel_es3.x"
+BINLOCATION_ti816x = "${S}/gfx_rel_es6.x"
+BINLOCATION_ti814x = "${S}/gfx_rel_es6.x"
+BINLOCATION_ti33x = "${S}/gfx_rel_es8.x"
+
+PLATFORM = "LinuxARMV7"
+
+# download required binary distribution from:
+# http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html
+# see libgles-omap3.inc for detailed installation instructions
+
+SGXPV = "4_06_00_02"
+IMGPV = "1.7.867897"
+BINFILE = "Graphics_SDK_setuplinux_${SGXPV}.bin"
+TI_BIN_UNPK_WDEXT := "/Graphics_SDK_${SGXPV}"
+SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest//exports/${BINFILE} \
+ file://cputype \
+ file://rc.pvr \
+ file://sample.desktop \
+ file://99-bufferclass.rules \
+"
+
+SRC_URI[md5sum] = "62f0c378e38f8d14e9f184c3836aea21"
+SRC_URI[sha256sum] = "71c8e154484304b3ce32d565557720a96c7ba762e72d7f1e93deeef9f3274402"
+
+S = "${WORKDIR}/Graphics_SDK_${SGXPV}"
--
1.7.0.4
More information about the meta-ti
mailing list