diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-08-31 23:11:32 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-09-03 13:07:49 -0400 |
commit | cb6f542fe85ca6d5afa2ff2c49f3af042e95d949 (patch) | |
tree | fa73c5bdac36cccf64aee22a7feb33c3bc8660b4 /recipes-graphics | |
parent | 9e07040a0b73f4ea11ff4441e1046269ddc9bc05 (diff) | |
download | meta-ti-cb6f542fe85ca6d5afa2ff2c49f3af042e95d949.tar.gz |
libgles-omap3, omap3-sgx-modules: remove old 4.03.00.02 version
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libgles/libgles-omap3_4.03.00.02.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-graphics/libgles/libgles-omap3_4.03.00.02.bb b/recipes-graphics/libgles/libgles-omap3_4.03.00.02.bb deleted file mode 100644 index e98fe025..00000000 --- a/recipes-graphics/libgles/libgles-omap3_4.03.00.02.bb +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | BINLOCATION_omap3 = "${S}/gfx_rel_es3.x" | ||
2 | BINLOCATION_ti816x = "${S}/gfx_rel_es6.x" | ||
3 | |||
4 | ES2LOCATION = "${S}/gfx_rel_es2.x" | ||
5 | ES3LOCATION = "${S}/gfx_rel_es3.x" | ||
6 | ES5LOCATION = "${S}/gfx_rel_es5.x" | ||
7 | ES6LOCATION = "${S}/gfx_rel_es6.x" | ||
8 | |||
9 | require libgles-omap3.inc | ||
10 | |||
11 | # download required binary distribution from: | ||
12 | # http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html | ||
13 | # see libgles-omap3.inc for detailed installation instructions | ||
14 | |||
15 | SGXPV = "4_03_00_02" | ||
16 | IMGPV = "1.6.16.3977" | ||
17 | BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin" | ||
18 | TI_BIN_UNPK_WDEXT := "/Graphics_SDK_${SGXPV}" | ||
19 | |||
20 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/${BINFILE} \ | ||
21 | file://cputype \ | ||
22 | file://rc.pvr \ | ||
23 | file://sample.desktop \ | ||
24 | file://99-bufferclass.rules \ | ||
25 | " | ||
26 | |||
27 | SRC_URI[md5sum] = "ff8c1f2b8e4cb42f4ced6a613b081ada" | ||
28 | SRC_URI[sha256sum] = "cdb0bd3964e107733d632aa8224e0537b05c1ffac34befc036423458c8d75255" | ||
29 | |||
30 | S = "${WORKDIR}/Graphics_SDK_${SGXPV}" | ||