On Fri, Mar 6, 2015 at 7:36 AM, Robert P. J. Day <[email protected]> wrote: > > continuing my voyage of discovery through the various yocto kernel > tools, and i see the Makefile which lists the kern_tools: > > kern_tools_LIST = kgit kgit-init kgit-meta \ > kgit-checkpoint kgit-clean \ > kconf_check configme \ > createme updateme patchme get_defconfig scc \ > pre_config merge_config.sh spp kgit-s2q > > but i also notice that there are a few utilities in the tools/ > directory not in that list: > > * kgit-config-cleaner > * kgit-feature > * kgit-publish > * kgit-scc > > how do those utilities come into play? nothing else in that directory > seems to refer to them. how and where are they used?
They are used during the creation / generation of a tree from scratch. Which isn't part of the build process. Cheers, Bruce > > rday > > -- > > ======================================================================== > Robert P. J. Day Ottawa, Ontario, CANADA > http://crashcourse.ca > > Twitter: http://twitter.com/rpjday > LinkedIn: http://ca.linkedin.com/in/rpjday > ======================================================================== > -- > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
