diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2013-11-22 02:46:17 -0500 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2013-11-22 02:38:12 -0500 |
| commit | 3c401ae6d9f694827b06b2e8a06511b33d072623 (patch) | |
| tree | ec651e879734275e61e43ba827a7d346cd63ddb8 /recipes-bsp | |
| parent | 8ade2a489adf4f0594db7c26839e06fd3c2f74c8 (diff) | |
| download | meta-ti-3c401ae6d9f694827b06b2e8a06511b33d072623.tar.gz | |
recipes-bsp: add recipe for PowerVR SGX544MP2 kernel drivers
* The PowerVR SGX544MP2 is found on omap5 and dra7xx devices. This
recipe adds support for the PowerVR graphics subsystem.
Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
Signed-off-by: Siddharth Heroor <heroor@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb new file mode 100644 index 00000000..24aadd52 --- /dev/null +++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs" | ||
| 2 | HOMEPAGE = "http://git.ti.com" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://MIT-COPYING;md5=8c2810fa6bfdc5ae5c15a0c1ade34054" | ||
| 5 | |||
| 6 | inherit module | ||
| 7 | |||
| 8 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git" | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | |||
| 11 | SRCREV = "86a4ffae3458c51f0a58e44b17b7a4fd92d2b8c6" | ||
| 12 | PR = "${MACHINE_KERNEL_PR}" | ||
| 13 | |||
| 14 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"' | ||
| 15 | |||
| 16 | do_compile_prepend() { | ||
| 17 | cd ${S}/eurasiacon/build/linux2/omap5430_linux | ||
| 18 | } | ||
| 19 | |||
| 20 | do_install() { | ||
| 21 | mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/extra/ | ||
| 22 | cp ${S}/eurasiacon/binary2_omap5430_linux_release/target/kbuild/omapdrm_pvr.ko \ | ||
| 23 | ${D}/lib/modules/${KERNEL_VERSION}/extra/ | ||
| 24 | } | ||
