All of lore.kernel.org
 help / color / mirror / Atom feed
* Busybox configuration example?
@ 2013-10-17 13:50 Gary Thomas
  2013-10-17 15:58 ` Jack Mitchell
  2013-10-17 19:49 ` Nicolas Dechesne
  0 siblings, 2 replies; 5+ messages in thread
From: Gary Thomas @ 2013-10-17 13:50 UTC (permalink / raw)
  To: Yocto list discussion

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...
   #
   do_prepare_config_append () {
     sed -i 's/CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n"/CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n -T 1 -t 20"/' ${S}/.config
   }

which is just editing the confguration file to match my preferences.
Is there a way to do this using the "configuration fragments" mentioned
above?

Thanks

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-18 13:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17 13:50 Busybox configuration example? Gary Thomas
2013-10-17 15:58 ` Jack Mitchell
2013-10-17 19:49 ` Nicolas Dechesne
2013-10-18 13:09   ` Gary Thomas
2013-10-18 13:15     ` Nicolas Dechesne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.