Re: [yocto] autoreconf

2016-06-20 Thread Rajasekaran, Monica
Monica Cc: Paul Eggleton ; yocto@yoctoproject.org Subject: Re: [yocto] autoreconf OK its a library so debian renaming might be tricking you here. IMAGE_INSTALL expects the output package names ( not recipe name) sometimes there is a package with same name as recipe name generated so it may seem lik

Re: [yocto] autoreconf

2016-06-20 Thread Khem Raj
ailto:raj.k...@gmail.com] > Sent: Monday, June 20, 2016 11:15 AM > To: Rajasekaran, Monica > Cc: Paul Eggleton ; yocto@yoctoproject.org > Subject: Re: [yocto] autoreconf > > On Mon, Jun 20, 2016 at 9:12 AM, Rajasekaran, Monica > wrote: >> Thanks Paul and Khem, that worked!

Re: [yocto] autoreconf

2016-06-20 Thread Rajasekaran, Monica
on ; yocto@yoctoproject.org Subject: Re: [yocto] autoreconf Yes, I did the same. Thanks, Monica -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Monday, June 20, 2016 11:15 AM To: Rajasekaran, Monica Cc: Paul Eggleton ; yocto@yoctoproject.org Subject: Re: [yocto] autoreconf O

Re: [yocto] autoreconf

2016-06-20 Thread Rajasekaran, Monica
Yes, I did the same. Thanks, Monica -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Monday, June 20, 2016 11:15 AM To: Rajasekaran, Monica Cc: Paul Eggleton ; yocto@yoctoproject.org Subject: Re: [yocto] autoreconf On Mon, Jun 20, 2016 at 9:12 AM, Rajasekaran

Re: [yocto] autoreconf

2016-06-20 Thread Khem Raj
t/libcap-ng/.?? > > Thanks, > Monica > > -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Sunday, June 19, 2016 5:14 PM > To: Rajasekaran, Monica > Cc: Khem Raj ; yocto@yoctoproject.org > Subject: Re: [yocto] autoreconf >

Re: [yocto] autoreconf

2016-06-20 Thread Rajasekaran, Monica
aj ; yocto@yoctoproject.org Subject: Re: [yocto] autoreconf Hi Monica, As shown in Khem's original example you need to add this through EXTRA_IMAGE_FEATURES, not IMAGE_INSTALL (since tools-sdk is a feature name, not a package name). Cheers, Paul On Sun, 19 Jun 2016 20:23:53 Rajasekaran, Mo

Re: [yocto] autoreconf

2016-06-19 Thread Paul Eggleton
ng or unbuildable dependency chain was: ['fss-image-full', > 'tools-sdk'] > Any idea on this? > > Thanks, > Monica > > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Wednesday, June 15, 2016 3:48 PM > To: Rajasekaran, Monic

Re: [yocto] autoreconf

2016-06-19 Thread Rajasekaran, Monica
ependency chain was: ['fss-image-full', 'tools-sdk'] Any idea on this? Thanks, Monica -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Wednesday, June 15, 2016 3:48 PM To: Rajasekaran, Monica Cc: Paul Eggleton ; yocto@yoctoproject.org Subject

Re: [yocto] autoreconf

2016-06-15 Thread Khem Raj
sday, June 15, 2016 3:42 PM > To: Rajasekaran, Monica > Cc: Paul Eggleton ; yocto@yoctoproject.org > Subject: Re: [yocto] autoreconf > > You need to add autoconf to your target image, if you do not use Online > package management > > EXTRA_IMAGE_FEATURES_append = “ tools-sdk” >

Re: [yocto] autoreconf

2016-06-15 Thread Rajasekaran, Monica
raj.k...@gmail.com] Sent: Wednesday, June 15, 2016 3:42 PM To: Rajasekaran, Monica Cc: Paul Eggleton ; yocto@yoctoproject.org Subject: Re: [yocto] autoreconf You need to add autoconf to your target image, if you do not use Online package management EXTRA_IMAGE_FEATURES_append = “ tools-sdk”

Re: [yocto] autoreconf

2016-06-15 Thread Khem Raj
arget. > > Thanks, > Monica > > -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Wednesday, June 15, 2016 3:25 PM > To: Rajasekaran, Monica > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] autoreconf > > Hi Monica,

Re: [yocto] autoreconf

2016-06-15 Thread Rajasekaran, Monica
Hi Paul, Thank you. This is in the target. Thanks, Monica -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Wednesday, June 15, 2016 3:25 PM To: Rajasekaran, Monica Cc: yocto@yoctoproject.org Subject: Re: [yocto] autoreconf Hi Monica, On Wed, 15

Re: [yocto] autoreconf

2016-06-15 Thread Paul Eggleton
Hi Monica, On Wed, 15 Jun 2016 20:17:16 Rajasekaran, Monica wrote: > What is the package to install autoreconf ? (Ubuntu equivalent: apt-get > install dh-autoreconf ) > > I am getting the following error for one of my applications: > "autoreconf: command not found" autoreconf is part of autoconf

[yocto] autoreconf

2016-06-15 Thread Rajasekaran, Monica
Hi, What is the package to install autoreconf ? (Ubuntu equivalent: apt-get install dh-autoreconf ) I am getting the following error for one of my applications: "autoreconf: command not found" Thanks, Monica -- ___ yocto mailing list yocto@yoctoproj