diff options
author | Justin Sobota <jsobota@ti.com> | 2015-12-17 01:59:49 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-12-17 20:06:41 -0500 |
commit | 0dec8cd1915cad450bd17623e2d5a9e2dc885bf8 (patch) | |
tree | 9eb77e28626e481687ba691d702b3fbfd1c82b58 /recipes-ti | |
parent | e6eb4f3b43f3a9abd43d10f13b3fcb78467e6ce4 (diff) | |
download | meta-ti-0dec8cd1915cad450bd17623e2d5a9e2dc885bf8.tar.gz |
ipc-transport-srio: Update to new version 2.0.0.1
Signed-off-by: Justin Sobota <jsobota@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/ipc/ipc-transport-srio.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/ipc/ipc-transport-srio.inc b/recipes-ti/ipc/ipc-transport-srio.inc index 08b97686..91e3be14 100644 --- a/recipes-ti/ipc/ipc-transport-srio.inc +++ b/recipes-ti/ipc/ipc-transport-srio.inc | |||
@@ -5,11 +5,11 @@ 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.02.00.00.00 | 8 | # Below commit ID corresponds to DEV.IPC-TRANSPORT.02.00.00.01 |
9 | SRCREV = "e0f99ae7bf3efc8f6a7c415af513b7c4323c5271" | 9 | SRCREV = "88ea336c584ccec4b2c281cd7f75df9dff6d4edf" |
10 | PV = "02.00.00.00" | 10 | PV = "02.00.00.01" |
11 | 11 | ||
12 | COMPATIBLE_MACHINE = "keystone" | 12 | COMPATIBLE_MACHINE = "k2hk-evm" |
13 | 13 | ||
14 | S = "${WORKDIR}/git/linux/srio" | 14 | S = "${WORKDIR}/git/linux/srio" |
15 | 15 | ||