summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-01-04 15:20:35 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-26 10:01:48 +0100
commit273ab1b4873598876b46ffe0cc7ba8484e8f64d4 (patch)
treeeae968f59f6c51957df4d214e11648d84f6a0921 /recipes-bsp
parent8bdde7f6b980aabb2097090eac8e05288b651639 (diff)
downloadmeta-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.bb45
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 @@
1DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap3 SoCs"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=21228a42e27d1d104b31a83f7c9da935"
4
5TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
6require ../../recipes-ti/includes/ti-eula-unpack.inc
7
8SGXPV = "4_05_00_03"
9BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin"
10
11inherit module
12
13MACHINE_KERNEL_PR_append = "a"
14PR = "${MACHINE_KERNEL_PR}"
15
16SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/Graphics_SDK_setuplinux_${SGXPV}.bin \
17 "
18SRC_URI[md5sum] = "0e651eaa92bb91760f0b40a17697a7dc"
19SRC_URI[sha256sum] = "bfe764a8959556195545d6fff76f63a489642f345c105bbbc309a3f243c2dd0e"
20S = "${WORKDIR}/Graphics_SDK_${SGXPV}/GFX_Linux_KM"
21
22PVRBUILD = "release"
23export KERNELDIR = "${STAGING_KERNEL_DIR}"
24
25PACKAGE_STRIP = "no"
26
27TI_PLATFORM_omap3 = "omap3630"
28TI_PLATFORM_ti814x = "ti81xx
29TI_PLATFORM_ti816x = "ti81xx"
30TI_PLATFORM_ti33x = "ti335x"
31
32MODULESLOCATION_omap3 = "dc_omap3430_linux"
33MODULESLOCATION_ti814x = "dc_ti81xx_linux"
34MODULESLOCATION_ti816x = "dc_ti81xx_linux"
35MODULESLOCATION_ti33x = "dc_ti335x_linux"
36
37MAKE_TARGETS = " BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM}"
38
39do_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}