summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-ti/ipc/ti-ipc-common.inc2
-rw-r--r--recipes-ti/ipc/ti-ipc-examples-linux_git.bb1
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos.inc10
-rw-r--r--recipes-ti/ipc/ti-ipc.inc6
4 files changed, 9 insertions, 10 deletions
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
index 2fb7ffbc..0ebe7852 100644
--- a/recipes-ti/ipc/ti-ipc-common.inc
+++ b/recipes-ti/ipc/ti-ipc-common.inc
@@ -1,4 +1,4 @@
1PV = "3.47.00.00" 1PV = "3.47.01.00"
2INC_PR = "r0" 2INC_PR = "r0"
3 3
4PACKAGE_ARCH = "${MACHINE_ARCH}" 4PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/recipes-ti/ipc/ti-ipc-examples-linux_git.bb b/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
index ddbe48f5..471d7ff2 100644
--- a/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
+++ b/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
@@ -27,7 +27,6 @@ do_compile_append() {
27 27
28do_install_append() { 28do_install_append() {
29 cd ${S_ipc-examples}/src 29 cd ${S_ipc-examples}/src
30 IPC_VERSION=`echo ${PV}${RELEASE_SUFFIX} | sed -e 's|\.|_|g'`
31 30
32 if [ "${PLATFORM}" != "UNKNOWN" ]; then 31 if [ "${PLATFORM}" != "UNKNOWN" ]; then
33 # Install directory for linux examples 32 # Install directory for linux examples
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
index 57cd1325..6eee228a 100644
--- a/recipes-ti/ipc/ti-ipc-rtos.inc
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -24,17 +24,17 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
24branch=${TI_IPC_METADATA_GIT_BRANCH};\ 24branch=${TI_IPC_METADATA_GIT_BRANCH};\
25name=${TI_IPC_METADATA_NAME}" 25name=${TI_IPC_METADATA_NAME}"
26 26
27# Corresponds to tag: 3.47.00.00 27# Corresponds to tag: 3.47.01.00_eng
28SRCREV_ipc-examples = "e71b82187a324faa9394b83e39495be38255f05b" 28SRCREV_ipc-examples = "e71b82187a324faa9394b83e39495be38255f05b"
29 29
30# Corresponds to tag: 3.47.00.00 30# Corresponds to tag: 3.47.01.00_eng
31SRCREV_ipc-metadata = "f026a364d0b9c1aba5c695bf0aac0be8ede95f59" 31SRCREV_ipc-metadata = "2e02a01c78f2545d84a8e497581db55e606da34c"
32 32
33S_ipc-examples = "${WORKDIR}/git/ipc-examples" 33S_ipc-examples = "${WORKDIR}/git/ipc-examples"
34S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" 34S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
35 35
36RELEASE_TYPE = "GA" 36RELEASE_TYPE = "ENG"
37RELEASE_SUFFIX = "" 37RELEASE_SUFFIX = "_eng"
38 38
39PR = "${INC_PR}.r2" 39PR = "${INC_PR}.r2"
40 40
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index 02f3c8d3..3e3ff8fb 100644
--- a/recipes-ti/ipc/ti-ipc.inc
+++ b/recipes-ti/ipc/ti-ipc.inc
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9
6 6
7TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git" 7TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
8TI_IPC_GIT_PROTOCOL = "git" 8TI_IPC_GIT_PROTOCOL = "git"
9TI_IPC_GIT_BRANCH = "3.47" 9TI_IPC_GIT_BRANCH = "ipc-next"
10 10
11#Corresponds to 3.47.00.00 11#Corresponds to 3.47.01.00_eng
12TI_IPC_SRCREV = "e576990e3a220ad394b287588c1c7e85e8644d23" 12TI_IPC_SRCREV = "6a2595a4148fb12f259efc19164a9d33ad2ed294"
13 13
14BRANCH = "${TI_IPC_GIT_BRANCH}" 14BRANCH = "${TI_IPC_GIT_BRANCH}"
15SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev" 15SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"