diff options
author | Sam Nelson <sam.nelson@ti.com> | 2018-09-15 08:24:28 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-09-18 20:30:17 +0000 |
commit | 6fdf9a5b3090fd63547785ae6a248e4668734e7b (patch) | |
tree | b96f53ba225d0c5ea602db4057e0d2fa2584d00a /recipes-ti/ipc | |
parent | 710906e48337b3d86171bc97b8cb3784e438ec9a (diff) | |
download | meta-ti-6fdf9a5b3090fd63547785ae6a248e4668734e7b.tar.gz |
ti-ipc: Update to new version 3.50.02.02
Fixes backward compatibility issues for K2 and omapl138
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r-- | recipes-ti/ipc/ti-ipc-common.inc | 2 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos.inc | 4 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc.inc | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc index 543990a7..dddb7344 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.01.01" | 1 | PV = "3.50.02.02" |
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 4b2d7d7e..7378d421 100644 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ b/recipes-ti/ipc/ti-ipc-rtos.inc | |||
@@ -24,8 +24,8 @@ 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.01.01 | 27 | # Corresponds to tag: 3.50.02.02 |
28 | TI_IPC_METADATA_SRCREV = "c749d4dd70cc259679dc862a164ad147d51381f6" | 28 | TI_IPC_METADATA_SRCREV = "171ed5b4cfc73fd2ebfeefe42249bec18f475613" |
29 | # Corresponds to tag: 3.50.01.01 | 29 | # Corresponds to tag: 3.50.01.01 |
30 | TI_IPC_EXAMPLES_SRCREV = "71f6e59a6b2c7e20c2656e5000f318339ded2f3c" | 30 | TI_IPC_EXAMPLES_SRCREV = "71f6e59a6b2c7e20c2656e5000f318339ded2f3c" |
31 | 31 | ||
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc index ca392924..230c7ef8 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.01.01 | 11 | #Corresponds to 3.50.02.02 |
12 | TI_IPC_SRCREV = "771859b9687476c3ba1b5bf0d4afb3c97876137e" | 12 | TI_IPC_SRCREV = "c2bb741e4a2723155d38ede6a5a5dea8d6592089" |
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" |