]> code.ossystems Code Review - openembedded-core.git/commit
devtool: make find-recipe and edit-recipe always work with any recipe
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 29 Sep 2017 01:22:17 +0000 (14:22 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Nov 2017 14:44:31 +0000 (14:44 +0000)
commit46683c61069a386658676a79d797062404bf1140
treeba14a72c6039bf4681cba4b5a0a10af53eff9adb
parent92c4d9be9ed365c449ea1ac5a18ddb15e4a36b2d
devtool: make find-recipe and edit-recipe always work with any recipe

After some reconsideration I think it's a bit annoying for users to be
forced to use an option to work with recipes where the file isn't in the
workspace, so let's just have these commands check the workspace first
for the recipe, and if it isn't there then load the cache and get it
that way.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/utilcmds.py