mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-07 11:20:45 +00:00
ti-ipc: Update to new version 3.50.01.01
-Updates to use sciclient for configuring interrupt routing in SOC 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
1f8afb8cc6
commit
d008f3b051
@@ -1,4 +1,4 @@
|
||||
PV = "3.50.01.00"
|
||||
PV = "3.50.01.01"
|
||||
INC_PR = "r0"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
@@ -3,6 +3,8 @@ require ti-ipc-examples.inc
|
||||
|
||||
DEPENDS = "ti-ipc ti-xdctools-native ti-sysbios ti-ipc-rtos zip-native"
|
||||
|
||||
DEPENDS_append_am65xx-evm = " sciclient-rtos"
|
||||
|
||||
do_compile_append() {
|
||||
|
||||
if [ "${PLATFORM}" != "UNKNOWN" ]; then
|
||||
|
||||
@@ -24,11 +24,13 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
|
||||
branch=${TI_IPC_METADATA_GIT_BRANCH};\
|
||||
name=${TI_IPC_METADATA_NAME}"
|
||||
|
||||
# Corresponds to tag: 3.50.01.00
|
||||
SRCREV_ipc-metadata = "19a8e70cf6ca4fe0984987e25d937c61a62c7658"
|
||||
# Corresponds to tag: 3.50.01.01
|
||||
TI_IPC_METADATA_SRCREV = "c749d4dd70cc259679dc862a164ad147d51381f6"
|
||||
# Corresponds to tag: 3.50.01.01
|
||||
TI_IPC_EXAMPLES_SRCREV = "71f6e59a6b2c7e20c2656e5000f318339ded2f3c"
|
||||
|
||||
# Corresponds to tag: 3.50.01.00
|
||||
SRCREV_ipc-examples = "1975687076426b587be8d2530df56c24425ca53a"
|
||||
SRCREV_ipc-metadata = "${TI_IPC_METADATA_SRCREV}"
|
||||
SRCREV_ipc-examples = "${TI_IPC_EXAMPLES_SRCREV}"
|
||||
|
||||
S_ipc-examples = "${WORKDIR}/git/ipc-examples"
|
||||
S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
|
||||
@@ -89,3 +91,5 @@ EXTRA_OEMAKE = "\
|
||||
JOBS="--jobs=${BB_NUMBER_THREADS}" \
|
||||
JAVA_TOOL_OPTIONS=-Xss2560k \
|
||||
"
|
||||
EXTRA_OEMAKE_append_am65xx-evm = " PDK_INSTALL_DIR=${PDK_INSTALL_DIR}"
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ require ti-ipc-common.inc
|
||||
require ti-ipc-rtos.inc
|
||||
|
||||
DEPENDS = "ti-xdctools-native ti-sysbios doxygen-native zip-native"
|
||||
DEPENDS_append_am65xx-evm = " sciclient-rtos"
|
||||
|
||||
PACKAGES =+ "${PN}-fw"
|
||||
FILES_${PN}-fw = "${base_libdir}/firmware/*"
|
||||
|
||||
@@ -8,8 +8,8 @@ TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
|
||||
TI_IPC_GIT_PROTOCOL = "git"
|
||||
TI_IPC_GIT_BRANCH = "3.50"
|
||||
|
||||
#Corresponds to 3.50.01.00C
|
||||
TI_IPC_SRCREV = "32294eb80e9889ba12d0c008b21acab4545713af"
|
||||
#Corresponds to 3.50.01.01
|
||||
TI_IPC_SRCREV = "771859b9687476c3ba1b5bf0d4afb3c97876137e"
|
||||
|
||||
BRANCH = "${TI_IPC_GIT_BRANCH}"
|
||||
SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"
|
||||
|
||||
Reference in New Issue
Block a user