ti-c6accel: switch to MACHINE_KERNEL_PR
authorRoger Monk <r-monk@ti.com>
Thu, 30 Sep 2010 09:30:04 +0000 (10:30 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 30 Sep 2010 11:20:26 +0000 (13:20 +0200)
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/ti-c6accel.inc

index edac1cf..e0ac230 100644 (file)
@@ -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}"