Re: [OE-core] static busybox?

2012-08-03 Thread Koen Kooi
Op 3 aug. 2012, om 00:50 heeft Stuart Yoder b08...@gmail.com het volgende geschreven: On Wed, Aug 1, 2012 at 3:05 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, Aug 1, 2012 at 4:05 PM, Mark Hatle mark.ha...@windriver.com wrote: On 8/1/12 1:59 PM, McClintock Matthew-B29882

Re: [OE-core] static busybox?

2012-08-03 Thread Otavio Salvador
On Thu, Aug 2, 2012 at 7:50 PM, Stuart Yoder b08...@gmail.com wrote: On Wed, Aug 1, 2012 at 3:05 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, Aug 1, 2012 at 4:05 PM, Mark Hatle mark.ha...@windriver.com wrote: On 8/1/12 1:59 PM, McClintock Matthew-B29882 wrote: This is one

Re: [OE-core] static busybox?

2012-08-03 Thread Mark Hatle
On 8/3/12 6:19 AM, Otavio Salvador wrote: On Thu, Aug 2, 2012 at 7:50 PM, Stuart Yoder b08...@gmail.com wrote: On Wed, Aug 1, 2012 at 3:05 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, Aug 1, 2012 at 4:05 PM, Mark Hatle mark.ha...@windriver.com wrote: On 8/1/12 1:59 PM,

Re: [OE-core] static busybox?

2012-08-02 Thread Stuart Yoder
On Wed, Aug 1, 2012 at 3:05 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, Aug 1, 2012 at 4:05 PM, Mark Hatle mark.ha...@windriver.com wrote: On 8/1/12 1:59 PM, McClintock Matthew-B29882 wrote: This is one approach, to change busybox completely for a specific added layer. But, what

Re: [OE-core] static busybox?

2012-08-01 Thread Stuart Yoder
On Tue, Jul 31, 2012 at 3:07 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle mark.ha...@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,

Re: [OE-core] static busybox?

2012-08-01 Thread Mark Hatle
On 8/1/12 11:21 AM, Stuart Yoder wrote: On Tue, Jul 31, 2012 at 3:07 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle mark.ha...@windriver.com wrote: On 7/31/12 1:14 PM, Stuart Yoder wrote: We are doing some work with LXC (containers) and one of

Re: [OE-core] static busybox?

2012-08-01 Thread Darren Hart
On 07/31/2012 01:01 PM, Mark Hatle wrote: On 7/31/12 2:36 PM, McClintock Matthew-B29882 wrote: On Tue, Jul 31, 2012 at 1:14 PM, Stuart Yoder b08...@gmail.com 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

Re: [OE-core] static busybox?

2012-08-01 Thread Darren Hart
On 08/01/2012 09:36 AM, Mark Hatle wrote: On 8/1/12 11:21 AM, Stuart Yoder wrote: On Tue, Jul 31, 2012 at 3:07 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle mark.ha...@windriver.com wrote: On 7/31/12 1:14 PM, Stuart Yoder wrote: We are

Re: [OE-core] static busybox?

2012-08-01 Thread Bruce Ashfield
On Wed, Aug 1, 2012 at 12:49 PM, Darren Hart dvh...@linux.intel.com wrote: On 08/01/2012 09:36 AM, Mark Hatle wrote: On 8/1/12 11:21 AM, Stuart Yoder wrote: On Tue, Jul 31, 2012 at 3:07 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle

Re: [OE-core] static busybox?

2012-08-01 Thread McClintock Matthew-B29882
On Wed, Aug 1, 2012 at 11:36 AM, Mark Hatle mark.ha...@windriver.com wrote: On 8/1/12 11:21 AM, Stuart Yoder wrote: On Tue, Jul 31, 2012 at 3:07 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle mark.ha...@windriver.com wrote: On 7/31/12 1:14

Re: [OE-core] static busybox?

2012-08-01 Thread Mark Hatle
On 8/1/12 1:59 PM, McClintock Matthew-B29882 wrote: On Wed, Aug 1, 2012 at 11:36 AM, Mark Hatle mark.ha...@windriver.com wrote: On 8/1/12 11:21 AM, Stuart Yoder wrote: On Tue, Jul 31, 2012 at 3:07 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle

Re: [OE-core] static busybox?

2012-08-01 Thread Otavio Salvador
On Wed, Aug 1, 2012 at 4:05 PM, Mark Hatle mark.ha...@windriver.com wrote: On 8/1/12 1:59 PM, McClintock Matthew-B29882 wrote: This is one approach, to change busybox completely for a specific added layer. But, what if we only want to make this change to busybox if the lxc recipe is included

[OE-core] static busybox?

2012-07-31 Thread Stuart Yoder
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

Re: [OE-core] static busybox?

2012-07-31 Thread McClintock Matthew-B29882
On Tue, Jul 31, 2012 at 1:14 PM, Stuart Yoder b08...@gmail.com 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:

Re: [OE-core] static busybox?

2012-07-31 Thread Mark Hatle
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'

Re: [OE-core] static busybox?

2012-07-31 Thread Mark Hatle
On 7/31/12 2:36 PM, McClintock Matthew-B29882 wrote: On Tue, Jul 31, 2012 at 1:14 PM, Stuart Yoder b08...@gmail.com 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