1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +00:00

ti-ipc: Update to new version 3.47.01.00_eng

Also remove unused IPC_VERSION definition for ti-ipc-examples-linux

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Sam Nelson
2018-01-15 23:32:21 +00:00
committed by Denys Dmytriyenko
parent 8bedfc18f1
commit 7f6087e4df
4 changed files with 9 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
PV = "3.47.00.00"
PV = "3.47.01.00"
INC_PR = "r0"
PACKAGE_ARCH = "${MACHINE_ARCH}"

View File

@@ -27,7 +27,6 @@ do_compile_append() {
do_install_append() {
cd ${S_ipc-examples}/src
IPC_VERSION=`echo ${PV}${RELEASE_SUFFIX} | sed -e 's|\.|_|g'`
if [ "${PLATFORM}" != "UNKNOWN" ]; then
# Install directory for linux examples

View File

@@ -24,17 +24,17 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
branch=${TI_IPC_METADATA_GIT_BRANCH};\
name=${TI_IPC_METADATA_NAME}"
# Corresponds to tag: 3.47.00.00
# Corresponds to tag: 3.47.01.00_eng
SRCREV_ipc-examples = "e71b82187a324faa9394b83e39495be38255f05b"
# Corresponds to tag: 3.47.00.00
SRCREV_ipc-metadata = "f026a364d0b9c1aba5c695bf0aac0be8ede95f59"
# Corresponds to tag: 3.47.01.00_eng
SRCREV_ipc-metadata = "2e02a01c78f2545d84a8e497581db55e606da34c"
S_ipc-examples = "${WORKDIR}/git/ipc-examples"
S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
RELEASE_TYPE = "GA"
RELEASE_SUFFIX = ""
RELEASE_TYPE = "ENG"
RELEASE_SUFFIX = "_eng"
PR = "${INC_PR}.r2"

View File

@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9
TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
TI_IPC_GIT_PROTOCOL = "git"
TI_IPC_GIT_BRANCH = "3.47"
TI_IPC_GIT_BRANCH = "ipc-next"
#Corresponds to 3.47.00.00
TI_IPC_SRCREV = "e576990e3a220ad394b287588c1c7e85e8644d23"
#Corresponds to 3.47.01.00_eng
TI_IPC_SRCREV = "6a2595a4148fb12f259efc19164a9d33ad2ed294"
BRANCH = "${TI_IPC_GIT_BRANCH}"
SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"