summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"