[meta-ti] Karthik Ramanan : omapdrm-pvr: recipe update for SGX KM for Kernel 3.14

Arago Project git git at arago-project.org
Tue Feb 24 13:11:47 PST 2015


Module: meta-ti
Branch: daisy
Commit: 6dba2733094dcad75c5c64c0421f961255e78e84
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=6dba2733094dcad75c5c64c0421f961255e78e84

Author: Karthik Ramanan <a0393906 at ti.com>
Date:   Mon Feb 23 19:20:52 2015 +0000

omapdrm-pvr: recipe update for SGX KM for Kernel 3.14

* Change do_install for updated directory structure

Signed-off-by: Karthik Ramanan <a0393906 at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 .../powervr-drivers/omapdrm-pvr_1.9.2253347.bb     |    8 ++++----
 1 files changed, 4 insertions(+), 4 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
index bd78b36..1a91e1c 100644
--- a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
+++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
@@ -1,17 +1,17 @@
 DESCRIPTION =  "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs"
 HOMEPAGE = "http://git.ti.com"
 LICENSE = "MIT | GPLv2"
-LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12"
+LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=2b841bfc03386bb4d8d9381b79d33898"
 
 inherit module
 
-MACHINE_KERNEL_PR_append = "b"
+MACHINE_KERNEL_PR_append = "c"
 PR = "${MACHINE_KERNEL_PR}"
 
 SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git"
 S = "${WORKDIR}/git"
 
-SRCREV = "bf8997b894f216261f914f64d33e6e588770da5a"
+SRCREV = "0f3561a47cf7a1b968fb64446a0be10abc9a15d5"
 
 EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"'
 
@@ -21,6 +21,6 @@ do_compile_prepend() {
 
 do_install() {
     mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/extra/
-    cp ${S}/eurasiacon/binary2_omap5430_linux_release/target/kbuild/omapdrm_pvr.ko \
+    cp ${S}/eurasia_km/eurasiacon/binary2_omap5430_linux_release/target/kbuild/omapdrm_pvr.ko \
     ${D}/lib/modules/${KERNEL_VERSION}/extra/
 }



More information about the meta-ti mailing list