Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2015-01-23 | recipetool: add python buildsystem support | Christopher Larson | 1 | |
- Handles distutils & setuptools. - Supports pulling metadata from PKG-INFO, .egg-info, & setup.py (via two different mechanisms). - Doesn't handle python 3 yet. Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> | ||||
2014-12-21 | scripts/recipetool: Add a recipe auto-creation script | Paul Eggleton | 3 | |
Add a more maintainable and flexible script for creating at least the skeleton of a recipe based on an examination of the source tree. Commands can be added and the creation process can be extended through plugins. [YOCTO #6406] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |