Re: [yocto] A simpler way to apply custom config files to an image ?

2015-04-17 Thread Anders Darander
* Smith, Virgil virgil.sm...@flir.com [150416 17:33]: I want to customize various config file of an image I'm building (e.g. network interfaces, sshd banner, hostapd, etc..). Paul Eggleton just gave a response to a similar question Force install package last

Re: [yocto] A simpler way to apply custom config files to an image ?

2015-04-17 Thread Bryan Evenson
Laurent, -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Anders Darander Sent: Friday, April 17, 2015 2:01 AM To: yocto@yoctoproject.org Subject: Re: [yocto] A simpler way to apply custom config files to an image ? *

Re: [yocto] A simpler way to apply custom config files to an image ?

2015-04-16 Thread Erik Bolton
Hey Laurent: Is your config recipe being built before all the recipes with the default config files and overriding your config files? In that case I would make anything with a config file that you want to override a dependency of your config recipe. What's the actual error? -Erik Sent from

Re: [yocto] A simpler way to apply custom config files to an image ?

2015-04-16 Thread Smith, Virgil
I want to customize various config file of an image I'm building (e.g. network interfaces, sshd banner, hostapd, etc..). Paul Eggleton just gave a response to a similar question Force install package last https://lists.yoctoproject.org/pipermail/yocto/2015-April/024548.html - If not possible

[yocto] A simpler way to apply custom config files to an image ?

2015-04-16 Thread Laurent Eschenauer
Hello, I'm stuck on something that I would have assumed trivial and can't managed to do and hope someone can point me to a best practice. I want to customize various config file of an image I'm building (e.g. network interfaces, sshd banner, hostapd, etc..). To make this simple, I wrote my own