[oe-commits] Carsten Haitzler (Raster : libgles-omap3: add comments on how to get the gles binary files to help

GIT User account git at amethyst.openembedded.net
Thu Feb 19 11:26:19 UTC 2009


Module: openembedded.git
Branch: raster
Commit: 9aed417d5e626672ed8500bb56d6a55029fffcb8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9aed417d5e626672ed8500bb56d6a55029fffcb8

Author: Carsten Haitzler (Raster <raster at rasterman.com>
Date:   Thu Feb 19 21:58:20 2009 +1100

libgles-omap3: add comments on how to get the gles binary files to help
people get started faster

---

 packages/powervr-drivers/libgles-omap3.inc |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/packages/powervr-drivers/libgles-omap3.inc b/packages/powervr-drivers/libgles-omap3.inc
index 36c2b6e..c960903 100644
--- a/packages/powervr-drivers/libgles-omap3.inc
+++ b/packages/powervr-drivers/libgles-omap3.inc
@@ -3,7 +3,20 @@ LICENCE = "proprietary-binary"
 
 PROVIDES += "virtual/egl"
 
-# Put "OMAP35x_Graphics_SDK_setuplinux_3_00_00_05.bin" in the same directory as this recipe
+# some hints to get you going. as this isnt a totally "open" library, you need
+# to do some work. follow the steps below.
+#
+# 1. if you don't already have a ti account get one here. it's free:
+#  http://www.ti.com/hdr_my_ti
+# 2. fetch the gl-es bin from here:
+#  https://www-a.ti.com/downloads/sds_support/targetcontent/dvsdk/oslinux_dvsdk/v3_00_3530/OMAP35x_Graphics_SDK_setuplinux_3_00_00_06.bin
+# (replace version in .bin file as appropriate)
+# 3. put the OMAP35x_*.bin file in libgles-omap3/
+#  mv OMAP35x_Graphics_SDK_setuplinux_3_00_00_06.bin ./libgles-omap3/
+# 4. make it executable:
+#  chmod a+x ./libgles-omap3/OMAP35x_Graphics_SDK_setuplinux_3_00_00_06.bin
+# 
+# voila!
 SRC_URI = "file://OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \
            file://rc.pvr \
           "





More information about the Openembedded-commits mailing list