diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-04-01 08:43:44 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:31 +0200 |
commit | 4958b6d873d9b9b3b02800ef133b9d4e7202aec9 (patch) | |
tree | 9928cb4266be8743e9ada72efa3fc321bde38b66 /recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb | |
parent | e1599e0096803726435e8316276c6550e24ec5c9 (diff) |
powervr-drivers: .05 was the internal release, switch to .06 that is available externally
Diffstat (limited to 'recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb')
-rw-r--r-- | recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb b/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb new file mode 100644 index 0000000000..eb7ed303e9 --- /dev/null +++ b/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb @@ -0,0 +1,23 @@ +#DEFAULT_PREFERENCE = "-1" + +BINLOCATION = "${S}/gfx_rel_es3.x" + +ES2LOCATION = "${S}/gfx_rel_es2.x" +ES3LOCATION = "${S}/gfx_rel_es3.x" +ES5LOCATION = "${S}/gfx_rel_es5.x" + + +require libgles-omap3.inc + +# download required binary distribution from: +# http://software-dl.ti.com/dsps/forms/export.html?prod_no=/OMAP35x_Graphics_SDK_setuplinux_3_01_00_06.bin + +SGXPV = "3_01_00_06" +IMGPV = "1.4.14.2616" +BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin" + + + + + + |