* set path to clocl as it is located in the native sysroot

Signed-off-by: Jacob Stiffler <[email protected]>
---
 meta-arago-extras/recipes-ti/ocl-rtos/opencl-examples-rtos_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-examples-rtos_git.bb 
b/meta-arago-extras/recipes-ti/ocl-rtos/opencl-examples-rtos_git.bb
index 8496749..29c45fa 100644
--- a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-examples-rtos_git.bb
+++ b/meta-arago-extras/recipes-ti/ocl-rtos/opencl-examples-rtos_git.bb
@@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "omap-a15"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 DEPENDS = "opencl-rtos ti-cgt6x-native clocl-rtos-native opencl-monitor-rtos \
-           clocl-win \
+           clocl-win gcc-arm-none-eabi-native ti-xdctools-native ti-sysbios \
 "
 
 S = "${WORKDIR}/git/opencl_example_src"
@@ -66,7 +66,7 @@ do_compile() {
     unset LDFLAGS
     unset TARGET_LDFLAGS
 
-    oe_runmake
+    oe_runmake 
CLOCL=${STAGING_DIR_NATIVE}/usr/share/ti/ti-opencl-rtos-tree/bin/x86/clocl
 }
 
 do_install() {
-- 
2.7.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to