mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-06 02:42:34 +00:00
ti-ipc: Update to new version 3.45.00.00_eng
Also moved RELEASE_TYPE & RELEASE_SUFFIX variables to ti-ipc-rtos.inc 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
6cc272556a
commit
157719fb3b
@@ -1,4 +1,4 @@
|
||||
PV = "3.44.01.01"
|
||||
PV = "3.45.00.00"
|
||||
INC_PR = "r0"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
@@ -25,15 +25,18 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
|
||||
branch=${TI_IPC_METADATA_GIT_BRANCH};\
|
||||
name=${TI_IPC_METADATA_NAME}"
|
||||
|
||||
# Corresponds to tag: 3.44.01.01
|
||||
# Corresponds to tag: 3.45.00.00_eng
|
||||
SRCREV_ipc-examples = "b19a3b7a003aa3304a12599a498d9b3a24f20c6e"
|
||||
|
||||
# Corresponds to tag: 3.44.01.01
|
||||
SRCREV_ipc-metadata = "a21264bdbb1b64d41bbcb4e6bb17d2c1d4ccb839"
|
||||
# Corresponds to tag: 3.45.00.00_eng
|
||||
SRCREV_ipc-metadata = "92fa9ce4419abf0fa2cf4063ee84e524c51548d0"
|
||||
|
||||
S_ipc-examples = "${WORKDIR}/git/ipc-examples"
|
||||
S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
|
||||
|
||||
RELEASE_TYPE = "ENG"
|
||||
RELEASE_SUFFIX = "_eng"
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
DEPENDS_append_keystone = " ti-cgt6x-native \
|
||||
|
||||
@@ -13,9 +13,6 @@ INSANE_SKIP_${PN}-dev += "arch"
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
RELEASE_TYPE = "GA"
|
||||
RELEASE_SUFFIX = ""
|
||||
|
||||
IPC_PACKAGE_DIR = "${S}/ipc-package"
|
||||
|
||||
do_compile() {
|
||||
|
||||
@@ -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 = "ipc-3.44-next"
|
||||
TI_IPC_GIT_BRANCH = "ipc-next"
|
||||
|
||||
#Corresponds to 3.44.01.01
|
||||
TI_IPC_SRCREV = "cff640a4c7e083f78116266ef681cec49d9b584b"
|
||||
#Corresponds to 3.45.00.00_eng
|
||||
TI_IPC_SRCREV = "9dd159d851496047b6833a5b7c71ed9ea95efc07"
|
||||
|
||||
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