diff options
| author | Sam Nelson <sam.nelson@ti.com> | 2017-07-17 19:06:50 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2017-07-17 19:45:15 -0400 |
| commit | 536fb130a6aef91db18a45359400b60e45cc6ba2 (patch) | |
| tree | f93a20f0a9e51fdc2d1e2342458b33bd341b9fed /recipes-ti/ipc/ti-ipc-rtos.inc | |
| parent | a912dd6812858dc8d8a7739f06b6734fe66beb0e (diff) | |
| download | meta-ti-536fb130a6aef91db18a45359400b60e45cc6ba2.tar.gz | |
ti-ipc: Update to new version 3.46.02.04_eng
- Removed depency on gcc-arm for omapl138, which was a mistake
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc/ti-ipc-rtos.inc')
| -rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos.inc | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc index 115a9fb6..7dc96029 100644 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ b/recipes-ti/ipc/ti-ipc-rtos.inc | |||
| @@ -24,17 +24,17 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\ | |||
| 24 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ | 24 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ |
| 25 | name=${TI_IPC_METADATA_NAME}" | 25 | name=${TI_IPC_METADATA_NAME}" |
| 26 | 26 | ||
| 27 | # Corresponds to tag: 3.46.01.03 | 27 | # Corresponds to tag: 3.46.02.04_eng |
| 28 | SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8" | 28 | SRCREV_ipc-examples = "b833c759d620b4218ece6d64fae91e4777ef823a" |
| 29 | 29 | ||
| 30 | # Corresponds to tag: 3.46.01.03 | 30 | # Corresponds to tag: 3.46.02.04_eng |
| 31 | SRCREV_ipc-metadata = "0d80fea7f79fb40109879d061b849b68bbab1124" | 31 | SRCREV_ipc-metadata = "bb07d3e00dcaf1074589e805be0a4ed2ada2d17c" |
| 32 | 32 | ||
| 33 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" | 33 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" |
| 34 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" | 34 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" |
| 35 | 35 | ||
| 36 | RELEASE_TYPE = "GA" | 36 | RELEASE_TYPE = "ENG" |
| 37 | RELEASE_SUFFIX = "" | 37 | RELEASE_SUFFIX = "_eng" |
| 38 | 38 | ||
| 39 | PR = "${INC_PR}.r0" | 39 | PR = "${INC_PR}.r0" |
| 40 | 40 | ||
| @@ -46,7 +46,6 @@ DEPENDS_append_omap-a15 = " ti-cgt6x-native \ | |||
| 46 | gcc-arm-none-eabi-native \ | 46 | gcc-arm-none-eabi-native \ |
| 47 | " | 47 | " |
| 48 | DEPENDS_append_omapl138 = " ti-cgt6x-native \ | 48 | DEPENDS_append_omapl138 = " ti-cgt6x-native \ |
| 49 | gcc-arm-none-eabi-native \ | ||
| 50 | " | 49 | " |
| 51 | 50 | ||
| 52 | IPC_TARGETS = "" | 51 | IPC_TARGETS = "" |
| @@ -59,7 +58,6 @@ IPC_TARGETS_omap-a15 = "\ | |||
| 59 | " | 58 | " |
| 60 | 59 | ||
| 61 | IPC_TARGETS_omapl138 = "\ | 60 | IPC_TARGETS_omapl138 = "\ |
| 62 | gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \ | ||
| 63 | ti.targets.elf.C674="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ | 61 | ti.targets.elf.C674="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ |
| 64 | " | 62 | " |
| 65 | 63 | ||
