[meta-ti] Denys Dmytriyenko : recipes-bsp: add recipe for PowerVR SGX544MP2 kernel drivers
Arago Project git
git at arago-project.org
Thu Nov 21 23:49:50 PST 2013
Module: meta-ti
Branch: dylan
Commit: 8d8b62c1377cabb3ef7aa1831b3b0c4aeffd19f7
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=8d8b62c1377cabb3ef7aa1831b3b0c4aeffd19f7
Author: Denys Dmytriyenko <denys at ti.com>
Date: Fri Nov 22 02:46:17 2013 -0500
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 at ti.com>
Signed-off-by: Siddharth Heroor <heroor at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
.../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 0000000..24aadd5
--- /dev/null
+++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs"
+HOMEPAGE = "http://git.ti.com"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://MIT-COPYING;md5=8c2810fa6bfdc5ae5c15a0c1ade34054"
+
+inherit module
+
+SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git"
+S = "${WORKDIR}/git"
+
+SRCREV = "86a4ffae3458c51f0a58e44b17b7a4fd92d2b8c6"
+PR = "${MACHINE_KERNEL_PR}"
+
+EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"'
+
+do_compile_prepend() {
+ cd ${S}/eurasiacon/build/linux2/omap5430_linux
+}
+
+do_install() {
+ mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/extra/
+ cp ${S}/eurasiacon/binary2_omap5430_linux_release/target/kbuild/omapdrm_pvr.ko \
+ ${D}/lib/modules/${KERNEL_VERSION}/extra/
+}
More information about the meta-ti
mailing list