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:05:56 -0400 |
| commit | 84576bfff1207eabe9479ab20fcdcc45a9d28763 (patch) | |
| tree | 6ff5fe54548d4808f3edc6db33c284849d33be94 /recipes-bsp | |
| parent | 9be75edbe0cb7ab50c506cb191f4cc022491a856 (diff) | |
| download | meta-ti-84576bfff1207eabe9479ab20fcdcc45a9d28763.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-bsp')
| -rw-r--r-- | recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb | 45 |
1 files changed, 0 insertions, 45 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 | } | ||
