]> code.ossystems Code Review - openembedded-core.git/commit
devtool: add/modify: add option to build in same directory
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 19 Feb 2015 16:39:56 +0000 (16:39 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Feb 2015 08:08:19 +0000 (08:08 +0000)
commitcf094ed2f616a581eb07d78db4366c83a441fde5
tree10bc4f6eaf1b0d990dfaef9aa9f41865ba5b5c56
parent5717e3b60731d2cb9394c13bff049a467c3aeec1
devtool: add/modify: add option to build in same directory

The default behaviour is to build in a separate directory to the source,
however some projects can't be built this way, so add an option to do
that (or override the automatic behaviour in the case of modify).

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