]> code.ossystems Code Review - openembedded-core.git/commit
scripts/recipetool: Add a recipe auto-creation script
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 19 Dec 2014 11:41:53 +0000 (11:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Dec 2014 17:30:52 +0000 (17:30 +0000)
commitfa07ada1cd0750f9aa6bcc31f8236205edf6b4ed
tree9deb1255d0c662aa8b20a798cb3fd2d855ff6e81
parente734e12fd1478cdacdadf4e0fae5247cb70b9fb1
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@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/__init__.py [new file with mode: 0644]
scripts/lib/recipetool/create.py [new file with mode: 0644]
scripts/lib/recipetool/create_buildsys.py [new file with mode: 0644]
scripts/recipetool [new file with mode: 0755]