diff options
author | Sam Nelson <sam.nelson@ti.com> | 2019-09-23 09:16:12 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-09-24 16:53:29 +0000 |
commit | 9591a2400203d57019a6087f263902fdc9b06bda (patch) | |
tree | 8f44403bf85f9ab08585f9f97115540a43185a77 | |
parent | 7ce8ddaf75b9ec40d69b4059c9ca3040a509f7d5 (diff) | |
download | meta-ti-9591a2400203d57019a6087f263902fdc9b06bda.tar.gz |
ti-ipc: Update to new version 3.50.04.07
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-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 |
3 files changed, 7 insertions, 7 deletions
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc index 4ec72cc6..365486e7 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.04.06" | 1 | PV = "3.50.04.07" |
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 460befe9..fe2cc998 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.04.06 | 27 | # Corresponds to tag: 3.50.04.07 |
28 | TI_IPC_METADATA_SRCREV = "15d256ea3c3a35fe065a0513f09f4ea6ece58725" | 28 | TI_IPC_METADATA_SRCREV = "37e85ff1966f7d093fe2bde2dd9d4546f29d0d80" |
29 | # Corresponds to tag: 3.50.04.06 | 29 | # Corresponds to tag: 3.50.04.07A |
30 | TI_IPC_EXAMPLES_SRCREV = "f29c27652302892abbe78ce2c22a2aae28b28d69" | 30 | TI_IPC_EXAMPLES_SRCREV = "0ebf5e642a8ca567bcaa7653875d15f6e7178405" |
31 | 31 | ||
32 | SRCREV_FORMAT = "default" | 32 | SRCREV_FORMAT = "default" |
33 | SRCREV_ipc-metadata = "${TI_IPC_METADATA_SRCREV}" | 33 | SRCREV_ipc-metadata = "${TI_IPC_METADATA_SRCREV}" |
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc index b9f9ca94..000c5c05 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.04.06 | 11 | #Corresponds to 3.50.04.07 |
12 | TI_IPC_SRCREV = "ca7ce99b8ec82331559f0fd99a174bdcca1da9ac" | 12 | TI_IPC_SRCREV = "129b6f44c50cbe760a5c1481b34b323b7a42ead5" |
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" |