diff options
author | Sam Nelson <sam.nelson@ti.com> | 2015-04-11 03:56:58 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-04-10 18:08:46 -0400 |
commit | a6302b4f09c98c3490836fe0b2024b3e3df1fc53 (patch) | |
tree | 9624c9c8e2cfbe483f1711ff6472b76061b0529b /recipes-bsp/rm-lld | |
parent | a2235a7004d4d48ba502de282ee31d571ab4bb70 (diff) | |
download | meta-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.bb | 13 |
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 | ||
5 | BRANCH="master" | 5 | BRANCH="master" |
6 | SRC_URI = "git://git.ti.com/keystone-rtos/rm-lld.git;destsuffix=git/ti/drv/rm;protocol=git;branch=${BRANCH}" | 6 | SRC_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 |
8 | SRCREV = "dc0dba4a6b0358efcb861d50b3dae21beb5281a8" | 8 | SRCREV = "7873d22076b4cb865365bbce20a244121414bb44" |
9 | PV = "02.01.00.06" | 9 | PV = "02.01.00.08" |
10 | PR = "r0" | 10 | PR = "r1" |
11 | 11 | ||
12 | COMPATIBLE_MACHINE = "keystone" | 12 | COMPATIBLE_MACHINE = "keystone" |
13 | 13 | ||
@@ -15,8 +15,9 @@ DEPENDS = "ti-ipc libdaemon" | |||
15 | 15 | ||
16 | PACKAGES =+ "${PN}-test" | 16 | PACKAGES =+ "${PN}-test" |
17 | 17 | ||
18 | FILES_${PN}-test = "${bindir}/rmDspClientTest_*.out \ | 18 | FILES_${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 | ||
22 | CHOICELIST = "yes no" | 23 | CHOICELIST = "yes no" |