<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Dec 23, 2012 at 11:10 PM, Bruce Ashfield <span dir="ltr"><<a href="mailto:bruce.ashfield@gmail.com" target="_blank">bruce.ashfield@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div class="im">On Sun, Dec 23, 2012 at 12:26 PM, Robert P. J. Day <span dir="ltr"><<a href="mailto:rpjday@crashcourse.ca" target="_blank">rpjday@crashcourse.ca</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
  poking around kern-tools for purpose of documenting some stuff and<br>
ran across this in "updateme":<br>
<br>
split_command_line_objects() {<br>
        command_line_values=$@<br>
<br>
        for v in $command_line_values; do<br>
            v_base=`basename $v`<br>
            case $v_base in<br>
                *.scc) migrate_feature $v<br>
                    ;;<br>
                *.cfg) migrate_cfg $v<br>
                    ;;<br>
                *.patch|*.diff) migrate_patch $v<br>
                    ;;<br>
                defconfig) migrate_cfg $v;;<br>
                *) ;;<br>
            esac<br>
        done<br>
}<br>
<br>
  AFAICT, there is no mention of a possible "defconfig" entry anywhere<br>
in the current yocto kernel manual.<br></blockquote><div><br></div></div><div>You won't find it there because it isn't specific to the kern-tools, what you see</div><div>there is a small wrapper on top of the kernel.bbclass defconfig handling, with</div>

<div>the same end result. So standard yocto/oe-core docs apply here.</div></div></div></div></blockquote><div><br></div><div><br></div><div style>I also forgot to mention that Darren did cover defconfigs in the yocto kernel </div>
<div style>docs that were put together for the 1.4 release (I think they were posted here),</div><div style>so there's better / additional coverage upcoming!</div><div style><br></div><div style>I'm just not near my normal development systems to confirm, since I'm hiding</div>
<div style>out for the holidays watching a pack of kids get completely wound up for the</div><div style>big day!</div><div style><br></div><div style>Cheers,</div><div style><br></div><div style>Bruce</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br></div><div>Cheers,</div><div><br></div><div>Bruce</div><div class="im"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<br>
rday<br>
<br>
--<br>
<br>
========================================================================<br>
Robert P. J. Day                                 Ottawa, Ontario, CANADA<br>
                        <a href="http://crashcourse.ca" target="_blank">http://crashcourse.ca</a><br>
<br>
Twitter:                                       <a href="http://twitter.com/rpjday" target="_blank">http://twitter.com/rpjday</a><br>
LinkedIn:                               <a href="http://ca.linkedin.com/in/rpjday" target="_blank">http://ca.linkedin.com/in/rpjday</a><br>
========================================================================<br>
_______________________________________________<br>
yocto mailing list<br>
<a href="mailto:yocto@yoctoproject.org" target="_blank">yocto@yoctoproject.org</a><br>
<a href="https://lists.yoctoproject.org/listinfo/yocto" target="_blank">https://lists.yoctoproject.org/listinfo/yocto</a><br>
</blockquote></div></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br>"Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end"
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>"Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end"
</div></div>