Re: [yocto] Replacing a configuration file from another recipe

2019-05-10 Thread Khem Raj
On 4/29/19 5:35 AM, Damien LEFEVRE wrote: Hi, In our base image we use nginx. I created a nginx.bbappend to add our PHP configuration in a separated layer. For a specific variant of the image I need to add an extra bit of nginx configuration. I though I could create a new recipe to over

[yocto] Replacing a configuration file from another recipe

2019-04-29 Thread Damien LEFEVRE
Hi, In our base image we use nginx. I created a nginx.bbappend to add our PHP configuration in a separated layer. For a specific variant of the image I need to add an extra bit of nginx configuration. I though I could create a new recipe to overwrite nginx.conf and include that recipe in the var