diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-03-18 18:02:02 -0400 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:27 +0200 |
commit | c88d28ef872235376aae3492d919ee2cdf9be3ff (patch) | |
tree | 2ef3b8717ba0c4a96377215a3b1b3b56a3714868 /recipes | |
parent | c9a98cbd51c57307bcd6cb4e130961e9c59dc075 (diff) |
ti-dmai: bump the SRCREV for dm365 and dm6467
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ti/ti-dmai_svn.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/ti/ti-dmai_svn.bb b/recipes/ti/ti-dmai_svn.bb index 14849e5aca..9a2ec4b8d0 100644 --- a/recipes/ti/ti-dmai_svn.bb +++ b/recipes/ti/ti-dmai_svn.bb @@ -15,7 +15,7 @@ PV = "1.0+svnr${SRCPV}" # This package has high dependence on kernel, use kernel PR as base and append a local version PR = "${MACHINE_KERNEL_PR}" -PR_append = "i" +PR_append = "j" S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface" @@ -29,10 +29,10 @@ DMAIBRANCH_omapl138 = "trunk" DMAIBRANCH ?= "<UNDEFINED_DMAIBRANCH>" SRCREV_dm6446 = "423" -SRCREV_dm6467 = "424" +SRCREV_dm6467 = "441" SRCREV_omap3 = "423" SRCREV_dm355 = "424" -SRCREV_dm365 = "424" +SRCREV_dm365 = "441" SRCREV_omapl137 = "423" SRCREV_omapl138 = "423" SRCREV ?= "<UNDEFINED_SRCREV>" |