summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ti-ipc-rtos.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/ipc/ti-ipc-rtos.inc')
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos.inc20
1 files changed, 15 insertions, 5 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
index b29e984a..0d7e0e6b 100644
--- a/recipes-ti/ipc/ti-ipc-rtos.inc
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -28,16 +28,16 @@ name=${TI_IPC_METADATA_NAME}"
28# Corresponds to tag: 3.45.00.00 28# Corresponds to tag: 3.45.00.00
29SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8" 29SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8"
30 30
31# Corresponds to tag: 3.45.00.00 31# Corresponds to tag: 3.46.00.01_eng
32SRCREV_ipc-metadata = "30b83f09be1877f86b22c971d978cb478fc7dd6e" 32SRCREV_ipc-metadata = "a04b677e9c55bbffd4bd7071ab7dfb6dde3eb97f"
33 33
34S_ipc-examples = "${WORKDIR}/git/ipc-examples" 34S_ipc-examples = "${WORKDIR}/git/ipc-examples"
35S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" 35S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
36 36
37RELEASE_TYPE = "GA" 37RELEASE_TYPE = "ENG"
38RELEASE_SUFFIX = "" 38RELEASE_SUFFIX = "_eng"
39 39
40PR = "${INC_PR}.3" 40PR = "${INC_PR}.r0"
41 41
42DEPENDS_append_keystone = " ti-cgt6x-native \ 42DEPENDS_append_keystone = " ti-cgt6x-native \
43 gcc-arm-none-eabi-native \ 43 gcc-arm-none-eabi-native \
@@ -46,7 +46,12 @@ DEPENDS_append_omap-a15 = " ti-cgt6x-native \
46 ti-ccsv6-native \ 46 ti-ccsv6-native \
47 gcc-arm-none-eabi-native \ 47 gcc-arm-none-eabi-native \
48" 48"
49DEPENDS_append_omapl138 = " ti-cgt6x-native \
50 gcc-arm-none-eabi-native \
51"
52
49IPC_TARGETS = "" 53IPC_TARGETS = ""
54
50IPC_TARGETS_omap-a15 = "\ 55IPC_TARGETS_omap-a15 = "\
51 gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \ 56 gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
52 ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ 57 ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
@@ -54,6 +59,11 @@ IPC_TARGETS_omap-a15 = "\
54 ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \ 59 ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
55" 60"
56 61
62IPC_TARGETS_omapl138 = "\
63 gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
64 ti.targets.elf.C674="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
65"
66
57IPC_TARGETS_keystone = " \ 67IPC_TARGETS_keystone = " \
58 gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \ 68 gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
59 ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ 69 ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \