mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 11:42:57 +00:00
ti-ipc: Update to GA version 3.46.02.04
- Update ipcdev branch to 3.46 ( commit id remains same) - Adds support for c66x platforms - Update to avoid stripping for IPC rtos example binaries Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
29f68fc20e
commit
c3dac59a54
@@ -1,5 +1,5 @@
|
||||
PV = "3.46.02.04"
|
||||
INC_PR = "r0"
|
||||
INC_PR = "r1"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
@@ -11,5 +11,7 @@ PLATFORM_k2l-evm = "TCI6630"
|
||||
PLATFORM_k2e = "66AK2E"
|
||||
PLATFORM_k2g = "66AK2G"
|
||||
PLATFORM_omapl138 = "OMAPL138"
|
||||
PLATFORM_c667x-evm = "C6678"
|
||||
PLATFORM_c665x-evm = "C6678"
|
||||
|
||||
ALT_PLATFORM_k2hk = "TCI6636"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION = "TI Inter Process Communication (IPC) examples"
|
||||
HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC"
|
||||
HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:IPC"
|
||||
require ti-ipc-common.inc
|
||||
require ti-ipc-rtos.inc
|
||||
|
||||
@@ -15,9 +15,9 @@ ALLOW_EMPTY_${PN} = "1"
|
||||
PACKAGES =+ "${PN}-linux"
|
||||
|
||||
INSANE_SKIP_${PN}-linux += "arch"
|
||||
ALLOW_EMPTY_${PN}-linux = "1"
|
||||
ALLOW_EMPTY_${PN}-linux = "1"
|
||||
|
||||
IPC_INSTALL_DIR="${STAGING_DIR_TARGET}/usr/share/ti/ti-ipc-tree"
|
||||
IPC_INSTALL_DIR = "${STAGING_DIR_TARGET}/usr/share/ti/ti-ipc-tree"
|
||||
|
||||
do_compile() {
|
||||
|
||||
@@ -93,3 +93,4 @@ do_install() {
|
||||
|
||||
FILES_${PN} += "ipc_*"
|
||||
FILES_${PN}-linux += "${bindir}/*"
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
|
||||
@@ -24,11 +24,11 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
|
||||
branch=${TI_IPC_METADATA_GIT_BRANCH};\
|
||||
name=${TI_IPC_METADATA_NAME}"
|
||||
|
||||
# Corresponds to tag: 3.46.02.04_eng
|
||||
# Corresponds to tag: 3.46.02.04
|
||||
SRCREV_ipc-examples = "b833c759d620b4218ece6d64fae91e4777ef823a"
|
||||
|
||||
# Corresponds to tag: 3.46.02.04_eng
|
||||
SRCREV_ipc-metadata = "bb07d3e00dcaf1074589e805be0a4ed2ada2d17c"
|
||||
# Corresponds to tag: 3.46.02.04
|
||||
SRCREV_ipc-metadata = "afdcf6855f05c97d2bb77867f4f150aed29c1b12"
|
||||
|
||||
S_ipc-examples = "${WORKDIR}/git/ipc-examples"
|
||||
S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
|
||||
@@ -36,7 +36,7 @@ S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
|
||||
RELEASE_TYPE = "ENG"
|
||||
RELEASE_SUFFIX = "_eng"
|
||||
|
||||
PR = "${INC_PR}.r0"
|
||||
PR = "${INC_PR}.r1"
|
||||
|
||||
DEPENDS_append_keystone = " ti-cgt6x-native \
|
||||
gcc-arm-none-eabi-native \
|
||||
@@ -47,6 +47,8 @@ DEPENDS_append_omap-a15 = " ti-cgt6x-native \
|
||||
"
|
||||
DEPENDS_append_omapl138 = " ti-cgt6x-native \
|
||||
"
|
||||
DEPENDS_append_c66x = " ti-cgt6x-native \
|
||||
"
|
||||
|
||||
IPC_TARGETS = ""
|
||||
|
||||
@@ -66,6 +68,10 @@ IPC_TARGETS_keystone = " \
|
||||
ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
|
||||
ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
|
||||
"
|
||||
IPC_TARGETS_c66x = " \
|
||||
ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
|
||||
ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
|
||||
"
|
||||
|
||||
EXTRA_OEMAKE = "\
|
||||
PLATFORM=${PLATFORM} \
|
||||
|
||||
@@ -6,9 +6,9 @@ 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 = "ipc-next"
|
||||
TI_IPC_GIT_BRANCH = "3.46"
|
||||
|
||||
#Corresponds to 3.46.02.04_eng
|
||||
#Corresponds to 3.46.02.04
|
||||
TI_IPC_SRCREV = "bf355e7d0f5c3993f56a6ea778743b656ef6b536"
|
||||
|
||||
BRANCH = "${TI_IPC_GIT_BRANCH}"
|
||||
|
||||
Reference in New Issue
Block a user