diff options
author | Sam Nelson <sam.nelson@ti.com> | 2016-06-18 03:44:38 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-06-20 16:55:30 -0400 |
commit | f9897495ca1dda7ef62c301a43ccfa7c283c3ec3 (patch) | |
tree | c04a110d99aa6ae872771b28c27742a3dd525563 /recipes-ti/ipc | |
parent | b4d7ad69edafc64dec61b7b246d946250a27efe3 (diff) | |
download | meta-ti-f9897495ca1dda7ef62c301a43ccfa7c283c3ec3.tar.gz |
ti-ipc: Update to new patch version 3.43.01.02
Only examples and documentation updated
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-rtos_git.bb | 8 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc.inc | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb index 4c82f357..740de539 100644 --- a/recipes-ti/ipc/ti-ipc-rtos_git.bb +++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb | |||
@@ -26,11 +26,11 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\ | |||
26 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ | 26 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ |
27 | name=${TI_IPC_METADATA_NAME}" | 27 | name=${TI_IPC_METADATA_NAME}" |
28 | 28 | ||
29 | # Corresponds to tag: 3.43.00.01 | 29 | # Corresponds to tag: 3.43.01.02 |
30 | SRCREV_ipc-examples = "54df963e83f2fd613f794dc3b1b72c8ed855e0ac" | 30 | SRCREV_ipc-examples = "c2324cdcda4f6641cade25f95fa30996fb94bca0" |
31 | 31 | ||
32 | # Corresponds to tag: 3.43.00.01 | 32 | # Corresponds to tag: 3.43.01.02 |
33 | SRCREV_ipc-metadata = "8829b3cf2068c87140ac062849c33cd1a21de636" | 33 | SRCREV_ipc-metadata = "c3fc63be358c8c9a429366ebf54fe03812671129" |
34 | 34 | ||
35 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" | 35 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" |
36 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" | 36 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" |
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc index 6e09c3f1..a74b4c11 100644 --- a/recipes-ti/ipc/ti-ipc.inc +++ b/recipes-ti/ipc/ti-ipc.inc | |||
@@ -16,7 +16,7 @@ SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};na | |||
16 | SRCREV = "${TI_IPC_SRCREV}" | 16 | SRCREV = "${TI_IPC_SRCREV}" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | PV = "3.43.00.01" | 19 | PV = "3.43.01.02" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |
21 | 21 | ||
22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" |