]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: parse global args early
authorChristopher Larson <chris_larson@mentor.com>
Wed, 22 Jul 2015 22:10:43 +0000 (15:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jul 2015 11:28:12 +0000 (12:28 +0100)
commit899288a1b255052a6ee0f97d42f8c4f0ec3c3140
tree249e5f8fbb6057ce1b0300488b48c3ef918a8c6e
parent5753f20acc31d4d8d93069e3daccce1fad27b7ac
recipetool: parse global args early

This separates the argument parsing into two steps, which lets us apply global
settings like enabling debugging before the plugins load, so we can see the
paths where plugins are being loaded.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/recipetool