Signed-off-by: Jianzhong Xu <[email protected]>
---
 recipes-ti/libarch-rtos/libarch-rtos_git.bb | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/recipes-ti/libarch-rtos/libarch-rtos_git.bb 
b/recipes-ti/libarch-rtos/libarch-rtos_git.bb
index ce9cd49..e959f29 100644
--- a/recipes-ti/libarch-rtos/libarch-rtos_git.bb
+++ b/recipes-ti/libarch-rtos/libarch-rtos_git.bb
@@ -4,7 +4,7 @@ include recipes-ti/libarch/libarch.inc
 
 PR = "${INC_PR}.tisdk-int3"
 
-COMPATIBLE_MACHINE_append = "|c667x-evm"
+COMPATIBLE_MACHINE_append = "|c667x-evm|k2g-evm"
 
 DEPENDS_remove = "opencl \
                   opencl-monitor \
@@ -18,19 +18,17 @@ DEPENDS_append = " ti-ipc-rtos \
 "
 
 TARGET_c667x-evm = "SOC_C6678"
+TARGET_k2g-evm   = "SOC_K2G"
 
 # Variables required to compile libarch examples
 export IPC_DIR       = "${IPC_INSTALL_DIR}"
 export OMP_DIR       = "${OMP_INSTALL_DIR}"
-export C6678_PDK_DIR = "${PDK_INSTALL_DIR}"
+export PDK_DIR       = "${PDK_INSTALL_DIR}"
 export EDMA3_DIR     = "${EDMA3_LLD_INSTALL_DIR}"
 export LIBARCH_DIR   = "${S}/exports/libarch_${PV}"
 
 do_compile() {
     make -f build/Makefile TARGET=${TARGET} LIBOS=LIB_RTOS
-
-    cd ${LIBARCH_DIR}/examples
-    make TARGET=${TARGET} LIBOS=LIB_RTOS
 }
 
 deltask do_create_srcipk
-- 
1.9.1

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

Reply via email to