diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-17 09:39:16 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-17 09:39:16 +0200 |
commit | e38e6ba9be58287323bace0cdadecf5b2fea9370 (patch) | |
tree | 7058be66d78bae58ce8015d6f4e3dc676b8437a3 /recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb | |
parent | f7f14e511df8ad510811b34c75a7ead85207b2d9 (diff) |
omap3-sgx-modules: update to 1.3.13.1607
Diffstat (limited to 'recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb')
-rw-r--r-- | recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb new file mode 100644 index 0000000000..8e4d2a25bd --- /dev/null +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap3 SoCs" +LICENSE = "GPLv2" + +inherit module + +SRC_URI = "file://omap3-sgx-modules-${PV}.tar.bz2 \ + file://0002-Compile-fixes-for-DSS2.patch;patch=1 \ + file://rotation-dss2.patch;patch=1 \ + file://build_es3.x_sgx.patch;patch=1 \ +" + +PVRBUILD = "release" + +MAKE_TARGETS = " BUILD=${PVRBUILD}" + +do_install() { + mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr + cp ${S}/pvrsrvkm.ko ${S}/services4/3rdparty/dc_omap3430_linux/omaplfb.ko ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr +} |