summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ipc-transport.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/ipc/ipc-transport.inc')
-rw-r--r--recipes-ti/ipc/ipc-transport.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-ti/ipc/ipc-transport.inc b/recipes-ti/ipc/ipc-transport.inc
index 4ba3670b..f399eedb 100644
--- a/recipes-ti/ipc/ipc-transport.inc
+++ b/recipes-ti/ipc/ipc-transport.inc
@@ -1,15 +1,15 @@
1LIC_FILES_CHKSUM = "file://COPYING.txt;md5=27bb0deb260c60120a8d7b91da7c3b02" 1LICENSE = "BSD-3-Clause"
2 2
3IPC_TRANSPORT_GIT_URI = "git://git.ti.com/keystone-linux/ipc-transport.git" 3IPC_TRANSPORT_GIT_URI = "git://git.ti.com/keystone-linux/ipc-transport.git"
4IPC_TRANSPORT_GIT_BRANCH = "master"
5IPC_TRANSPORT_GIT_PROTOCOL = "git" 4IPC_TRANSPORT_GIT_PROTOCOL = "git"
5IPC_TRANSPORT_GIT_BRANCH = "master"
6 6
7# Below commit ID corresponds to DEV.IPC-TRANSPORT.02.00.00.01 7# Below commit ID corresponds to "DEV.IPC-TRANSPORT.02.00.00.01"
8IPC_TRANSPORT_SRCREV = "88ea336c584ccec4b2c281cd7f75df9dff6d4edf" 8IPC_TRANSPORT_SRCREV = "88ea336c584ccec4b2c281cd7f75df9dff6d4edf"
9 9
10BRANCH="${IPC_TRANSPORT_GIT_BRANCH}" 10BRANCH = "${IPC_TRANSPORT_GIT_BRANCH}"
11SRC_URI = "${IPC_TRANSPORT_GIT_URI};protocol=${IPC_TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}" 11SRC_URI = "${IPC_TRANSPORT_GIT_URI};protocol=${IPC_TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}"
12
12SRCREV = "${IPC_TRANSPORT_SRCREV}" 13SRCREV = "${IPC_TRANSPORT_SRCREV}"
13PV = "02.00.00.01" 14PV = "02.00.00.01"
14 15INC_PR = "r2"
15INC_PR = "r1"