summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2016-12-17 09:00:53 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-12-19 18:18:51 -0500
commit6bea060cdd5d7b6c0dc4857bb22064b841e8a696 (patch)
treede84aa5006c0a864ae68a792ad92a2dd8c3ef719
parent803dbd2ecf1fc136d6d6895c504fbcf0c4c06788 (diff)
downloadmeta-ti-6bea060cdd5d7b6c0dc4857bb22064b841e8a696.tar.gz
ti-ipc: Update to new patch release 3.44.01.01
-Enables parallel build when rtos build invokes xdc to reduce build time 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.inc4
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos.inc11
-rw-r--r--recipes-ti/ipc/ti-ipc.inc6
3 files changed, 11 insertions, 10 deletions
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
index ddb48bc1..8a2aa0a0 100644
--- a/recipes-ti/ipc/ti-ipc-common.inc
+++ b/recipes-ti/ipc/ti-ipc-common.inc
@@ -1,5 +1,5 @@
1PV = "3.44.00.00" 1PV = "3.44.01.01"
2INC_PR = "r2" 2INC_PR = "r0"
3 3
4PACKAGE_ARCH = "${MACHINE_ARCH}" 4PACKAGE_ARCH = "${MACHINE_ARCH}"
5 5
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
index e1abf368..1c509b0e 100644
--- a/recipes-ti/ipc/ti-ipc-rtos.inc
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -25,16 +25,16 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
25branch=${TI_IPC_METADATA_GIT_BRANCH};\ 25branch=${TI_IPC_METADATA_GIT_BRANCH};\
26name=${TI_IPC_METADATA_NAME}" 26name=${TI_IPC_METADATA_NAME}"
27 27
28# Corresponds to tag: 3.44.00.00C 28# Corresponds to tag: 3.44.01.01
29SRCREV_ipc-examples = "1b73bc32c5bdd869b5121f86859afb122d286acc" 29SRCREV_ipc-examples = "b19a3b7a003aa3304a12599a498d9b3a24f20c6e"
30 30
31# Corresponds to tag: 3.44.00.00 31# Corresponds to tag: 3.44.01.01
32SRCREV_ipc-metadata = "07a745d47ecd7b4b64860e7c5d0fbe4e89524f2e" 32SRCREV_ipc-metadata = "a21264bdbb1b64d41bbcb4e6bb17d2c1d4ccb839"
33 33
34S_ipc-examples = "${WORKDIR}/git/ipc-examples" 34S_ipc-examples = "${WORKDIR}/git/ipc-examples"
35S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" 35S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
36 36
37PR = "${INC_PR}.4" 37PR = "${INC_PR}.0"
38 38
39DEPENDS_append_keystone = " ti-cgt6x-native \ 39DEPENDS_append_keystone = " ti-cgt6x-native \
40 gcc-arm-none-eabi-native \ 40 gcc-arm-none-eabi-native \
@@ -62,4 +62,5 @@ EXTRA_OEMAKE = "\
62 XDC_INSTALL_DIR="${XDC_INSTALL_DIR}" \ 62 XDC_INSTALL_DIR="${XDC_INSTALL_DIR}" \
63 BIOS_INSTALL_DIR="${SYSBIOS_INSTALL_DIR}" \ 63 BIOS_INSTALL_DIR="${SYSBIOS_INSTALL_DIR}" \
64 ${IPC_TARGETS} \ 64 ${IPC_TARGETS} \
65 JOBS="--jobs=${BB_NUMBER_THREADS}" \
65" 66"
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index 2d383674..3ac8bf55 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.44" 9TI_IPC_GIT_BRANCH = "ipc-3.44-next"
10 10
11#Corresponds to 3.44.00.00 11#Corresponds to 3.44.01.01
12TI_IPC_SRCREV = "a1852fc8b254ed207bd1c1c88f5b362c9b6cc454" 12TI_IPC_SRCREV = "cff640a4c7e083f78116266ef681cec49d9b584b"
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"