diff options
author | Carsten Haitzler (Raster <raster@rasterman.com> | 2009-02-19 21:58:20 +1100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-19 14:32:26 +0100 |
commit | 481dea66dd0b442b9710ab282118e91009f2f77f (patch) | |
tree | d4678335090af9cf4d63de3ce94bce10b991bf16 | |
parent | 05e6b64bf3ab515ec4bdf6b464ec79829ca4942f (diff) |
libgles-omap3: add comments on how to get the gles binary files to help
people get started faster
Signed-off-by: Koen Kooi <koen@openembedded.org>
-rw-r--r-- | 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 36c2b6e9dd..c960903f8d 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 \ " |