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 <[email protected]> > > 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 > [email protected] > https://lists.yoctoproject.org/listinfo/meta-ti -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
