diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-06 09:11:49 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-06 09:11:49 +0200 |
commit | 594a5295448cfc2d97e9b1721efe57c3362635bf (patch) | |
tree | 544d3b15053164714cbb0d318a6e81675f4f30a3 /recipes/dsplink/ti-dmai_svn.bb | |
parent | 389043beaee17cd6bc90e5c8e7140fdab51c9ae8 (diff) |
omap3 boards: introduce MACHINE_KERNEL_PR, put it in conf/machine/include/omap3.inc
Diffstat (limited to 'recipes/dsplink/ti-dmai_svn.bb')
-rw-r--r-- | recipes/dsplink/ti-dmai_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/dsplink/ti-dmai_svn.bb b/recipes/dsplink/ti-dmai_svn.bb index bcbaea8f65..76fa74a258 100644 --- a/recipes/dsplink/ti-dmai_svn.bb +++ b/recipes/dsplink/ti-dmai_svn.bb @@ -15,7 +15,7 @@ SRCREV = "36" S = "${WORKDIR}/BRIJESH_GIT_022309/davinci_multimedia_application_interface/dmai" # Yes, the xdc stuff still breaks with a '.' in PWD PV = "120+svnr${SRCREV}" -PR = "r16" +PR = "${MACHINE_KERNEL_PR}" TARGET = "all" TARGET_neuros-osd2 = " dm6446_al dm6446_db" |