From: Denys Dmytriyenko <denys@ti.com>
To: Jianzhong Xu <xuj@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] LibArch: added K2G support for PSDK-RTOS.
Date: Thu, 2 Mar 2017 16:05:47 -0500 [thread overview]
Message-ID: <20170302210547.GU12614@edge> (raw)
In-Reply-To: <1488487884-6257-1-git-send-email-xuj@ti.com>
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
prev parent reply other threads:[~2017-03-02 21:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-02 20:51 [PATCH] LibArch: added K2G support for PSDK-RTOS Jianzhong Xu
2017-03-02 21:05 ` Denys Dmytriyenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170302210547.GU12614@edge \
--to=denys@ti.com \
--cc=meta-arago@arago-project.org \
--cc=xuj@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.