From: Denys Dmytriyenko <denys@ti.com>
To: Sinthu Raja <x0257345@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [rocko][PATCH] update ti-pdk.bbclass file to include script packages for all components
Date: Thu, 31 May 2018 19:48:57 -0400 [thread overview]
Message-ID: <20180531234856.GA15048@beryl> (raw)
In-Reply-To: <20180531133010.12772-1-x0257345@ti.com>
NAK.
ti-pdk-setup is not part of meta-ti.
Also, please follow the patch submission guidelines.
--
Denys
On Thu, May 31, 2018 at 07:00:10PM +0530, Sinthu Raja wrote:
> From: Sinthu Raja M <x0257345@ti.com>
>
> Export RULES_MAKE that points to packages/Rules.make
> Includes ti-pdk-setup to include script package for all components
> ---
> classes/ti-pdk.bbclass | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass
> index 540a665c..ee2cc1e1 100644
> --- a/classes/ti-pdk.bbclass
> +++ b/classes/ti-pdk.bbclass
> @@ -3,7 +3,10 @@ require recipes-ti/includes/ti-staging.inc
>
> inherit perlnative
>
> -DEPENDS = "ti-xdctools-native ti-cg-xml-native ti-sysbios common-csl-ip-rtos libxml-simple-perl-native gcc-arm-none-eabi-native ti-cgt6x-native ti-cgt-pru-native ti-pdk-build-rtos doxygen-native"
> +#Export RULES_MAKE that points to top level Rules.make
> +export RULES_MAKE = "{PDK_INSTALL_DIR}/packages/Rules.make"
> +
> +DEPENDS = "ti-xdctools-native ti-cg-xml-native ti-sysbios common-csl-ip-rtos libxml-simple-perl-native gcc-arm-none-eabi-native ti-cgt6x-native ti-cgt-pru-native ti-pdk-build-rtos ti-pdk-setup doxygen-native"
>
> DEPENDS_append_omap-a15 = " ti-cgt-arm-native"
> DEPENDS_remove_ti33x = "ti-cgt6x-native"
> --
> 2.13.3.windows.1
>
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
prev parent reply other threads:[~2018-05-31 23:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-31 13:30 [rocko][PATCH] update ti-pdk.bbclass file to include script packages for all components Sinthu Raja
2018-05-31 23:48 ` 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=20180531234856.GA15048@beryl \
--to=denys@ti.com \
--cc=meta-ti@yoctoproject.org \
--cc=x0257345@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.