* [PATCH] LibArch: added K2G support for PSDK-RTOS.
@ 2017-03-02 20:51 Jianzhong Xu
2017-03-02 21:05 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Jianzhong Xu @ 2017-03-02 20:51 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Jianzhong Xu <xuj@ti.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] LibArch: added K2G support for PSDK-RTOS.
2017-03-02 20:51 [PATCH] LibArch: added K2G support for PSDK-RTOS Jianzhong Xu
@ 2017-03-02 21:05 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2017-03-02 21:05 UTC (permalink / raw)
To: Jianzhong Xu; +Cc: meta-arago
On Thu, Mar 02, 2017 at 03:51:24PM -0500, Jianzhong Xu wrote:
> Signed-off-by: Jianzhong Xu <xuj@ti.com>
> ---
> 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"
This is not in meta-arago ^^^^^^^^^^^^^^^^^^^^^^
> 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
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-02 21:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-02 20:51 [PATCH] LibArch: added K2G support for PSDK-RTOS Jianzhong Xu
2017-03-02 21:05 ` Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.