[oe-commits] Paul Eggleton : scripts/recipetool: Add a recipe auto-creation script

git at git.openembedded.org git at git.openembedded.org
Mon Dec 22 10:16:53 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: fa07ada1cd0750f9aa6bcc31f8236205edf6b4ed
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fa07ada1cd0750f9aa6bcc31f8236205edf6b4ed

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Fri Dec 19 11:41:53 2014 +0000

scripts/recipetool: Add a recipe auto-creation script

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 at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/lib/recipetool/__init__.py        |   0
 scripts/lib/recipetool/create.py          | 413 ++++++++++++++++++++++++++++++
 scripts/lib/recipetool/create_buildsys.py | 319 +++++++++++++++++++++++
 scripts/recipetool                        |  99 +++++++
 4 files changed, 831 insertions(+)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=fa07ada1cd0750f9aa6bcc31f8236205edf6b4ed


More information about the Openembedded-commits mailing list