Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2015-02-03 | recipetool: replace version in S value | Paul Eggleton | 1 | |
If a versioned recipe filename is specified, replace the version in the value of S with ${PV} just as we do with SRC_URI to make future upgrades of the recipe easier. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> | ||||
2014-12-21 | scripts/recipetool: Add a recipe auto-creation script | Paul Eggleton | 1 | |
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> |