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 | |
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>
-rw-r--r-- | recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb | 45 | ||||
-rw-r--r-- | recipes-graphics/libgles/libgles-omap3_4.03.00.02.bb | 30 |
2 files changed, 0 insertions, 75 deletions
diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb deleted file mode 100644 index 4f9be7bc..00000000 --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb +++ /dev/null | |||
@@ -1,45 +0,0 @@ | |||
1 | DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap3 SoCs" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=21228a42e27d1d104b31a83f7c9da935" | ||
4 | |||
5 | TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" | ||
6 | require ../../recipes-ti/includes/ti-eula-unpack.inc | ||
7 | |||
8 | SGXPV = "4_03_00_02" | ||
9 | IMGPV = "1.6.16.3977" | ||
10 | BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin" | ||
11 | |||
12 | inherit module | ||
13 | |||
14 | MACHINE_KERNEL_PR_append = "b" | ||
15 | PR = "${MACHINE_KERNEL_PR}" | ||
16 | |||
17 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/${BINFILE} \ | ||
18 | file://Compile-fixes-for-38-kernel.patch \ | ||
19 | file://kernel-30.patch \ | ||
20 | " | ||
21 | SRC_URI[md5sum] = "ff8c1f2b8e4cb42f4ced6a613b081ada" | ||
22 | SRC_URI[sha256sum] = "cdb0bd3964e107733d632aa8224e0537b05c1ffac34befc036423458c8d75255" | ||
23 | TI_BIN_UNPK_WDEXT="/Graphics_SDK_${SGXPV}" | ||
24 | S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}/GFX_Linux_KM" | ||
25 | |||
26 | PVRBUILD = "release" | ||
27 | export KERNELDIR = "${STAGING_KERNEL_DIR}" | ||
28 | |||
29 | INHIBIT_PACKAGE_STRIP = "1" | ||
30 | |||
31 | TI_PLATFORM_omap3 = "omap3630" | ||
32 | TI_PLATFORM_ti816x = "ti81xx" | ||
33 | |||
34 | MODULESLOCATION_omap3 = "dc_omap3430_linux" | ||
35 | MODULESLOCATION_ti816x = "dc_ti81xx_linux" | ||
36 | |||
37 | MAKE_TARGETS = " BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM}" | ||
38 | |||
39 | do_install() { | ||
40 | mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr | ||
41 | cp ${S}/pvrsrvkm.ko \ | ||
42 | ${S}/services4/3rdparty/${MODULESLOCATION}/omaplfb.ko \ | ||
43 | ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \ | ||
44 | ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr | ||
45 | } | ||
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}" | ||