All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: static busybox?
Date: Wed, 1 Aug 2012 11:36:15 -0500	[thread overview]
Message-ID: <50195AFF.1070507@windriver.com> (raw)
In-Reply-To: <CALRxmdDzaizHQ8m1NFRp2-Ucn9Pm6vZJX=pTTdZ5aLx-61OUzw@mail.gmail.com>

On 8/1/12 11:21 AM, Stuart Yoder wrote:
> On Tue, Jul 31, 2012 at 3:07 PM, Bruce Ashfield
> <bruce.ashfield@gmail.com> wrote:
>> On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle <mark.hatle@windriver.com> wrote:
>>> On 7/31/12 1:14 PM, Stuart Yoder wrote:
>>>>
>>>> We are doing some work with LXC (containers) and one of the templates
>>>> is for busybox.  For LXC, the busybox package needs to be built statically
>>>> and
>>>> there is a config option for this.
>>>>
>>>> A couple possible approaches:
>>>>
>>>>      -create a new 'busybox_static' recipe that the lxc package
>>>>       depends on that turns on the needed build options.   Pretty
>>>>       straightforward, but now there are 2 variants of the busybox
>>>>       package.
>>>>
>>>>      -somehow propagate some configuration options through to
>>>>       the standard busybox recipe so it turns on the config
>>>>       option to build things statically.   Not sure how to
>>>>       do this, and seems like it could get pretty messy.
>>>>
>>>> Any thoughts?
>>>
>>>
>>> We've been talking about this as well..  I'm currently of the opinion that
>>> the kernel's config fragement processing be added to busybox.  This way
>>> someone can simply add a configuration fragment via a bbappend, or other
>>> approach and it'll pick it up.   That same can be used to specify how to
>>> enable other optional pieces of busybox.
>>
>> merge_config.pl can be yanked out of the kernel source tree (it's upstream) and
>> packaged as something for use by busy box.
>>
>> I wouldn't recommend all the scaffolding that the kernel has (it's
>> overkill, since
>> there are more configs, patches and git manipulations in play for the
>> kernel), but a\
>> simple scheme to collect the fragments from the SRC_URI and fire them through
>> merge_config.pl would be a pretty simple python routine.
>
> So how would this work from the user's point of view?   I somehow
> need to get busybox's CONFIG_STATIC config option set.   Does the lxc
> recipe somehow
> specify this?   Or does the lxc recipe reference a busybox-static
> dependency that sets the option?

You would be able to add a .bbappend that would have a configuration fragment in 
it.  This fragment would be added to the busybox configuration to override any 
built in items.

So you'd need to simply have a file that says:

CONFIG_STATIC = y

--Mark

> Stuart
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>




  reply	other threads:[~2012-08-01 16:48 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-31 18:14 static busybox? Stuart Yoder
2012-07-31 19:36 ` McClintock Matthew-B29882
2012-07-31 20:01   ` Mark Hatle
2012-08-01 16:48     ` Darren Hart
2012-07-31 19:59 ` Mark Hatle
2012-07-31 20:02   ` Jack Mitchell
2012-07-31 20:07   ` Bruce Ashfield
2012-08-01 16:21     ` Stuart Yoder
2012-08-01 16:36       ` Mark Hatle [this message]
2012-08-01 16:49         ` Darren Hart
2012-08-01 16:52           ` Bruce Ashfield
2012-08-01 18:59         ` McClintock Matthew-B29882
2012-08-01 19:05           ` Mark Hatle
2012-08-01 20:05             ` Otavio Salvador
2012-08-02 22:50               ` Stuart Yoder
2012-08-03 10:20                 ` Koen Kooi
2012-08-03 11:19                 ` Otavio Salvador
2012-08-03 15:30                   ` Mark Hatle

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=50195AFF.1070507@windriver.com \
    --to=mark.hatle@windriver.com \
    --cc=openembedded-core@lists.openembedded.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.