mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 14:28:05 +00:00
Revert "ti-ipc: Update to new version 3.44.00"
Update is incomplete.
This reverts commit bd9687339b.
This commit is contained in:
@@ -26,16 +26,16 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
|
|||||||
branch=${TI_IPC_METADATA_GIT_BRANCH};\
|
branch=${TI_IPC_METADATA_GIT_BRANCH};\
|
||||||
name=${TI_IPC_METADATA_NAME}"
|
name=${TI_IPC_METADATA_NAME}"
|
||||||
|
|
||||||
# Corresponds to tag: 3.44.00.00
|
# Corresponds to tag: 3.43.03.05
|
||||||
SRCREV_ipc-examples = "a934d057647af00401e4bfd1c6a4a0f6144441b7"
|
SRCREV_ipc-examples = "766ee598c790c95dad80f9e5db5051e35de4e18f"
|
||||||
|
|
||||||
# Corresponds to tag: 3.44.00.00
|
# Corresponds to tag: 3.43.04.05
|
||||||
SRCREV_ipc-metadata = "07a745d47ecd7b4b64860e7c5d0fbe4e89524f2e"
|
SRCREV_ipc-metadata = "70d397241ebb4b2fd5a09cb9d506ecbbb3f4ad1e"
|
||||||
|
|
||||||
S_ipc-examples = "${WORKDIR}/git/ipc-examples"
|
S_ipc-examples = "${WORKDIR}/git/ipc-examples"
|
||||||
S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
|
S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
|
||||||
|
|
||||||
PR = "${INC_PR}.3"
|
PR = "${INC_PR}.2"
|
||||||
|
|
||||||
DEPENDS = "ti-xdctools ti-sysbios doxygen-native zip-native"
|
DEPENDS = "ti-xdctools ti-sysbios doxygen-native zip-native"
|
||||||
DEPENDS_append_keystone = " ti-cgt6x-native \
|
DEPENDS_append_keystone = " ti-cgt6x-native \
|
||||||
|
|||||||
@@ -6,17 +6,17 @@ 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_URI = "git://git.ti.com/ipc/ipcdev.git"
|
||||||
TI_IPC_GIT_PROTOCOL = "git"
|
TI_IPC_GIT_PROTOCOL = "git"
|
||||||
TI_IPC_GIT_BRANCH = "ipc-next"
|
TI_IPC_GIT_BRANCH = "3.43"
|
||||||
|
|
||||||
#Corresponds to 3.44.00.00
|
#Corresponds to 3.43.03.05
|
||||||
TI_IPC_SRCREV = "e6f64d4b04f1c929366c922a2e5a4728fbb4d919"
|
TI_IPC_SRCREV = "6c2b64342cbd0317527a0924140566b2446488f5"
|
||||||
|
|
||||||
BRANCH = "${TI_IPC_GIT_BRANCH}"
|
BRANCH = "${TI_IPC_GIT_BRANCH}"
|
||||||
SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"
|
SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"
|
||||||
SRCREV = "${TI_IPC_SRCREV}"
|
SRCREV = "${TI_IPC_SRCREV}"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "3.44.00.00"
|
PV = "3.43.03.05"
|
||||||
INC_PR = "r0"
|
INC_PR = "r0"
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user