]> code.ossystems Code Review - openembedded-core.git/commit
scripts/bitbake: pass through debug options to initial pseudo build
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 14 Feb 2012 13:22:24 +0000 (13:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Feb 2012 14:54:57 +0000 (14:54 +0000)
commitdcf6f72c35f7c108e447d01c15df86807e26a88b
tree6ea32ef288c94fd0af0fc1b9163c0311dbbf19f9
parente5ad03093dfc4364d1407183f458df79f347c7a1
scripts/bitbake: pass through debug options to initial pseudo build

If you specify -D or -v options to the bitbake wrapper script, and the
initial pseudo build needs to be done, it's useful to pass these
options through to that command so that you can debug the initial
pseudo build as well.

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