diff options
author | Justin Sobota <jsobota@ti.com> | 2016-04-21 02:19:42 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-26 14:54:36 -0400 |
commit | 185cbba966f35821d3671739657e28cf98d3cd9f (patch) | |
tree | 6e9e19887c64aa2194717f77f9090ff9c658db57 /recipes-ti | |
parent | 7663c3bcf5ff1b9ee82518d8074bc6b1a0a4f3f8 (diff) | |
download | meta-ti-185cbba966f35821d3671739657e28cf98d3cd9f.tar.gz |
ipc-transport: Clean up recipe
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-qmss.inc | 4 | ||||
-rw-r--r-- | recipes-ti/ipc/ipc-transport-srio.inc | 4 | ||||
-rw-r--r-- | recipes-ti/ipc/ipc-transport.inc | 12 |
3 files changed, 12 insertions, 8 deletions
diff --git a/recipes-ti/ipc/ipc-transport-qmss.inc b/recipes-ti/ipc/ipc-transport-qmss.inc index a5c8dc40..f029656e 100644 --- a/recipes-ti/ipc/ipc-transport-qmss.inc +++ b/recipes-ti/ipc/ipc-transport-qmss.inc | |||
@@ -3,7 +3,9 @@ LICENSE = "BSD-3-Clause" | |||
3 | 3 | ||
4 | require ipc-transport.inc | 4 | require ipc-transport.inc |
5 | 5 | ||
6 | INC_PR_append = ".0" | 6 | INC_PR_append = ".1" |
7 | |||
8 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=27bb0deb260c60120a8d7b91da7c3b02" | ||
7 | 9 | ||
8 | COMPATIBLE_MACHINE = "keystone" | 10 | COMPATIBLE_MACHINE = "keystone" |
9 | 11 | ||
diff --git a/recipes-ti/ipc/ipc-transport-srio.inc b/recipes-ti/ipc/ipc-transport-srio.inc index 4b5c3051..f73f0f7d 100644 --- a/recipes-ti/ipc/ipc-transport-srio.inc +++ b/recipes-ti/ipc/ipc-transport-srio.inc | |||
@@ -3,7 +3,9 @@ LICENSE = "BSD-3-Clause" | |||
3 | 3 | ||
4 | require ipc-transport.inc | 4 | require ipc-transport.inc |
5 | 5 | ||
6 | INC_PR_append = ".0" | 6 | INC_PR_append = ".1" |
7 | |||
8 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=27bb0deb260c60120a8d7b91da7c3b02" | ||
7 | 9 | ||
8 | COMPATIBLE_MACHINE = "k2hk-evm" | 10 | COMPATIBLE_MACHINE = "k2hk-evm" |
9 | 11 | ||
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 @@ | |||
1 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=27bb0deb260c60120a8d7b91da7c3b02" | 1 | LICENSE = "BSD-3-Clause" |
2 | 2 | ||
3 | IPC_TRANSPORT_GIT_URI = "git://git.ti.com/keystone-linux/ipc-transport.git" | 3 | IPC_TRANSPORT_GIT_URI = "git://git.ti.com/keystone-linux/ipc-transport.git" |
4 | IPC_TRANSPORT_GIT_BRANCH = "master" | ||
5 | IPC_TRANSPORT_GIT_PROTOCOL = "git" | 4 | IPC_TRANSPORT_GIT_PROTOCOL = "git" |
5 | IPC_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" |
8 | IPC_TRANSPORT_SRCREV = "88ea336c584ccec4b2c281cd7f75df9dff6d4edf" | 8 | IPC_TRANSPORT_SRCREV = "88ea336c584ccec4b2c281cd7f75df9dff6d4edf" |
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 | SRCREV = "${IPC_TRANSPORT_SRCREV}" | 13 | SRCREV = "${IPC_TRANSPORT_SRCREV}" |
13 | PV = "02.00.00.01" | 14 | PV = "02.00.00.01" |
14 | 15 | INC_PR = "r2" | |
15 | INC_PR = "r1" | ||