]> code.ossystems Code Review - openembedded-core.git/commit
devtool: handle virtual providers
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 14 Oct 2015 18:19:23 +0000 (19:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Oct 2015 21:49:12 +0000 (22:49 +0100)
commit1f7752282ffb47d2621030ddb2fa42a5e491d6d2
treec7f0e799c12f51a00779d7afe94a1b90bb13d43e
parent80e2dfbfef2d40c3ab074142deac73317f89e3a2
devtool: handle virtual providers

For modify / extract / upgrade, if the specified "recipe" is not
actually a recipe but a virtual target such as virtual/kernel, map it
correctly to the actual recipe and make sure we use that name within the
workspace. Thanks to Chris Larson for reminding me this was still broken
and for a hint on how to fix it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/recipeutils.py
meta/lib/oeqa/selftest/devtool.py
scripts/lib/devtool/standard.py
scripts/lib/devtool/upgrade.py