[meta-ti] omapdrm-pvr: add support for voluntary kernel preemption option
Karthik Ramanan
a0393906 at ti.com
Wed Mar 25 02:59:15 PDT 2015
Signed-off-by: Karthik Ramanan <a0393906 at ti.com>
---
.../powervr-drivers/omapdrm-pvr_1.9.2253347.bb | 8 +++++---
1 file changed, 5 insertions(+), 3 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 1a91e1c..4ef920e 100644
--- a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
+++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
@@ -5,13 +5,15 @@ LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=2b841bf
inherit module
-MACHINE_KERNEL_PR_append = "c"
+MACHINE_KERNEL_PR_append = "d"
PR = "${MACHINE_KERNEL_PR}"
-SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git"
+BRANCH = "next"
+
+SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}"
S = "${WORKDIR}/git"
-SRCREV = "0f3561a47cf7a1b968fb64446a0be10abc9a15d5"
+SRCREV = "872aa64b227cadbc97755a4192919dd5ca637971"
EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"'
--
1.7.9.5
More information about the meta-ti
mailing list