]> code.ossystems Code Review - openembedded-core.git/commit
devtool: finish: add dry-run option
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 31 Oct 2017 22:56:18 +0000 (11:56 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Nov 2017 14:44:31 +0000 (14:44 +0000)
commit05f2d5d2ce00c53825ccea5cd9c2262f9d27a638
treebdb74c5eed13efafd9860ceeb22822b55ef2a714
parentdb1d663507509cac9d97d7c96ac8590478767ba2
devtool: finish: add dry-run option

If you're not sure what changes devtool finish is going to make, or
you're not sure you're finished with your modifications, it is useful to
be able to see what devtool finish is going to do beforehand, so add
a -N/--dry-run option to make that possible.

(It's also very useful for debugging devtool finish itself.)

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