aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-09-30 10:30:04 +0100
committerKoen Kooi <koen@openembedded.org>2010-09-30 13:20:26 +0200
commitff74b8dd67bea633e8eefd51144420215bef7ddf (patch)
treead8b5d0738abb4935e3f09f26c966fecb1471959 /recipes
parent936ed14cdb38a0e3d93b9b8edf43271ec09d93b0 (diff)
downloadopenembedded-ff74b8dd67bea633e8eefd51144420215bef7ddf.tar.gz
ti-c6accel: switch to MACHINE_KERNEL_PR
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/ti/ti-c6accel.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/ti/ti-c6accel.inc b/recipes/ti/ti-c6accel.inc
index edac1cff23..e0ac230cc4 100644
--- a/recipes/ti/ti-c6accel.inc
+++ b/recipes/ti/ti-c6accel.inc
@@ -16,7 +16,9 @@ COMPATIBLE_MACHINE = "(da850-omapl138-evm|omap3evm|dm37x-evm)"
PROVIDES += "ti-c6accel-apps"
-PR = "r12"
+# This recipe links statically against kernel dependant stuff, use kernel PR as base and append a local version
+PR = "${MACHINE_KERNEL_PR}"
+PR_append = "a"
S = "${WORKDIR}/c6accel_${PV}"