summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rm-lld
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2015-04-11 03:56:58 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-04-10 18:08:46 -0400
commita6302b4f09c98c3490836fe0b2024b3e3df1fc53 (patch)
tree9624c9c8e2cfbe483f1711ff6472b76061b0529b /recipes-bsp/rm-lld
parenta2235a7004d4d48ba502de282ee31d571ab4bb70 (diff)
downloadmeta-ti-a6302b4f09c98c3490836fe0b2024b3e3df1fc53.tar.gz
rm-lld: Update to new version 2.1.0.8
- Updated test files Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/rm-lld')
-rw-r--r--recipes-bsp/rm-lld/rm-lld_git.bb13
1 files changed, 7 insertions, 6 deletions
diff --git a/recipes-bsp/rm-lld/rm-lld_git.bb b/recipes-bsp/rm-lld/rm-lld_git.bb
index ed344787..beac9276 100644
--- a/recipes-bsp/rm-lld/rm-lld_git.bb
+++ b/recipes-bsp/rm-lld/rm-lld_git.bb
@@ -4,10 +4,10 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/rm/COPYING.txt;md5=dc61631b6536
4 4
5BRANCH="master" 5BRANCH="master"
6SRC_URI = "git://git.ti.com/keystone-rtos/rm-lld.git;destsuffix=git/ti/drv/rm;protocol=git;branch=${BRANCH}" 6SRC_URI = "git://git.ti.com/keystone-rtos/rm-lld.git;destsuffix=git/ti/drv/rm;protocol=git;branch=${BRANCH}"
7# Below commit ID corresponds to DEV.RM_LLD.02.01.00.06 7# Below commit ID corresponds to DEV.RM_LLD.02.01.00.08
8SRCREV = "dc0dba4a6b0358efcb861d50b3dae21beb5281a8" 8SRCREV = "7873d22076b4cb865365bbce20a244121414bb44"
9PV = "02.01.00.06" 9PV = "02.01.00.08"
10PR = "r0" 10PR = "r1"
11 11
12COMPATIBLE_MACHINE = "keystone" 12COMPATIBLE_MACHINE = "keystone"
13 13
@@ -15,8 +15,9 @@ DEPENDS = "ti-ipc libdaemon"
15 15
16PACKAGES =+ "${PN}-test" 16PACKAGES =+ "${PN}-test"
17 17
18FILES_${PN}-test = "${bindir}/rmDspClientTest_*.out \ 18FILES_${PN}-test = "${bindir}/rmDspClientTest.out \
19 ${bindir}/rmLinuxClientTest_*.out \ 19 ${bindir}/rmLinuxClientTest.out \
20 ${bindir}/rmLinuxMtClientTest.out \
20 ${bindir}/ti/drv/rm/test/dts_files/*.dtb" 21 ${bindir}/ti/drv/rm/test/dts_files/*.dtb"
21 22
22CHOICELIST = "yes no" 23CHOICELIST = "yes no"