mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 11:42:57 +00:00
ti-ipc: Update to GA version 3.47.01.00
Docs updated with details of fixes 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
514f3ac674
commit
27db4b4ee5
@@ -1,5 +1,5 @@
|
||||
PV = "3.47.01.00"
|
||||
INC_PR = "r0"
|
||||
INC_PR = "r1"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
|
||||
@@ -24,19 +24,19 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
|
||||
branch=${TI_IPC_METADATA_GIT_BRANCH};\
|
||||
name=${TI_IPC_METADATA_NAME}"
|
||||
|
||||
# Corresponds to tag: 3.47.01.00_eng
|
||||
# Corresponds to tag: 3.47.01.00
|
||||
SRCREV_ipc-examples = "e71b82187a324faa9394b83e39495be38255f05b"
|
||||
|
||||
# Corresponds to tag: 3.47.01.00_eng
|
||||
SRCREV_ipc-metadata = "2e02a01c78f2545d84a8e497581db55e606da34c"
|
||||
# Corresponds to tag: 3.47.01.00
|
||||
SRCREV_ipc-metadata = "f78329ff0b2c65469271dab59e232e6e0dc82dc7"
|
||||
|
||||
S_ipc-examples = "${WORKDIR}/git/ipc-examples"
|
||||
S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
|
||||
|
||||
RELEASE_TYPE = "ENG"
|
||||
RELEASE_SUFFIX = "_eng"
|
||||
RELEASE_TYPE = "GA"
|
||||
RELEASE_SUFFIX = ""
|
||||
|
||||
PR = "${INC_PR}.r2"
|
||||
PR = "${INC_PR}.r3"
|
||||
|
||||
DEPENDS_append_keystone = " ti-cgt6x-native \
|
||||
gcc-arm-none-eabi-native \
|
||||
|
||||
@@ -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.47"
|
||||
|
||||
#Corresponds to 3.47.01.00_eng
|
||||
#Corresponds to 3.47.01.00
|
||||
TI_IPC_SRCREV = "6a2595a4148fb12f259efc19164a9d33ad2ed294"
|
||||
|
||||
BRANCH = "${TI_IPC_GIT_BRANCH}"
|
||||
|
||||
Reference in New Issue
Block a user