Re: [yocto] How to customize a file coming from another recipe?

2013-10-10 Thread Paul Eggleton
On Thursday 12 September 2013 13:53:49 Nicolas Dechesne wrote: On Thu, Sep 12, 2013 at 12:16 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Is the best course to create a recipe bbappend for the lighttpd_1.4.31.bb file that is being used? And can I just include a new file with

Re: [yocto] How to customize a file coming from another recipe?

2013-09-12 Thread Paul Eggleton
Hi Brad, On Wednesday 11 September 2013 20:30:47 Brad Litterell wrote: I'm building w/the Arago distribution which contains lighttpd for a web server. I include this in my image as follows: IMAGE_INSTALL = packagegroup-core-boot \ ... lighttpd lighttpd-module-cgi lighttpd-module-compress

Re: [yocto] How to customize a file coming from another recipe?

2013-09-12 Thread Andrea Galbusera
Hi Brad, On Wed, Sep 11, 2013 at 10:30 PM, Brad Litterell b...@evidence.com wrote: I'm building w/the Arago distribution which contains lighttpd for a web server. I include this in my image as follows: IMAGE_INSTALL = packagegroup-core-boot \ ... lighttpd lighttpd-module-cgi

Re: [yocto] How to customize a file coming from another recipe?

2013-09-12 Thread Tomas Frydrych
Hi, On 11/09/13 20:24, Brad Litterell wrote: This installs a default configuration file for the service which I now want to customize. What is the recommended way to overwrite or customize files in another package? Is the best course to create a recipe bbappend for the lighttpd_1.4.31.bb

[yocto] How to customize a file coming from another recipe?

2013-09-11 Thread Brad Litterell
I'm building w/the Arago distribution which contains lighttpd for a web server. I include this in my image as follows: IMAGE_INSTALL = packagegroup-core-boot \ ... lighttpd lighttpd-module-cgi lighttpd-module-compress lighttpd-module-expire \ ... This installs a default configuration file for

[yocto] How to customize a file coming from another recipe?

2013-09-11 Thread Brad Litterell
I'm building w/the Arago distribution which contains lighttpd for a web server. I include this in my image as follows: IMAGE_INSTALL = packagegroup-core-boot \ ... lighttpd lighttpd-module-cgi lighttpd-module-compress lighttpd-module-expire \ ... This installs a default configuration file for