From: Denys Dmytriyenko <denys@ti.com>
To: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH] ti-pdk-bbclass: Enabling support for pru firmware builds
Date: Mon, 7 Aug 2017 15:17:57 -0400 [thread overview]
Message-ID: <20170807191757.GK11104@edge> (raw)
In-Reply-To: <1501797001-35113-1-git-send-email-m-radhakrishnan2@ti.com>
On Thu, Aug 03, 2017 at 05:50:01PM -0400, Mahesh Radhakrishnan wrote:
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
> classes/ti-pdk.bbclass | 8 ++++++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass
> index 62a4b06..1753969 100644
> --- a/classes/ti-pdk.bbclass
> +++ b/classes/ti-pdk.bbclass
> @@ -5,7 +5,10 @@ inherit perlnative
>
> DEPENDS = "ti-xdctools ti-cg-xml-native ti-sysbios common-csl-ip-rtos libxml-simple-perl-native gcc-arm-none-eabi-native ti-cgt6x-native ti-pdk-build-rtos"
>
> -DEPENDS_append_omap-a15 = " ti-cgt-arm-native"
> +DEPENDS_append_omap-a15 = " ti-cgt-arm-native ti-cgt-pru-native"
> +DEPENDS_append_k2g = "ti-cgt-pru-native"
> +DEPENDS_append_ti33x = "ti-cgt-pru-native"
> +DEPENDS_append_ti43x = "ti-cgt-pru-native"
These lines ^^^ corrupt the DEPENDS variable when they append new values w/o
whitespaces.
> DEPENDS_remove_ti33x = "ti-cgt6x-native"
> DEPENDS_remove_ti43x = "ti-cgt6x-native"
> DEPENDS_append_omapl1 = " ti-cgt-arm-native"
> @@ -41,6 +44,7 @@ export TOOLCHAIN_PATH_A15 = "${GCC_ARM_NONE_TOOLCHAIN}"
> export TOOLCHAIN_PATH_M4 = "${M4_TOOLCHAIN_INSTALL_DIR}"
> export TOOLCHAIN_PATH_Arm9 = "${M4_TOOLCHAIN_INSTALL_DIR}"
> export C6X_GEN_INSTALL_PATH = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x"
> +export CL_PRU_INSTALL_PATH = "${TI_CGT_PRU_INSTALL_DIR}"
>
> export ROOTDIR = "${B}"
> export BIOS_INSTALL_PATH = "${SYSBIOS_INSTALL_DIR}"
> @@ -53,7 +57,7 @@ export SECTTI="perl ${CG_XML_INSTALL_DIR}/ofd/sectti.pl"
> TI_PDK_XDCMAKE ?= "1"
>
> # By default, only build the cores with available toolchains
> -TI_PDK_LIMIT_CORES ?= "a15_0 ipu1_0 ipu1_1 ipu2_0 ipu2_1 c66x c66xdsp_1 c66xdsp_2 arm9_0 c674x a9host a8host"
> +TI_PDK_LIMIT_CORES ?= "a15_0 ipu1_0 ipu1_1 ipu2_0 ipu2_1 c66x c66xdsp_1 c66xdsp_2 arm9_0 c674x a9host a8host pru_0 pru_1"
> TI_PDK_LIMIT_SOCS ?= ""
> TI_PDK_LIMIT_BOARDS ?= ""
> TI_PDK_MAKE_TARGET ?= "release"
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
prev parent reply other threads:[~2017-08-07 19:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-03 21:50 [PATCH] ti-pdk-bbclass: Enabling support for pru firmware builds Mahesh Radhakrishnan
2017-08-07 19:17 ` 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=20170807191757.GK11104@edge \
--to=denys@ti.com \
--cc=m-radhakrishnan2@ti.com \
--cc=meta-ti@yoctoproject.org \
/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.