summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ipc-transport.inc
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-02-06 02:19:13 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-02-08 12:30:09 -0500
commitd3a7ce8cf388546998673a277eba84d9c7eaa8b8 (patch)
tree8c4824cc8ce59cd36ac06f28829ba03c22bdbe1c /recipes-ti/ipc/ipc-transport.inc
parentbcb5ecc357bea02599cb111e06e518995281dd66 (diff)
downloadmeta-ti-d3a7ce8cf388546998673a277eba84d9c7eaa8b8.tar.gz
ipc-transport: Extract source info to common inc file
* Also use new variables to specify the source info so this can be easily overridden and applied to each recipe. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc/ipc-transport.inc')
-rw-r--r--recipes-ti/ipc/ipc-transport.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ipc-transport.inc b/recipes-ti/ipc/ipc-transport.inc
new file mode 100644
index 00000000..4ba3670b
--- /dev/null
+++ b/recipes-ti/ipc/ipc-transport.inc
@@ -0,0 +1,15 @@
1LIC_FILES_CHKSUM = "file://COPYING.txt;md5=27bb0deb260c60120a8d7b91da7c3b02"
2
3IPC_TRANSPORT_GIT_URI = "git://git.ti.com/keystone-linux/ipc-transport.git"
4IPC_TRANSPORT_GIT_BRANCH = "master"
5IPC_TRANSPORT_GIT_PROTOCOL = "git"
6
7# Below commit ID corresponds to DEV.IPC-TRANSPORT.02.00.00.01
8IPC_TRANSPORT_SRCREV = "88ea336c584ccec4b2c281cd7f75df9dff6d4edf"
9
10BRANCH="${IPC_TRANSPORT_GIT_BRANCH}"
11SRC_URI = "${IPC_TRANSPORT_GIT_URI};protocol=${IPC_TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}"
12SRCREV = "${IPC_TRANSPORT_SRCREV}"
13PV = "02.00.00.01"
14
15INC_PR = "r1"