diff options
author | Angela Stegmaier <angelabaker@ti.com> | 2020-05-07 02:04:13 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-05-07 01:16:02 +0000 |
commit | c7ce199950713cf3551265f1f1197d634ea7b3fc (patch) | |
tree | e34546726143ff4c9566c97ecf60a532efe178fc /recipes-ti/ipc/ti-ipc-rtos.inc | |
parent | 29b8f2d7ce17b085237535a9fbcb02817d065a51 (diff) | |
download | meta-ti-c7ce199950713cf3551265f1f1197d634ea7b3fc.tar.gz |
ti-ipc: remove am65xx build
Only ipc-lld is supported for am65xx.
Signed-off-by: Angela Stegmaier <angelabaker@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 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc index c4ab2687..a68ba806 100644 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ b/recipes-ti/ipc/ti-ipc-rtos.inc | |||
@@ -53,9 +53,6 @@ DEPENDS_append_omapl138 = " ti-cgt6x-native \ | |||
53 | DEPENDS_append_c66x = " ti-cgt6x-native \ | 53 | DEPENDS_append_c66x = " ti-cgt6x-native \ |
54 | " | 54 | " |
55 | 55 | ||
56 | DEPENDS_append_am65xx = " ti-cgt-arm-native \ | ||
57 | gcc-linaro-baremetal-aarch64-native" | ||
58 | |||
59 | IPC_TARGETS = "" | 56 | IPC_TARGETS = "" |
60 | 57 | ||
61 | IPC_TARGETS_omap-a15 = "\ | 58 | IPC_TARGETS_omap-a15 = "\ |
@@ -79,11 +76,6 @@ IPC_TARGETS_c66x = " \ | |||
79 | ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ | 76 | ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ |
80 | " | 77 | " |
81 | 78 | ||
82 | IPC_TARGETS_am65xx = "\ | ||
83 | gnu.targets.arm.A53F="${GCC_LINARO_BAREMETAL_AARCH64_TOOLCHAIN}" \ | ||
84 | ti.targets.arm.elf.R5F="${M4_TOOLCHAIN_INSTALL_DIR}" \ | ||
85 | " | ||
86 | |||
87 | PARALLEL_XDC = "${@oe.utils.parallel_make_argument(d, '--jobs=%d')}" | 79 | PARALLEL_XDC = "${@oe.utils.parallel_make_argument(d, '--jobs=%d')}" |
88 | EXTRA_OEMAKE = "\ | 80 | EXTRA_OEMAKE = "\ |
89 | PLATFORM=${PLATFORM} \ | 81 | PLATFORM=${PLATFORM} \ |
@@ -93,5 +85,4 @@ EXTRA_OEMAKE = "\ | |||
93 | ${PARALLEL_XDC} \ | 85 | ${PARALLEL_XDC} \ |
94 | JAVA_TOOL_OPTIONS=-Xss2560k \ | 86 | JAVA_TOOL_OPTIONS=-Xss2560k \ |
95 | " | 87 | " |
96 | EXTRA_OEMAKE_append_am65xx = " PDK_INSTALL_DIR=${PDK_INSTALL_DIR}" | ||
97 | 88 | ||