mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-05 10:21:52 +00:00
ti-ipc: Update to new version 3.46.01.03
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
3523010454
commit
5d4cc522c2
@@ -1,5 +1,5 @@
|
||||
PV = "3.46.00.02"
|
||||
INC_PR = "r1"
|
||||
PV = "3.46.01.03"
|
||||
INC_PR = "r0"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
|
||||
@@ -25,11 +25,11 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
|
||||
branch=${TI_IPC_METADATA_GIT_BRANCH};\
|
||||
name=${TI_IPC_METADATA_NAME}"
|
||||
|
||||
# Corresponds to tag: 3.45.00.00
|
||||
# Corresponds to tag: 3.46.01.03
|
||||
SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8"
|
||||
|
||||
# Corresponds to tag: 3.46.00.02
|
||||
SRCREV_ipc-metadata = "6addc32842c1433504cee2fb930af521798d3a1b"
|
||||
# Corresponds to tag: 3.46.01.03
|
||||
SRCREV_ipc-metadata = "0d80fea7f79fb40109879d061b849b68bbab1124"
|
||||
|
||||
S_ipc-examples = "${WORKDIR}/git/ipc-examples"
|
||||
S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
|
||||
@@ -37,7 +37,7 @@ S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
|
||||
RELEASE_TYPE = "GA"
|
||||
RELEASE_SUFFIX = ""
|
||||
|
||||
PR = "${INC_PR}.r2"
|
||||
PR = "${INC_PR}.r0"
|
||||
|
||||
DEPENDS_append_keystone = " ti-cgt6x-native \
|
||||
gcc-arm-none-eabi-native \
|
||||
|
||||
@@ -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.46"
|
||||
|
||||
#Corresponds to 3.46.00.02
|
||||
TI_IPC_SRCREV = "997ef62671476be051cd4f9f94907e61573dffae"
|
||||
#Corresponds to 3.46.01.03
|
||||
TI_IPC_SRCREV = "7b3a739876e46d3194861a2d93077ff95954affb"
|
||||
|
||||
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