[oe-commits] Roger Monk : ti-c6accel: switch to MACHINE_KERNEL_PR

git version control git at git.openembedded.org
Thu Sep 30 11:21:28 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ff74b8dd67bea633e8eefd51144420215bef7ddf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ff74b8dd67bea633e8eefd51144420215bef7ddf

Author: Roger Monk <r-monk at ti.com>
Date:   Thu Sep 30 10:30:04 2010 +0100

ti-c6accel: switch to MACHINE_KERNEL_PR

Signed-off-by: Roger Monk <r-monk at ti.com>
Signed-off-by: Koen Kooi <k-kooi at ti.com>

---

 recipes/ti/ti-c6accel.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/ti/ti-c6accel.inc b/recipes/ti/ti-c6accel.inc
index edac1cf..e0ac230 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}"
 





More information about the Openembedded-commits mailing list