Re: [yocto] Busybox configuration example?

2013-10-18 Thread Nicolas Dechesne
On Fri, Oct 18, 2013 at 3:09 PM, Gary Thomas wrote: > Thanks for the example. I added this simple config fragment and it works > fine. > > # Force 'ifup' to wait longer for really slow links... > CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n -T 1 -t 20" > Of course, the comment is stripped in the

Re: [yocto] Busybox configuration example?

2013-10-18 Thread Gary Thomas
On 2013-10-17 13:49, Nicolas Dechesne wrote: On Thu, Oct 17, 2013 at 3:50 PM, Gary Thomas wrote: Can someone explain how I might control my busybox builds? For example, I routinely add this to busybox*.bbappend: # # Force 'ifup' to wait longer for really slow links... # do_prepare_

Re: [yocto] Busybox configuration example?

2013-10-17 Thread Nicolas Dechesne
On Thu, Oct 17, 2013 at 3:50 PM, Gary Thomas wrote: > Can someone explain how I might control my busybox builds? > For example, I routinely add this to busybox*.bbappend: > > # > # Force 'ifup' to wait longer for really slow links... > # > do_prepare_config_append () { > sed -i 's/CONF

Re: [yocto] Busybox configuration example?

2013-10-17 Thread Jack Mitchell
On 17/10/13 14:50, Gary Thomas wrote: > I see mention of busybox configuration fragments in the mega > manual (section 5.9.7) but no explanation nor examples. > > Can someone explain how I might control my busybox builds? > For example, I routinely add this to busybox*.bbappend: > > # > # For

[yocto] Busybox configuration example?

2013-10-17 Thread Gary Thomas
I see mention of busybox configuration fragments in the mega manual (section 5.9.7) but no explanation nor examples. Can someone explain how I might control my busybox builds? For example, I routinely add this to busybox*.bbappend: # # Force 'ifup' to wait longer for really slow links... #

Re: [yocto] Busybox configuration

2012-10-27 Thread Martin Jansa
On Sat, Oct 27, 2012 at 12:50:07PM +0200, Jean-Baptiste Reich wrote: > Hi > > I'm starting to use yocto and I would like to know if there is a standard > way to modify busybox defconfig from another layer ? > In fact I am creating a separated layer to build a custom image and I would > like to hav

[yocto] Busybox configuration

2012-10-27 Thread Jean-Baptiste Reich
Hi I'm starting to use yocto and I would like to know if there is a standard way to modify busybox defconfig from another layer ? In fact I am creating a separated layer to build a custom image and I would like to have some commands from busybox which are not set by default. Do I need to completel