diff options
author | Sam Nelson <sam.nelson@ti.com> | 2015-10-20 01:46:56 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-10-19 17:11:30 -0400 |
commit | 2892deae256f05e612f39491d7a9f9c67535c094 (patch) | |
tree | 9b74b9d05ad9289c91b74fd3b4702d9078a3cffa /recipes-ti/ipc | |
parent | d027ee6beb53a96fb7755eb3b6325f8f18c2ce7e (diff) | |
download | meta-ti-2892deae256f05e612f39491d7a9f9c67535c094.tar.gz |
ipc/ipc-transport: Update to new version 2.0.0.0
- Updates srio and qmss transports
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r-- | recipes-ti/ipc/ipc-transport-qmss.inc | 6 | ||||
-rw-r--r-- | recipes-ti/ipc/ipc-transport-srio.inc | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-ti/ipc/ipc-transport-qmss.inc b/recipes-ti/ipc/ipc-transport-qmss.inc index 35c2111b..64692f2f 100644 --- a/recipes-ti/ipc/ipc-transport-qmss.inc +++ b/recipes-ti/ipc/ipc-transport-qmss.inc | |||
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=27bb0deb260c60120a8d7b91da7c3b02" | |||
5 | 5 | ||
6 | BRANCH="master" | 6 | BRANCH="master" |
7 | SRC_URI = "git://git.ti.com/keystone-linux/ipc-transport.git;protocol=git;branch=${BRANCH}" | 7 | SRC_URI = "git://git.ti.com/keystone-linux/ipc-transport.git;protocol=git;branch=${BRANCH}" |
8 | # Below commit ID corresponds to DEV.IPC-TRANSPORT.01.00.00.00 | 8 | # Below commit ID corresponds to DEV.IPC-TRANSPORT.02.00.00.00 |
9 | SRCREV = "b3077467126c84b5d583dc29e13ab221064b687b" | 9 | SRCREV = "e0f99ae7bf3efc8f6a7c415af513b7c4323c5271" |
10 | PV = "01.00.00.00" | 10 | PV = "02.00.00.00" |
11 | 11 | ||
12 | COMPATIBLE_MACHINE = "keystone" | 12 | COMPATIBLE_MACHINE = "keystone" |
13 | 13 | ||
diff --git a/recipes-ti/ipc/ipc-transport-srio.inc b/recipes-ti/ipc/ipc-transport-srio.inc index e286421f..08b97686 100644 --- a/recipes-ti/ipc/ipc-transport-srio.inc +++ b/recipes-ti/ipc/ipc-transport-srio.inc | |||
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=27bb0deb260c60120a8d7b91da7c3b02" | |||
5 | 5 | ||
6 | BRANCH="master" | 6 | BRANCH="master" |
7 | SRC_URI = "git://git.ti.com/keystone-linux/ipc-transport.git;protocol=git;branch=${BRANCH}" | 7 | SRC_URI = "git://git.ti.com/keystone-linux/ipc-transport.git;protocol=git;branch=${BRANCH}" |
8 | # Below commit ID corresponds to DEV.IPC-TRANSPORT.01.00.00.00 | 8 | # Below commit ID corresponds to DEV.IPC-TRANSPORT.02.00.00.00 |
9 | SRCREV = "b3077467126c84b5d583dc29e13ab221064b687b" | 9 | SRCREV = "e0f99ae7bf3efc8f6a7c415af513b7c4323c5271" |
10 | PV = "01.00.00.00" | 10 | PV = "02.00.00.00" |
11 | 11 | ||
12 | COMPATIBLE_MACHINE = "keystone" | 12 | COMPATIBLE_MACHINE = "keystone" |
13 | 13 | ||