diff options
author | Karthik Ramanan <a0393906@ti.com> | 2015-03-25 15:59:15 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-04-06 18:45:54 -0400 |
commit | e736788b5f66cb5817ad25da710623069b59f8f2 (patch) | |
tree | e5168ea4aeb064987f0a929cfdeb91f7e3588e1d /recipes-bsp/powervr-drivers | |
parent | b81014dbb5cc39fdfa66af87d18b72eb9eb3c701 (diff) | |
download | meta-ti-e736788b5f66cb5817ad25da710623069b59f8f2.tar.gz |
omapdrm-pvr: add support for voluntary kernel preemption option
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/powervr-drivers')
-rw-r--r-- | recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb | 8 |
1 files 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 1a91e1c7..4ef920ec 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 | |||
5 | 5 | ||
6 | inherit module | 6 | inherit module |
7 | 7 | ||
8 | MACHINE_KERNEL_PR_append = "c" | 8 | MACHINE_KERNEL_PR_append = "d" |
9 | PR = "${MACHINE_KERNEL_PR}" | 9 | PR = "${MACHINE_KERNEL_PR}" |
10 | 10 | ||
11 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git" | 11 | BRANCH = "next" |
12 | |||
13 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}" | ||
12 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
13 | 15 | ||
14 | SRCREV = "0f3561a47cf7a1b968fb64446a0be10abc9a15d5" | 16 | SRCREV = "872aa64b227cadbc97755a4192919dd5ca637971" |
15 | 17 | ||
16 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"' | 18 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"' |
17 | 19 | ||