diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-04 16:07:26 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-26 10:01:48 +0100 |
| commit | 928ff52f4ad7fcc43a2fecfabc45f4750b19c2d0 (patch) | |
| tree | 0f79e3501739a5541d2cac0051bdc62651a6f81c | |
| parent | 273ab1b4873598876b46ffe0cc7ba8484e8f64d4 (diff) | |
| download | meta-ti-928ff52f4ad7fcc43a2fecfabc45f4750b19c2d0.tar.gz | |
libgles-omap3: add 4.05.00.03
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb b/recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb new file mode 100644 index 00000000..00922213 --- /dev/null +++ b/recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | BINLOCATION_omap3 = "${S}/gfx_rel_es3.x" | ||
| 2 | BINLOCATION_ti816x = "${S}/gfx_rel_es6.x" | ||
| 3 | BINLOCATION_ti33x = "${S}/gfx_rel_es8.x" | ||
| 4 | |||
| 5 | require libgles-omap3.inc | ||
| 6 | |||
| 7 | # download required binary distribution from: | ||
| 8 | # http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html | ||
| 9 | # see libgles-omap3.inc for detailed installation instructions | ||
| 10 | |||
| 11 | SGXPV = "4_05_00_03" | ||
| 12 | IMGPV = "1.6.16.4117" | ||
| 13 | BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin" | ||
| 14 | |||
| 15 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/Graphics_SDK_setuplinux_${SGXPV}.bin \ | ||
| 16 | file://cputype \ | ||
| 17 | file://rc.pvr \ | ||
| 18 | file://sample.desktop \ | ||
| 19 | file://99-bufferclass.rules \ | ||
| 20 | " | ||
| 21 | |||
| 22 | SRC_URI[md5sum] = "0e651eaa92bb91760f0b40a17697a7dc" | ||
| 23 | SRC_URI[sha256sum] = "bfe764a8959556195545d6fff76f63a489642f345c105bbbc309a3f243c2dd0e" | ||
| 24 | |||
| 25 | S = "${WORKDIR}/Graphics_SDK_${SGXPV}" | ||
| 26 | |||
