diff options
Diffstat (limited to 'recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb')
-rw-r--r-- | recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb | 29 |
1 files changed, 0 insertions, 29 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 deleted file mode 100644 index 33836fb3..00000000 --- a/recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | BINLOCATION_omap3 = "${S}/gfx_rel_es3.x" | ||
2 | BINLOCATION_ti814x = "${S}/gfx_rel_es6.x" | ||
3 | BINLOCATION_ti816x = "${S}/gfx_rel_es6.x" | ||
4 | BINLOCATION_ti33x = "${S}/gfx_rel_es8.x" | ||
5 | |||
6 | require libgles-omap3.inc | ||
7 | |||
8 | DEFAULT_PREFERENCE_omap3 = "99" | ||
9 | |||
10 | # download required binary distribution from: | ||
11 | # http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html | ||
12 | # see libgles-omap3.inc for detailed installation instructions | ||
13 | |||
14 | SGXPV = "4_05_00_03" | ||
15 | IMGPV = "1.6.16.4117" | ||
16 | BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin" | ||
17 | TI_BIN_UNPK_WDEXT := "/Graphics_SDK_${SGXPV}" | ||
18 | |||
19 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/${BINFILE} \ | ||
20 | file://cputype \ | ||
21 | file://rc.pvr \ | ||
22 | file://sample.desktop \ | ||
23 | file://99-bufferclass.rules \ | ||
24 | " | ||
25 | |||
26 | SRC_URI[md5sum] = "0e651eaa92bb91760f0b40a17697a7dc" | ||
27 | SRC_URI[sha256sum] = "bfe764a8959556195545d6fff76f63a489642f345c105bbbc309a3f243c2dd0e" | ||
28 | |||
29 | S = "${WORKDIR}/Graphics_SDK_${SGXPV}" | ||