diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-04 15:20:35 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-26 10:01:48 +0100 |
commit | 273ab1b4873598876b46ffe0cc7ba8484e8f64d4 (patch) | |
tree | eae968f59f6c51957df4d214e11648d84f6a0921 /recipes-bsp | |
parent | 8bdde7f6b980aabb2097090eac8e05288b651639 (diff) | |
download | meta-ti-273ab1b4873598876b46ffe0cc7ba8484e8f64d4.tar.gz |
omap3-sgx-modules: add 4.05.00.03
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb new file mode 100644 index 00000000..f034fc89 --- /dev/null +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb | |||
@@ -0,0 +1,45 @@ | |||
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_05_00_03" | ||
9 | BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin" | ||
10 | |||
11 | inherit module | ||
12 | |||
13 | MACHINE_KERNEL_PR_append = "a" | ||
14 | PR = "${MACHINE_KERNEL_PR}" | ||
15 | |||
16 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/Graphics_SDK_setuplinux_${SGXPV}.bin \ | ||
17 | " | ||
18 | SRC_URI[md5sum] = "0e651eaa92bb91760f0b40a17697a7dc" | ||
19 | SRC_URI[sha256sum] = "bfe764a8959556195545d6fff76f63a489642f345c105bbbc309a3f243c2dd0e" | ||
20 | S = "${WORKDIR}/Graphics_SDK_${SGXPV}/GFX_Linux_KM" | ||
21 | |||
22 | PVRBUILD = "release" | ||
23 | export KERNELDIR = "${STAGING_KERNEL_DIR}" | ||
24 | |||
25 | PACKAGE_STRIP = "no" | ||
26 | |||
27 | TI_PLATFORM_omap3 = "omap3630" | ||
28 | TI_PLATFORM_ti814x = "ti81xx | ||
29 | TI_PLATFORM_ti816x = "ti81xx" | ||
30 | TI_PLATFORM_ti33x = "ti335x" | ||
31 | |||
32 | MODULESLOCATION_omap3 = "dc_omap3430_linux" | ||
33 | MODULESLOCATION_ti814x = "dc_ti81xx_linux" | ||
34 | MODULESLOCATION_ti816x = "dc_ti81xx_linux" | ||
35 | MODULESLOCATION_ti33x = "dc_ti335x_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 | } | ||