diff options
author | Sam Nelson <sam.nelson@ti.com> | 2016-12-07 22:33:51 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-12-07 14:49:47 -0500 |
commit | 76625a437d5180bf9753e7ef2552ab02f2beab0f (patch) | |
tree | 428391cd7503db21bcb8013638bd6f526a24c861 /recipes-ti | |
parent | 8be700838f6e0c71a10c29c77e89093f8c334719 (diff) | |
download | meta-ti-76625a437d5180bf9753e7ef2552ab02f2beab0f.tar.gz |
mpm-transport: Update commit id with fixes
Update and fixes to handle different type of memory sections in sysfs
entry or device tree.
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/mpm-transport/mpm-transport_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb b/recipes-ti/mpm-transport/mpm-transport_git.bb index 51b5e9e9..ee28f2f2 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.02.00 | 18 | # This commit corresponds to tag DEV.MPM-TRANSPORT-02.00.02.00A |
19 | SRCREV = "696a9ec37559b671860ef393194c6032b7b6d9ef" | 19 | SRCREV = "7284e75d36b265ef8535d2e2ee54d1f2c700e862" |
20 | 20 | ||
21 | PV = "2.0.2.0" | 21 | PV = "2.0.2.0" |
22 | PR = "r0" | 22 | PR = "r1" |
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" |