diff options
author | Sam Nelson <sam.nelson@ti.com> | 2016-06-21 02:04:13 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-06-20 16:55:47 -0400 |
commit | df454f2fe74bd869c8a92ee65ace3e7039347e8a (patch) | |
tree | 099c264fb4120150c5b887a4c563f7e47c703bb5 /recipes-ti/mpm-transport | |
parent | baa05bfea30db2039c686da1c92bd5d7df5f5f3c (diff) | |
download | meta-ti-df454f2fe74bd869c8a92ee65ace3e7039347e8a.tar.gz |
mpm-transport: Update to new version 2.0.1.2
- Adapts to API change in uio-module-drv
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/mpm-transport')
-rw-r--r-- | recipes-ti/mpm-transport/mpm-transport_git.bb | 8 |
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 473de20a..280a5e1a 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}" | |||
15 | SRC_URI = "git://git.ti.com/keystone-linux/mpm-transport.git;protocol=git;branch=${BRANCH}" | 15 | SRC_URI = "git://git.ti.com/keystone-linux/mpm-transport.git;protocol=git;branch=${BRANCH}" |
16 | 16 | ||
17 | BRANCH = "master" | 17 | BRANCH = "master" |
18 | # This commit corresponds to tag DEV.MPM-TRANSPORT-02.00.00.01 | 18 | # This commit corresponds to tag DEV.MPM-TRANSPORT-02.00.01.02 |
19 | SRCREV = "489b669540c5545125ab5d9f3f2cdb5ec5fc09dd" | 19 | SRCREV = "5c1f177b8d5802227dfe7e86fc026620e1e10189" |
20 | 20 | ||
21 | PV = "2.0.0.1" | 21 | PV = "2.0.1.2" |
22 | PR = "r1" | 22 | PR = "r0" |
23 | 23 | ||
24 | EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}" | 24 | EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}" |
25 | EXTRA_OEMAKE_append_k2hk-evm += "HYPLNK_TRANSPORT=true SRIO_TRANSPORT=true" | 25 | EXTRA_OEMAKE_append_k2hk-evm += "HYPLNK_TRANSPORT=true SRIO_TRANSPORT=true" |