Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2015-12-01 | devtool: drop unused plugin_init() functions | Paul Eggleton | 1 | |
This function is no longer required to be defined for a plugin, so drop it where it's a no-op. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> | ||||
2015-09-16 | recipetool: add 'newappend' sub-command | Christopher Larson | 1 | |
This sub-command creates a bbappend for the specified target and prints the path to the bbappend. The -w argument, as with some of the other recipetool commands, will make a version-independent bbappend. Example usage: recipetool newappend meta-mylayer virtual/kernel [YOCTO #7964] Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |