summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2017-07-17 19:06:50 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-07-17 13:53:44 -0400
commit68db8a3e94c0dcdf7e8666ed8ce7c4f896b5f8b1 (patch)
treed9e129bbaa4cfa6f3424645c48881e0714d804eb /recipes-ti
parentcf51fca6ca6a32b72bbc288e2bb8e37fc46cd0b4 (diff)
downloadmeta-ti-68db8a3e94c0dcdf7e8666ed8ce7c4f896b5f8b1.tar.gz
ti-ipc: Update to new version 3.46.02.04_eng
- Removed depency on gcc-arm for omapl138, which was a mistake Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/ipc/ti-ipc-common.inc2
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos.inc14
-rw-r--r--recipes-ti/ipc/ti-ipc.inc6
3 files changed, 10 insertions, 12 deletions
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
index f5d85020..d9956fc1 100644
--- a/recipes-ti/ipc/ti-ipc-common.inc
+++ b/recipes-ti/ipc/ti-ipc-common.inc
@@ -1,4 +1,4 @@
1PV = "3.46.01.03" 1PV = "3.46.02.04"
2INC_PR = "r0" 2INC_PR = "r0"
3 3
4PACKAGE_ARCH = "${MACHINE_ARCH}" 4PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
index 115a9fb6..7dc96029 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.46.01.03 27# Corresponds to tag: 3.46.02.04_eng
28SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8" 28SRCREV_ipc-examples = "b833c759d620b4218ece6d64fae91e4777ef823a"
29 29
30# Corresponds to tag: 3.46.01.03 30# Corresponds to tag: 3.46.02.04_eng
31SRCREV_ipc-metadata = "0d80fea7f79fb40109879d061b849b68bbab1124" 31SRCREV_ipc-metadata = "bb07d3e00dcaf1074589e805be0a4ed2ada2d17c"
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}.r0" 39PR = "${INC_PR}.r0"
40 40
@@ -46,7 +46,6 @@ DEPENDS_append_omap-a15 = " ti-cgt6x-native \
46 gcc-arm-none-eabi-native \ 46 gcc-arm-none-eabi-native \
47" 47"
48DEPENDS_append_omapl138 = " ti-cgt6x-native \ 48DEPENDS_append_omapl138 = " ti-cgt6x-native \
49 gcc-arm-none-eabi-native \
50" 49"
51 50
52IPC_TARGETS = "" 51IPC_TARGETS = ""
@@ -59,7 +58,6 @@ IPC_TARGETS_omap-a15 = "\
59" 58"
60 59
61IPC_TARGETS_omapl138 = "\ 60IPC_TARGETS_omapl138 = "\
62 gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
63 ti.targets.elf.C674="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ 61 ti.targets.elf.C674="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
64" 62"
65 63
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index 39e57a9a..06c087a4 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.46" 9TI_IPC_GIT_BRANCH = "ipc-next"
10 10
11#Corresponds to 3.46.01.03 11#Corresponds to 3.46.02.04_eng
12TI_IPC_SRCREV = "7b3a739876e46d3194861a2d93077ff95954affb" 12TI_IPC_SRCREV = "bf355e7d0f5c3993f56a6ea778743b656ef6b536"
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"