summaryrefslogtreecommitdiffstats
path: root/meta/packages/powervr-drivers
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-06 20:43:34 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-06 20:43:34 +0000
commitb040233aa67e14d72759338b4636edb55b258bba (patch)
tree730459ce4da13f30028d2f7f33206347a85661d4 /meta/packages/powervr-drivers
parent3ec9a7de2a4e4c7c2b866f633d368100f4ec4809 (diff)
downloadpoky-b040233aa67e14d72759338b4636edb55b258bba.tar.gz
omap3-sgx-modules: recipe to build sgx modules using the kbuild system from the GPL'ed imgtec sources (from OE.dev with added COMPATIBLE_MACHINE)
Diffstat (limited to 'meta/packages/powervr-drivers')
-rw-r--r--meta/packages/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb b/meta/packages/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb
new file mode 100644
index 0000000000..22a55b278a
--- /dev/null
+++ b/meta/packages/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap3 SoCs"
2LICENSE = "GPLv2"
3
4inherit module
5
6SRC_URI = "http://dominion.thruhere.net/koen/OE/omap3-sgx-modules-1.3.13.1397.tar.bz2"
7
8S = ${WORKDIR}/${PN}-${PV}/eurasiacon/build/linux/omap3430_linux/kbuild/
9
10MAKE_TARGETS = "BUILD=debug"
11
12COMPATIBLE_MACHINE = "(omap-3430ldp|omap-3430sdp|beagleboard|overo)"
13
14do_install() {
15 mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/drivers/gpu
16 cp ${WORKDIR}/${PN}-${PV}/eurasiacon/binary_omap3430_linux_debug/*.ko ${D}/lib/modules/${KERNEL_VERSION}/drivers/gpu
17}