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

Robert P. J. Day rpjday at crashcourse.ca
Sun Dec 23 08:26:24 PST 2012


  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
========================================================================



More information about the yocto mailing list