* [rocko][PATCH] update ti-pdk.bbclass file to include script packages for all components
@ 2018-05-31 13:30 Sinthu Raja
2018-05-31 23:48 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Sinthu Raja @ 2018-05-31 13:30 UTC (permalink / raw)
To: meta-ti
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [rocko][PATCH] update ti-pdk.bbclass file to include script packages for all components
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
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2018-05-31 23:48 UTC (permalink / raw)
To: Sinthu Raja; +Cc: meta-ti
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-31 23:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.