]> code.ossystems Code Review - openembedded-core.git/commit
devtool: reset: run bitbake -c clean on recipe
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 19 Feb 2015 16:39:57 +0000 (16:39 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Feb 2015 08:08:19 +0000 (08:08 +0000)
commit664d1a7fe8f8288fabc582d00f6e36ab29496ec5
tree6c9db7865aeef8275511509a1a4021cd3341b0f1
parentcf094ed2f616a581eb07d78db4366c83a441fde5
devtool: reset: run bitbake -c clean on recipe

If you've added a new recipe, you want the output cleaned when you do
devtool reset, otherwise cruft from building the recipe may remain which
could interfere with future builds.

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