All of lore.kernel.org
 help / color / mirror / Atom feed
* kernel manual seems to make no mention of "defconfig"
@ 2012-12-23 16:26 Robert P. J. Day
  2012-12-24  3:10 ` Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: Robert P. J. Day @ 2012-12-23 16:26 UTC (permalink / raw)
  To: Yocto discussion list


  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_feature $v
                    ;;
                *.cfg) migrate_cfg $v
                    ;;
                *.patch|*.diff) migrate_patch $v
                    ;;
                defconfig) migrate_cfg $v;;
                *) ;;
            esac
        done
}

  AFAICT, there is no mention of a possible "defconfig" entry anywhere
in the current yocto kernel manual.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-01-07 19:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-23 16:26 kernel manual seems to make no mention of "defconfig" Robert P. J. Day
2012-12-24  3:10 ` Bruce Ashfield
2012-12-24  3:22   ` Bruce Ashfield
2012-12-24 12:30     ` Robert P. J. Day
2013-01-07 16:25       ` Darren Hart
2013-01-07 19:21         ` Rifenbark, Scott M

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.