summaryrefslogtreecommitdiff
path: root/meta/packages/kern-tools
AgeCommit message (Collapse)AuthorFiles
2010-08-27Major layout change to the packages directoryRichard Purdie1
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-10kern-tools-native: add sccJoshua Lock1
Add scc to the list of installed programs, as it's required by updateme Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-08-09kern_tools: add updateme and patchmeBruce Ashfield1
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>
2010-08-09kernel: add dynamic configuration and patchingBruce Ashfield1
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>
2010-07-22Finally deprecate all legacy do_stage functions. This changes the existing ↵Richard Purdie1
warning into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-19kern_tools: wrs kernel manipulation toolsBruce Ashfield1
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>