Re: [yocto] kernel manual seems to make no mention of "defconfig"

2013-01-07 Thread Rifenbark, Scott M
ay, January 07, 2013 8:25 AM >To: Robert P. J. Day >Cc: Yocto discussion list >Subject: Re: [yocto] kernel manual seems to make no mention of >"defconfig" > > > >On 12/24/2012 04:30 AM, Robert P. J. Day wrote: >> On Sun, 23 Dec 2012, Bruce Ashfield wrote: >&

Re: [yocto] kernel manual seems to make no mention of "defconfig"

2013-01-07 Thread Darren Hart
On 12/24/2012 04:30 AM, Robert P. J. Day wrote: > On Sun, 23 Dec 2012, Bruce Ashfield wrote: > >> >> >> >> On Sun, Dec 23, 2012 at 11:10 PM, Bruce Ashfield >> wrote: >> >> >> >> On Sun, Dec 23, 2012 at 12:26 PM, Robert P. J. Day >> wrote: >> >> poking around kern-tools fo

Re: [yocto] kernel manual seems to make no mention of "defconfig"

2012-12-24 Thread Robert P. J. Day
On Sun, 23 Dec 2012, Bruce Ashfield wrote: > > > > On Sun, Dec 23, 2012 at 11:10 PM, Bruce Ashfield > wrote: > > > > On Sun, Dec 23, 2012 at 12:26 PM, Robert P. J. Day > wrote: > >   poking around kern-tools for purpose of documenting some stuff > and > ran acros

Re: [yocto] kernel manual seems to make no mention of "defconfig"

2012-12-23 Thread Bruce Ashfield
On Sun, Dec 23, 2012 at 11:10 PM, Bruce Ashfield wrote: > > > > On Sun, Dec 23, 2012 at 12:26 PM, Robert P. J. Day > wrote: > >> >> poking around kern-tools for purpose of documenting some stuff and >> ran across this in "updateme": >> >> split_command_line_objects() { >> command_line_v

Re: [yocto] kernel manual seems to make no mention of "defconfig"

2012-12-23 Thread Bruce Ashfield
On Sun, Dec 23, 2012 at 12:26 PM, Robert P. J. Day wrote: > > poking around kern-tools for purpose of documenting some stuff and > ran across this in "updateme": > > split_command_line_objects() { > command_line_values=$@ > > for v in $command_line_values; do > v_base

[yocto] kernel manual seems to make no mention of "defconfig"

2012-12-23 Thread Robert P. J. Day
poking around kern-tools for purpose of documenting some stuff and ran across this in "updateme": split_command_line_objects() { command_line_values=$@ for v in $command_line_values; do v_base=`basename $v` case $v_base in *.scc) migrate_