summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarthik Ramanan <a0393906@ti.com>2016-06-23 18:48:04 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-06-24 10:28:56 -0400
commit6e4d479296f703f26aca6086eeaa889cd462c5d3 (patch)
treeea3ec83db188091499b570f4b646601f09d1af1e
parentf39872ef3fc710d69f21fdf5c983711ca7227aa8 (diff)
downloadmeta-ti-6e4d479296f703f26aca6086eeaa889cd462c5d3.tar.gz
dspdce-fw: Update SRCREV for adding new API
This API will allow querying remote core information Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/dspdce-fw/dspdce-fw_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/dspdce-fw/dspdce-fw_git.bb b/recipes-bsp/dspdce-fw/dspdce-fw_git.bb
index 3979ce9c..ee00833e 100644
--- a/recipes-bsp/dspdce-fw/dspdce-fw_git.bb
+++ b/recipes-bsp/dspdce-fw/dspdce-fw_git.bb
@@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "dra7xx"
6 6
7SRC_URI = "git://git.ti.com/glsdk/dspdce.git;protocol=git" 7SRC_URI = "git://git.ti.com/glsdk/dspdce.git;protocol=git"
8 8
9SRCREV = "88705fd4584edd1289e4bb50658def936de90433" 9SRCREV = "3b9cea492f23d7dabb9ffa0e69631b858ba8e90a"
10 10
11PV = "1.00.00.06" 11PV = "1.00.00.06"
12 12
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git"
15require recipes-ti/includes/ti-paths.inc 15require recipes-ti/includes/ti-paths.inc
16require recipes-ti/includes/ti-staging.inc 16require recipes-ti/includes/ti-staging.inc
17 17
18PR = "r2" 18PR = "r3"
19inherit update-alternatives 19inherit update-alternatives
20 20
21DEPENDS = "ti-xdctools ti-sysbios ti-codec-engine ti-framework-components ti-xdais ti-ipc-rtos ti-osal ti-cgt6x-native" 21DEPENDS = "ti-xdctools ti-sysbios ti-codec-engine ti-framework-components ti-xdais ti-ipc-rtos ti-osal ti-cgt6x-native"