]> code.ossystems Code Review - openembedded-core.git/commit
devtool: add: figure out recipe name from recipetool
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Dec 2015 04:03:10 +0000 (17:03 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Dec 2015 16:44:03 +0000 (16:44 +0000)
commit70ab08146e930f1fc55fdf5726a87303e20bd60f
tree7e193007853b26957bc14170f1e616c1e8abc0d8
parentffdad964c7271972e4b067e4898bf7c338c25b68
devtool: add: figure out recipe name from recipetool

recipetool create now has all the logic in it for auto-detecting the
name and version, and using those in the file name - so we can make the
name an optional parameter for devtool add and we pick up the file name
that recipetool has used after the fact.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py