From: Gary Thomas <gary@mlbassoc.com>
To: Yocto list discussion <yocto@yoctoproject.org>
Subject: Busybox configuration example?
Date: Thu, 17 Oct 2013 07:50:27 -0600 [thread overview]
Message-ID: <525FEB23.6050907@mlbassoc.com> (raw)
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
------------------------------------------------------------
next reply other threads:[~2013-10-17 13:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-17 13:50 Gary Thomas [this message]
2013-10-17 15:58 ` Busybox configuration example? Jack Mitchell
2013-10-17 19:49 ` Nicolas Dechesne
2013-10-18 13:09 ` Gary Thomas
2013-10-18 13:15 ` Nicolas Dechesne
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=525FEB23.6050907@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.