diff options
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r-- | recipes-ti/ipc/ipc-transport.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/ipc/ipc-transport.inc b/recipes-ti/ipc/ipc-transport.inc index 25c49e72..0c1edef1 100644 --- a/recipes-ti/ipc/ipc-transport.inc +++ b/recipes-ti/ipc/ipc-transport.inc | |||
@@ -4,12 +4,12 @@ IPC_TRANSPORT_GIT_URI = "git://git.ti.com/keystone-linux/ipc-transport.git" | |||
4 | IPC_TRANSPORT_GIT_PROTOCOL = "git" | 4 | IPC_TRANSPORT_GIT_PROTOCOL = "git" |
5 | IPC_TRANSPORT_GIT_BRANCH = "master" | 5 | IPC_TRANSPORT_GIT_BRANCH = "master" |
6 | 6 | ||
7 | # Below commit ID corresponds to "DEV.IPC-TRANSPORT.02.00.00.02" | 7 | # Below commit ID corresponds to "DEV.IPC-TRANSPORT.02.00.00.02A" |
8 | IPC_TRANSPORT_SRCREV = "8cb22733115f7c1ee1e1cf3f7d704158080f383c" | 8 | IPC_TRANSPORT_SRCREV = "f75e2e29b9b1b63443a0c82493e41dd2f771c6f5" |
9 | 9 | ||
10 | BRANCH = "${IPC_TRANSPORT_GIT_BRANCH}" | 10 | BRANCH = "${IPC_TRANSPORT_GIT_BRANCH}" |
11 | SRC_URI = "${IPC_TRANSPORT_GIT_URI};protocol=${IPC_TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}" | 11 | SRC_URI = "${IPC_TRANSPORT_GIT_URI};protocol=${IPC_TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}" |
12 | 12 | ||
13 | SRCREV = "${IPC_TRANSPORT_SRCREV}" | 13 | SRCREV = "${IPC_TRANSPORT_SRCREV}" |
14 | PV = "02.00.00.02" | 14 | PV = "02.00.00.02A" |
15 | INC_PR = "r0" | 15 | INC_PR = "r0" |