diff mbox series

[meta-arago,master/kirkstone,1/4] big-data-ipc-demo: Remove M4 toolchain export

Message ID 20230609185422.132654-1-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone,1/4] big-data-ipc-demo: Remove M4 toolchain export | expand

Commit Message

Andrew Davis June 9, 2023, 6:54 p.m. UTC
This is not needed and might have been a copy paste error.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb      | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arago-demos/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb b/meta-arago-demos/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
index 99434246..c68d7152 100644
--- a/meta-arago-demos/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
+++ b/meta-arago-demos/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
@@ -38,7 +38,6 @@  EXTRA_OEMAKE = "\
     LINUX_SYSROOT_DIR="${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include" \
     gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
     ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
-    ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
 "
 
 do_compile() {