diff options
-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" |