[OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Saul Wold
This shows an example of the config fragment support that both the linux-yocto and busybox recipes use. This example is specific to busybox. By adding busybox CONFIG options into a .cfg file and then adding that .cfg file to SRC_URI the merge_config.sh script will correctly handle these CONFIG

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Laszlo Papp
s/which files/which lines/ On Tue, Aug 13, 2013 at 6:23 PM, Laszlo Papp lp...@kde.org wrote: How will this know which files exactly to disregard in the busybox include file (.inc)? Could you please give that to the commit message as explanation? On Tue, Aug 13, 2013 at 6:11 PM, Saul Wold

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Laszlo Papp
How will this know which files exactly to disregard in the busybox include file (.inc)? Could you please give that to the commit message as explanation? On Tue, Aug 13, 2013 at 6:11 PM, Saul Wold s...@linux.intel.com wrote: This shows an example of the config fragment support that both the

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Mark Hatle
On 8/13/13 12:11 PM, Saul Wold wrote: This shows an example of the config fragment support that both the linux-yocto and busybox recipes use. This example is specific to busybox. By adding busybox CONFIG options into a .cfg file and then adding that .cfg file to SRC_URI the merge_config.sh

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Mark Hatle
On 8/13/13 12:23 PM, Laszlo Papp wrote: s/which files/which lines/ The kernel configuration mechanism has a tool that will combine the original configuration, and any listed configuration fragments (.cfg files). It will combine these, and then filter them in such a way that last-in wins.

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Darren Hart
On Tue, 2013-08-13 at 12:26 -0500, Mark Hatle wrote: On 8/13/13 12:11 PM, Saul Wold wrote: This shows an example of the config fragment support that both the linux-yocto and busybox recipes use. This example is specific to busybox. By adding busybox CONFIG options into a .cfg file and

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Laszlo Papp
On Tue, Aug 13, 2013 at 6:33 PM, Mark Hatle mark.ha...@windriver.comwrote: On 8/13/13 12:23 PM, Laszlo Papp wrote: s/which files/which lines/ The kernel configuration mechanism has a tool that will combine the original configuration, and any listed configuration fragments (.cfg files).

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Saul Wold
On 08/13/2013 10:26 AM, Mark Hatle wrote: On 8/13/13 12:11 PM, Saul Wold wrote: This shows an example of the config fragment support that both the linux-yocto and busybox recipes use. This example is specific to busybox. By adding busybox CONFIG options into a .cfg file and then adding that

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Mark Hatle
On 8/13/13 12:40 PM, Laszlo Papp wrote: On Tue, Aug 13, 2013 at 6:33 PM, Mark Hatle mark.ha...@windriver.com mailto:mark.ha...@windriver.com wrote: On 8/13/13 12:23 PM, Laszlo Papp wrote: s/which files/which lines/ The kernel configuration mechanism has a tool that will

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Bruce Ashfield
On Tue, Aug 13, 2013 at 1:58 PM, Mark Hatle mark.ha...@windriver.com wrote: On 8/13/13 12:40 PM, Laszlo Papp wrote: On Tue, Aug 13, 2013 at 6:33 PM, Mark Hatle mark.ha...@windriver.com mailto:mark.ha...@windriver.com wrote: On 8/13/13 12:23 PM, Laszlo Papp wrote: s/which

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Otavio Salvador
On Tue, Aug 13, 2013 at 2:11 PM, Saul Wold s...@linux.intel.com wrote: This shows an example of the config fragment support that both the linux-yocto and busybox recipes use. This example is specific to busybox. By adding busybox CONFIG options into a .cfg file and then adding that .cfg file