diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-12-15 01:31:42 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-12-18 00:11:12 +0000 |
commit | 9a281bbf1dbaf473bdfcc42f56cb7bab962b0600 (patch) | |
tree | a1ecd21170b7cba01d283c141666a5103771fc3c /recipes-ti | |
parent | 38084c1f9d1cd81d0f8fbc2d2a7b2eed0e74d828 (diff) | |
download | meta-ti-9a281bbf1dbaf473bdfcc42f56cb7bab962b0600.tar.gz |
ipc: SRCREV updates for version 03.50.03.04
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/ipc/ipc-transport.inc | 8 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc-common.inc | 2 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos.inc | 8 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc.inc | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/recipes-ti/ipc/ipc-transport.inc b/recipes-ti/ipc/ipc-transport.inc index f399eedb..25c49e72 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.01" | 7 | # Below commit ID corresponds to "DEV.IPC-TRANSPORT.02.00.00.02" |
8 | IPC_TRANSPORT_SRCREV = "88ea336c584ccec4b2c281cd7f75df9dff6d4edf" | 8 | IPC_TRANSPORT_SRCREV = "8cb22733115f7c1ee1e1cf3f7d704158080f383c" |
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.01" | 14 | PV = "02.00.00.02" |
15 | INC_PR = "r2" | 15 | INC_PR = "r0" |
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc index 6b156f97..95fb5341 100644 --- a/recipes-ti/ipc/ti-ipc-common.inc +++ b/recipes-ti/ipc/ti-ipc-common.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | PV = "3.50.03.03" | 1 | PV = "3.50.03.04" |
2 | INC_PR = "r0" | 2 | INC_PR = "r0" |
3 | 3 | ||
4 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc index 2b954c76..99ab3391 100644 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ b/recipes-ti/ipc/ti-ipc-rtos.inc | |||
@@ -24,10 +24,10 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\ | |||
24 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ | 24 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ |
25 | name=${TI_IPC_METADATA_NAME}" | 25 | name=${TI_IPC_METADATA_NAME}" |
26 | 26 | ||
27 | # Corresponds to tag: 3.50.03.03 | 27 | # Corresponds to tag: 3.50.03.04 |
28 | TI_IPC_METADATA_SRCREV = "88d4c734407f49d2edb8050b0b542e023b8750c8" | 28 | TI_IPC_METADATA_SRCREV = "f23715fb222f7cae877a3bcda194891369895733" |
29 | # Corresponds to tag: 3.50.03.03 | 29 | # Corresponds to tag: 3.50.03.04 |
30 | TI_IPC_EXAMPLES_SRCREV = "e2b116ab30b79d5dc855febb7dcc07179e8aef50" | 30 | TI_IPC_EXAMPLES_SRCREV = "55a8341c60a91c0ba2d79b7e4b805e2e39b3060f" |
31 | 31 | ||
32 | SRCREV_ipc-metadata = "${TI_IPC_METADATA_SRCREV}" | 32 | SRCREV_ipc-metadata = "${TI_IPC_METADATA_SRCREV}" |
33 | SRCREV_ipc-examples = "${TI_IPC_EXAMPLES_SRCREV}" | 33 | SRCREV_ipc-examples = "${TI_IPC_EXAMPLES_SRCREV}" |
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc index 428ad3d1..c703638b 100644 --- a/recipes-ti/ipc/ti-ipc.inc +++ b/recipes-ti/ipc/ti-ipc.inc | |||
@@ -8,8 +8,8 @@ TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git" | |||
8 | TI_IPC_GIT_PROTOCOL = "git" | 8 | TI_IPC_GIT_PROTOCOL = "git" |
9 | TI_IPC_GIT_BRANCH = "3.50" | 9 | TI_IPC_GIT_BRANCH = "3.50" |
10 | 10 | ||
11 | #Corresponds to 3.50.03.03 | 11 | #Corresponds to 3.50.03.04 |
12 | TI_IPC_SRCREV = "f20ff3ad29a4ca37d7a81e4fe1163d0c7b4eb3c7" | 12 | TI_IPC_SRCREV = "f68ca6cec06ecc6296228b148b175584aa0f2c8c" |
13 | 13 | ||
14 | BRANCH = "${TI_IPC_GIT_BRANCH}" | 14 | BRANCH = "${TI_IPC_GIT_BRANCH}" |
15 | SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev" | 15 | SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev" |