aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-codec-engine.inc
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-09-16 16:13:27 +0100
committerKoen Kooi <koen@openembedded.org>2010-09-30 13:20:24 +0200
commitac9b39905bafcd284aac7811e47f75e432e597cf (patch)
tree9606fdfd0a25bc977d914ad5b6756c0d72e1d1d6 /recipes/ti/ti-codec-engine.inc
parent5918bb5442cf1bd291d921badf4d1a72f45d037e (diff)
downloadopenembedded-ac9b39905bafcd284aac7811e47f75e432e597cf.tar.gz
ti-recipes: Switch remaining buildable ti recipes to use KERNEL_PR
* Switch recipes to use KERNEL_PR + append if they are buildable * All related KERNELs have higher PR than the previous local PR, so safe to change * Allows us to easily rebuild entire ti stack by bumping KERNEL_PR * Downside is, of course, that entire ti stack will get built each time we tweak kernels * However, most of TI stack has kernel dependence anyway Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-codec-engine.inc')
-rw-r--r--recipes/ti/ti-codec-engine.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ti/ti-codec-engine.inc b/recipes/ti/ti-codec-engine.inc
index 483a1619d9..3c1e4184db 100644
--- a/recipes/ti/ti-codec-engine.inc
+++ b/recipes/ti/ti-codec-engine.inc
@@ -12,7 +12,8 @@ require ti-staging.inc
PROVIDES += "ti-codec-engine-examples"
-PR = "r5"
+PR = "${MACHINE_KERNEL_PR}"
+PR_append = "a"
S = "${WORKDIR}/codec_engine_${PV}"