1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-04 18:00:36 +00:00

ti-ipc: Update to new version 3.46.02.04_eng

- Removed depency on gcc-arm for omapl138, which was a mistake

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Sam Nelson
2017-07-17 19:06:50 +00:00
committed by Denys Dmytriyenko
parent a912dd6812
commit 536fb130a6
3 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
PV = "3.46.01.03"
PV = "3.46.02.04"
INC_PR = "r0"
PACKAGE_ARCH = "${MACHINE_ARCH}"
+6 -8
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.46.01.03
SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8"
# Corresponds to tag: 3.46.02.04_eng
SRCREV_ipc-examples = "b833c759d620b4218ece6d64fae91e4777ef823a"
# Corresponds to tag: 3.46.01.03
SRCREV_ipc-metadata = "0d80fea7f79fb40109879d061b849b68bbab1124"
# Corresponds to tag: 3.46.02.04_eng
SRCREV_ipc-metadata = "bb07d3e00dcaf1074589e805be0a4ed2ada2d17c"
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}.r0"
@@ -46,7 +46,6 @@ DEPENDS_append_omap-a15 = " ti-cgt6x-native \
gcc-arm-none-eabi-native \
"
DEPENDS_append_omapl138 = " ti-cgt6x-native \
gcc-arm-none-eabi-native \
"
IPC_TARGETS = ""
@@ -59,7 +58,6 @@ IPC_TARGETS_omap-a15 = "\
"
IPC_TARGETS_omapl138 = "\
gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
ti.targets.elf.C674="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
"
+3 -3
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.46"
TI_IPC_GIT_BRANCH = "ipc-next"
#Corresponds to 3.46.01.03
TI_IPC_SRCREV = "7b3a739876e46d3194861a2d93077ff95954affb"
#Corresponds to 3.46.02.04_eng
TI_IPC_SRCREV = "bf355e7d0f5c3993f56a6ea778743b656ef6b536"
BRANCH = "${TI_IPC_GIT_BRANCH}"
SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"