diff options
author | Sam Nelson <sam.nelson@ti.com> | 2017-02-09 01:50:18 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-02-09 13:15:17 -0500 |
commit | 157719fb3bb7cf851f9dcd21d3ee5713e14b16e9 (patch) | |
tree | b5dd2259e7470fea5ad673290471efd96cd11b7e /recipes-ti | |
parent | 6cc272556af490dab976ceafdc27d7635846e6fd (diff) | |
download | meta-ti-157719fb3bb7cf851f9dcd21d3ee5713e14b16e9.tar.gz |
ti-ipc: Update to new version 3.45.00.00_eng
Also moved RELEASE_TYPE & RELEASE_SUFFIX variables to ti-ipc-rtos.inc
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.inc | 2 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos.inc | 9 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos_git.bb | 3 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc.inc | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc index 8a2aa0a0..6aa08c53 100644 --- a/recipes-ti/ipc/ti-ipc-common.inc +++ b/recipes-ti/ipc/ti-ipc-common.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | PV = "3.44.01.01" | 1 | PV = "3.45.00.00" |
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 1c509b0e..77ce7ecc 100644 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ b/recipes-ti/ipc/ti-ipc-rtos.inc | |||
@@ -25,15 +25,18 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\ | |||
25 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ | 25 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ |
26 | name=${TI_IPC_METADATA_NAME}" | 26 | name=${TI_IPC_METADATA_NAME}" |
27 | 27 | ||
28 | # Corresponds to tag: 3.44.01.01 | 28 | # Corresponds to tag: 3.45.00.00_eng |
29 | SRCREV_ipc-examples = "b19a3b7a003aa3304a12599a498d9b3a24f20c6e" | 29 | SRCREV_ipc-examples = "b19a3b7a003aa3304a12599a498d9b3a24f20c6e" |
30 | 30 | ||
31 | # Corresponds to tag: 3.44.01.01 | 31 | # Corresponds to tag: 3.45.00.00_eng |
32 | SRCREV_ipc-metadata = "a21264bdbb1b64d41bbcb4e6bb17d2c1d4ccb839" | 32 | SRCREV_ipc-metadata = "92fa9ce4419abf0fa2cf4063ee84e524c51548d0" |
33 | 33 | ||
34 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" | 34 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" |
35 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" | 35 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" |
36 | 36 | ||
37 | RELEASE_TYPE = "ENG" | ||
38 | RELEASE_SUFFIX = "_eng" | ||
39 | |||
37 | PR = "${INC_PR}.0" | 40 | PR = "${INC_PR}.0" |
38 | 41 | ||
39 | DEPENDS_append_keystone = " ti-cgt6x-native \ | 42 | DEPENDS_append_keystone = " ti-cgt6x-native \ |
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb index 693a4e9c..f0ccb104 100644 --- a/recipes-ti/ipc/ti-ipc-rtos_git.bb +++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb | |||
@@ -13,9 +13,6 @@ INSANE_SKIP_${PN}-dev += "arch" | |||
13 | 13 | ||
14 | ALLOW_EMPTY_${PN} = "1" | 14 | ALLOW_EMPTY_${PN} = "1" |
15 | 15 | ||
16 | RELEASE_TYPE = "GA" | ||
17 | RELEASE_SUFFIX = "" | ||
18 | |||
19 | IPC_PACKAGE_DIR = "${S}/ipc-package" | 16 | IPC_PACKAGE_DIR = "${S}/ipc-package" |
20 | 17 | ||
21 | do_compile() { | 18 | do_compile() { |
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc index 3ac8bf55..876aca98 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 | ||
7 | TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git" | 7 | 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 = "ipc-3.44-next" | 9 | TI_IPC_GIT_BRANCH = "ipc-next" |
10 | 10 | ||
11 | #Corresponds to 3.44.01.01 | 11 | #Corresponds to 3.45.00.00_eng |
12 | TI_IPC_SRCREV = "cff640a4c7e083f78116266ef681cec49d9b584b" | 12 | TI_IPC_SRCREV = "9dd159d851496047b6833a5b7c71ed9ea95efc07" |
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" |