<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I'm building w/the Arago distribution which contains lighttpd for a web server.  I include this in my image as follows:
<div><br>
</div>
<div>
<div>IMAGE_INSTALL = "packagegroup-core-boot \</div>
<div>...</div>
<div>lighttpd lighttpd-module-cgi lighttpd-module-compress lighttpd-module-expire \</div>
<div>...</div>
<div>"</div>
</div>
<div><br>
</div>
<div>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?</div>
<div><br>
</div>
<div>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 the same name in my append and will it overwrite the old one, or do I need to create an actual patch file?</div>
<div><br>
</div>
<div>Or is it better to create a new separate  recipe that just ships my version of the configuration file? How are conflicts handled when two recipes attempt to install the same file?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Brad</div>
</div>
</body>
</html>