diff options
-rw-r--r-- | recipes-ti/mpm-transport/mpm-transport_git.bb | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb b/recipes-ti/mpm-transport/mpm-transport_git.bb index cb0f6c4d..fd68721e 100644 --- a/recipes-ti/mpm-transport/mpm-transport_git.bb +++ b/recipes-ti/mpm-transport/mpm-transport_git.bb | |||
@@ -1,22 +1,29 @@ | |||
1 | DESCRIPTION = "Multiproc transport layer for KeyStone devices: Provide basic transport layer for moving data between different processing nodes" | 1 | DESCRIPTION = "Multiproc transport layer for KeyStone devices: Provide basic transport layer for moving data between different processing nodes" |
2 | HOMEPAGE = "http://git.ti.com/cgit/cgit.cgi/keystone-linux/mpm-transport.git" | 2 | HOMEPAGE = "http://git.ti.com/cgit/cgit.cgi/keystone-linux/mpm-transport.git" |
3 | LICENSE = "BSD-3-Clause & MIT" | 3 | LICENSE = "BSD-3-Clause & MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c17cd1dc60dc06a4c4f2a2c45472a51" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=122b7757f366f3f6fe11988715258fc9" |
5 | COMPATIBLE_MACHINE = "keystone" | 5 | COMPATIBLE_MACHINE = "keystone" |
6 | DEPENDS = "common-csl-ip hyplnk-lld edma3-lld mmap-lld" | 6 | DEPENDS = "common-csl-ip hyplnk-lld edma3-lld mmap-lld cmem rm-lld qmss-lld cppi-lld srio-lld" |
7 | 7 | ||
8 | SRC_URI = "git://git.ti.com/keystone-linux/mpm-transport.git;protocol=git;branch=${BRANCH}" | 8 | SRC_URI = "git://git.ti.com/keystone-linux/mpm-transport.git;protocol=git;branch=${BRANCH}" |
9 | 9 | ||
10 | BRANCH = "master" | 10 | BRANCH = "master" |
11 | # This commit corresponds to tag DEV.MPM-TRANSPORT-01.00.06.00 | 11 | # This commit corresponds to tag DEV.MPM-TRANSPORT-01.00.07.00A |
12 | SRCREV = "af2d2ad8721b769012662c539a86b94f7d44dbda" | 12 | SRCREV = "267db40a9c551bd91dbed470d57cd1ed0d9e9141" |
13 | PV = "1.0.6.0" | 13 | |
14 | PV = "1.0.7.0" | ||
14 | PR = "r1" | 15 | PR = "r1" |
15 | 16 | ||
16 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
17 | 18 | ||
18 | PACKAGES =+ "${PN}-test" | 19 | PACKAGES =+ "${PN}-test" |
19 | FILES_${PN}-test = "${bindir}/mpm_transport_test.out ${bindir}/mpm_transport_hyplnk_loopback.out ${bindir}/mpm_transport_hyplnk_remote.out ${bindir}/mpm_transport_hyplnk_loopback_dma.out ${bindir}/mpm_transport_hyplnk_loopback64.out" | 20 | FILES_${PN}-test = "${bindir}/mpm_transport_test.out \ |
21 | ${bindir}/mpm_transport_hyplnk_loopback.out \ | ||
22 | ${bindir}/mpm_transport_hyplnk_remote.out \ | ||
23 | ${bindir}/mpm_transport_hyplnk_loopback_dma.out \ | ||
24 | ${bindir}/mpm_transport_hyplnk_loopback64.out \ | ||
25 | ${bindir}/mpm_transport_qmss_arm_mt.out \ | ||
26 | ${bindir}/mpm_transport_srio_arm_mt.out" | ||
20 | 27 | ||
21 | do_compile () { | 28 | do_compile () { |
22 | cd ${S} | 29 | cd ${S} |