Re: [yocto] Wildcard in RDEPENDS when exporting perl modules to SDK

2014-09-29 Thread Joseph Andrew de la Peña
Good day Paul, Thank you for the clarification. - Joseph On Mon, Sep 29, 2014 at 4:39 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Monday 29 September 2014 08:09:33 Joseph Andrew de la Peña wrote: > > On Fri, Sep 26, 2014 at 5:02 PM, Paul Eggleton < > > paul.eggle...@linux.int

Re: [yocto] Wildcard in RDEPENDS when exporting perl modules to SDK

2014-09-29 Thread Paul Eggleton
On Monday 29 September 2014 08:09:33 Joseph Andrew de la Peña wrote: > On Fri, Sep 26, 2014 at 5:02 PM, Paul Eggleton < > paul.eggle...@linux.intel.com> wrote: > > There isn't, but you can just add nativesdk-perl-modules to your SDK (via > > appending to TOOLCHAIN_TARGET_TASK) to accomplish the sam

Re: [yocto] Wildcard in RDEPENDS when exporting perl modules to SDK

2014-09-28 Thread Joseph Andrew de la Peña
Good day Paul, I would like to ask why you specifically noted the TOOLCHAIN_TARGET_TASK and not the TOOLCHAIN_HOST_TASK? Why are you inclined to putting it into the target sysroot and not the host sysroot? Or plainly what are the guidelines on where to put the unit to that toolchain task? Thanks,

Re: [yocto] Wildcard in RDEPENDS when exporting perl modules to SDK

2014-09-26 Thread Paul Eggleton
Hi Joseph, On Friday 26 September 2014 13:37:29 Joseph Andrew de la Peña wrote: > I would like to ask how to include all perl modules into nativesdk? I see > that all RDEPENDS for perl has a prefix of ${PN}-module-perl-*. How can I > include all perl modules into the nativesdk host package group?

[yocto] Wildcard in RDEPENDS when exporting perl modules to SDK

2014-09-25 Thread Joseph Andrew de la Peña
Good day Yocto Dev Community, I would like to ask how to include all perl modules into nativesdk? I see that all RDEPENDS for perl has a prefix of ${PN}-module-perl-*. How can I include all perl modules into the nativesdk host package group? Is there a wild card that can be used? Thanks, Joseph -