Re: [yocto] The simplest possible recipe

2013-06-25 Thread Paul Eggleton
Hi Paul, On Monday 24 June 2013 17:18:05 Paul D. DeRocco wrote: That would be to copy a single file, provided in the files subdirectory of the recipe, into a particular place in the target tree. Is there any bbclass that automates this? Or do I just write a recipe with a do_install function

Re: [yocto] The simplest possible recipe

2013-06-25 Thread Paul Eggleton
On Tuesday 25 June 2013 11:17:47 Paul Eggleton wrote: then the sample compile recipe sets S to ${WORKDIR}. Is that what one does when one doesn't need to have a bunch of versioned subdirectories under ${WORKDIR}? (I'm not sure why one would ever want that, or why that would be the

Re: [yocto] The simplest possible recipe

2013-06-25 Thread Sean Liming
-Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Paul D. DeRocco Sent: Monday, June 24, 2013 5:18 PM To: yocto@yoctoproject.org Subject: [yocto] The simplest possible recipe That would be to copy a single file, provided

[yocto] The simplest possible recipe

2013-06-24 Thread Paul D. DeRocco
That would be to copy a single file, provided in the files subdirectory of the recipe, into a particular place in the target tree. Is there any bbclass that automates this? Or do I just write a recipe with a do_install function that executes the install command? My only guide is 5.3.1 in the