git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
936ed14
)
ti-c6accel: switch to MACHINE_KERNEL_PR
author
Roger Monk
<r-monk@ti.com>
Thu, 30 Sep 2010 09:30:04 +0000
(10:30 +0100)
committer
Koen 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
patch
|
blob
|
history
diff --git
a/recipes/ti/ti-c6accel.inc
b/recipes/ti/ti-c6accel.inc
index
edac1cf
..
e0ac230
100644
(file)
--- 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}"