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
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_
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
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
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...
#
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
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