diff options
-rw-r--r-- | recipes-ti/ipc/ti-ipc-common.inc | 2 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos.inc | 12 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc.inc | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc index 0ebe7852..f5d2ebd4 100644 --- a/recipes-ti/ipc/ti-ipc-common.inc +++ b/recipes-ti/ipc/ti-ipc-common.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | PV = "3.47.01.00" | 1 | PV = "3.47.01.00" |
2 | INC_PR = "r0" | 2 | INC_PR = "r1" |
3 | 3 | ||
4 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
5 | 5 | ||
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc index 6eee228a..95c538e4 100644 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ b/recipes-ti/ipc/ti-ipc-rtos.inc | |||
@@ -24,19 +24,19 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\ | |||
24 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ | 24 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ |
25 | name=${TI_IPC_METADATA_NAME}" | 25 | name=${TI_IPC_METADATA_NAME}" |
26 | 26 | ||
27 | # Corresponds to tag: 3.47.01.00_eng | 27 | # Corresponds to tag: 3.47.01.00 |
28 | SRCREV_ipc-examples = "e71b82187a324faa9394b83e39495be38255f05b" | 28 | SRCREV_ipc-examples = "e71b82187a324faa9394b83e39495be38255f05b" |
29 | 29 | ||
30 | # Corresponds to tag: 3.47.01.00_eng | 30 | # Corresponds to tag: 3.47.01.00 |
31 | SRCREV_ipc-metadata = "2e02a01c78f2545d84a8e497581db55e606da34c" | 31 | SRCREV_ipc-metadata = "f78329ff0b2c65469271dab59e232e6e0dc82dc7" |
32 | 32 | ||
33 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" | 33 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" |
34 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" | 34 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" |
35 | 35 | ||
36 | RELEASE_TYPE = "ENG" | 36 | RELEASE_TYPE = "GA" |
37 | RELEASE_SUFFIX = "_eng" | 37 | RELEASE_SUFFIX = "" |
38 | 38 | ||
39 | PR = "${INC_PR}.r2" | 39 | PR = "${INC_PR}.r3" |
40 | 40 | ||
41 | DEPENDS_append_keystone = " ti-cgt6x-native \ | 41 | DEPENDS_append_keystone = " ti-cgt6x-native \ |
42 | gcc-arm-none-eabi-native \ | 42 | gcc-arm-none-eabi-native \ |
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc index 3e3ff8fb..49d8224f 100644 --- a/recipes-ti/ipc/ti-ipc.inc +++ b/recipes-ti/ipc/ti-ipc.inc | |||
@@ -6,9 +6,9 @@ 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-next" | 9 | TI_IPC_GIT_BRANCH = "3.47" |
10 | 10 | ||
11 | #Corresponds to 3.47.01.00_eng | 11 | #Corresponds to 3.47.01.00 |
12 | TI_IPC_SRCREV = "6a2595a4148fb12f259efc19164a9d33ad2ed294" | 12 | TI_IPC_SRCREV = "6a2595a4148fb12f259efc19164a9d33ad2ed294" |
13 | 13 | ||
14 | BRANCH = "${TI_IPC_GIT_BRANCH}" | 14 | BRANCH = "${TI_IPC_GIT_BRANCH}" |