diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2009-02-20 12:05:35 -0500 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2009-02-20 12:05:35 -0500 |
commit | ab066eb3b73656186a445667aa4f8c46b48644b3 (patch) | |
tree | d3b964b9c48ef1a6fce2d48534d1a8367df40768 /packages/powervr-drivers/libgles-omap3.inc | |
parent | d512927cbf42dc9a3302ecac790a18d397ea012f (diff) | |
parent | b8215aff2a8d11d99368d7794785b08a6fc0ed4c (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/powervr-drivers/libgles-omap3.inc')
-rw-r--r-- | packages/powervr-drivers/libgles-omap3.inc | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/packages/powervr-drivers/libgles-omap3.inc b/packages/powervr-drivers/libgles-omap3.inc index 36c2b6e9dd..7e47bbc8ae 100644 --- a/packages/powervr-drivers/libgles-omap3.inc +++ b/packages/powervr-drivers/libgles-omap3.inc @@ -3,7 +3,21 @@ 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 \ " |