summaryrefslogtreecommitdiffstats
path: root/bsp/meta-ti/recipes-ti/ipc/ipc-transport.inc
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-ti/recipes-ti/ipc/ipc-transport.inc')
-rw-r--r--bsp/meta-ti/recipes-ti/ipc/ipc-transport.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/bsp/meta-ti/recipes-ti/ipc/ipc-transport.inc b/bsp/meta-ti/recipes-ti/ipc/ipc-transport.inc
new file mode 100644
index 00000000..25c49e72
--- /dev/null
+++ b/bsp/meta-ti/recipes-ti/ipc/ipc-transport.inc
@@ -0,0 +1,15 @@
+LICENSE = "BSD-3-Clause"
+
+IPC_TRANSPORT_GIT_URI = "git://git.ti.com/keystone-linux/ipc-transport.git"
+IPC_TRANSPORT_GIT_PROTOCOL = "git"
+IPC_TRANSPORT_GIT_BRANCH = "master"
+
+# Below commit ID corresponds to "DEV.IPC-TRANSPORT.02.00.00.02"
+IPC_TRANSPORT_SRCREV = "8cb22733115f7c1ee1e1cf3f7d704158080f383c"
+
+BRANCH = "${IPC_TRANSPORT_GIT_BRANCH}"
+SRC_URI = "${IPC_TRANSPORT_GIT_URI};protocol=${IPC_TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}"
+
+SRCREV = "${IPC_TRANSPORT_SRCREV}"
+PV = "02.00.00.02"
+INC_PR = "r0"