diff options
| author | Sam Nelson via Lists.Yoctoproject.Org <sam.nelson=ti.com@lists.yoctoproject.org> | 2020-02-06 00:16:39 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-07 02:22:56 +0000 |
| commit | 3fd9559247ec051236a8a18237e39c82dd18e4df (patch) | |
| tree | 41ae9a29437daa8e59bfa03a8be6e08e14d7a05d | |
| parent | 4700cfbd08403fd3a9c370059a8648525de2cd0c (diff) | |
| download | meta-ti-3fd9559247ec051236a8a18237e39c82dd18e4df.tar.gz | |
ti-ipc: Update to new version 3.51.00.00
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.inc | 2 | ||||
| -rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos.inc | 8 | ||||
| -rw-r--r-- | recipes-ti/ipc/ti-ipc.inc | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc index 86a0fd0c..96cbd667 100644 --- a/recipes-ti/ipc/ti-ipc-common.inc +++ b/recipes-ti/ipc/ti-ipc-common.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | PV = "3.50.04.08" | 1 | PV = "3.51.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 4d0d449c..c4ab2687 100644 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ b/recipes-ti/ipc/ti-ipc-rtos.inc | |||
| @@ -24,9 +24,9 @@ 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.50.04.08 | 27 | # Corresponds to tag: 3.51.00.00 |
| 28 | TI_IPC_METADATA_SRCREV = "48788ea79190c4995df4c802e8aa4e17f332943d" | 28 | TI_IPC_METADATA_SRCREV = "1bf668fd6b0ec2ef6956fa55b8484d0b21a9f9e2" |
| 29 | # Corresponds to tag: 3.50.04.08 | 29 | # Corresponds to tag: 3.51.00.00 |
| 30 | TI_IPC_EXAMPLES_SRCREV = "4707fcbbe0d136e781c4a7ffdc072be407c34358" | 30 | TI_IPC_EXAMPLES_SRCREV = "4707fcbbe0d136e781c4a7ffdc072be407c34358" |
| 31 | 31 | ||
| 32 | SRCREV_FORMAT = "default" | 32 | SRCREV_FORMAT = "default" |
| @@ -39,7 +39,7 @@ S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" | |||
| 39 | RELEASE_TYPE = "GA" | 39 | RELEASE_TYPE = "GA" |
| 40 | RELEASE_SUFFIX = "" | 40 | RELEASE_SUFFIX = "" |
| 41 | 41 | ||
| 42 | PR = "${INC_PR}.r2" | 42 | PR = "${INC_PR}.r0" |
| 43 | 43 | ||
| 44 | DEPENDS_append_keystone = " ti-cgt6x-native \ | 44 | DEPENDS_append_keystone = " ti-cgt6x-native \ |
| 45 | gcc-arm-none-eabi-native \ | 45 | gcc-arm-none-eabi-native \ |
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc index d1eaad2a..1206e33e 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 = "3.50" | 9 | TI_IPC_GIT_BRANCH = "master" |
| 10 | 10 | ||
| 11 | #Corresponds to 3.50.04.08 | 11 | #Corresponds to 3.51.00.00 |
| 12 | TI_IPC_SRCREV = "1d53b856338b86d1979fe09345c0b382913a848a" | 12 | TI_IPC_SRCREV = "36b2fe589de8d2d79db7c076c2ca3b0a7488fc15" |
| 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" |
