Re: [yocto] FW: strange explanation of how to add a package to an existing recipe

2013-11-22 Thread Paul Eggleton
Hi Robert, On Friday 22 November 2013 05:50:39 Robert P. J. Day wrote: > On Thu, 21 Nov 2013, Nicolas Dechesne wrote: > > On Thu, Nov 21, 2013 at 7:35 PM, Rifenbark, Scott M wrote: > > >suggests that, to customize an image, you should copy the existing > > >.bb file for> > > >

Re: [yocto] FW: strange explanation of how to add a package to an existing recipe

2013-11-22 Thread Robert P. J. Day
On Fri, 22 Nov 2013, Paul Eggleton wrote: > Hi Robert, > > On Friday 22 November 2013 05:50:39 Robert P. J. Day wrote: > > On Thu, 21 Nov 2013, Nicolas Dechesne wrote: > > > On Thu, Nov 21, 2013 at 7:35 PM, Rifenbark, Scott M > wrote: > > > >suggests that, to customize an image, you should

Re: [yocto] FW: strange explanation of how to add a package to an existing recipe

2013-11-22 Thread Robert P. J. Day
On Thu, 21 Nov 2013, Nicolas Dechesne wrote: > > On Thu, Nov 21, 2013 at 7:35 PM, Rifenbark, Scott M > wrote: > >suggests that, to customize an image, you should copy the existing .bb > file for > >that image to another name and add a line like: > > > >  IMAGE_INSTALL +=

Re: [yocto] FW: strange explanation of how to add a package to an existing recipe

2013-11-21 Thread Nicolas Dechesne
On Thu, Nov 21, 2013 at 7:35 PM, Rifenbark, Scott M < scott.m.rifenb...@intel.com> wrote: > >suggests that, to customize an image, you should copy the existing .bb > file for > >that image to another name and add a line like: > > > > IMAGE_INSTALL += "strace" > > > >but rather than *copy* the ent

[yocto] FW: strange explanation of how to add a package to an existing recipe

2013-11-21 Thread Rifenbark, Scott M
Robert, Moving this to the discussion group as there is likely issues involved here beyond me. Scott >-Original Message- >From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] >Sent: Thursday, November 21, 2013 10:32 AM >To: Rifenbark, Scott M >Subject: strange explanation of how to a