summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2016-12-17 04:41:09 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-12-19 18:18:42 -0500
commit803dbd2ecf1fc136d6d6895c504fbcf0c4c06788 (patch)
treeca3ffa529fba771fad0bf8daeb515c80dc496d01
parentba0725afde91841d004244daf64ba972355e4b83 (diff)
downloadmeta-ti-803dbd2ecf1fc136d6d6895c504fbcf0c4c06788.tar.gz
mpm-transport: Update to new version 2.0.3
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/mpm-transport/mpm-transport_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb b/recipes-ti/mpm-transport/mpm-transport_git.bb
index ee28f2f2..0690807d 100644
--- a/recipes-ti/mpm-transport/mpm-transport_git.bb
+++ b/recipes-ti/mpm-transport/mpm-transport_git.bb
@@ -15,11 +15,11 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
15SRC_URI = "git://git.ti.com/keystone-linux/mpm-transport.git;protocol=git;branch=${BRANCH}" 15SRC_URI = "git://git.ti.com/keystone-linux/mpm-transport.git;protocol=git;branch=${BRANCH}"
16 16
17BRANCH = "master" 17BRANCH = "master"
18# This commit corresponds to tag DEV.MPM-TRANSPORT-02.00.02.00A 18# This commit corresponds to tag DEV.MPM-TRANSPORT-02.00.03.00
19SRCREV = "7284e75d36b265ef8535d2e2ee54d1f2c700e862" 19SRCREV = "ba53217c5db1a6f9d21a0c8f50e9e30a6efa8be8"
20 20
21PV = "2.0.2.0" 21PV = "2.0.3.0"
22PR = "r1" 22PR = "r0"
23 23
24EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}" 24EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}"
25EXTRA_OEMAKE_append_k2hk-evm += "HYPLNK_TRANSPORT=true SRIO_TRANSPORT=true" 25EXTRA_OEMAKE_append_k2hk-evm += "HYPLNK_TRANSPORT=true SRIO_TRANSPORT=true"