summaryrefslogtreecommitdiffstats
path: root/meta/packages/kern-tools
Commit message (Collapse)AuthorAgeFilesLines
* kern-tools-native: add sccJoshua Lock2010-08-101-2/+2
| | | | | | Add scc to the list of installed programs, as it's required by updateme Signed-off-by: Joshua Lock <josh@linux.intel.com>
* kern_tools: add updateme and patchmeBruce Ashfield2010-08-091-1/+1
| | | | | | | Adding new kern_tools to allow the compilation of a meta series and the patching of a kernel tree. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel: add dynamic configuration and patchingBruce Ashfield2010-08-091-1/+2
| | | | | | | | | | | This change adds the ability to dynamicaly modify a git based linux repo during the do_patch and do_configure changes. The bulk of the work is done by the kern_tools, and the recipe simply needs to add createme and modifyme scripts to go along with the existing configme. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Finally deprecate all legacy do_stage functions. This changes the existing ↵Richard Purdie2010-07-221-3/+0
| | | | | | | | warning into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* kern_tools: wrs kernel manipulation toolsBruce Ashfield2010-07-191-0/+31
These tools are largely unused at the moment, but represent a baseline set of functionality for working with a Wind River Linux kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>