poky/scripts/lib
Paul Eggleton 2381f4a394 devtool: sdk-update: fix traceback without update server set
If the SDK update server hasn't been set in the config (when building
the extensible SDK this would be set via SDK_UPDATE_URL) and it wasn't
specified on the command line then we were failing with a traceback
because we didn't pass the default value properly - None is interpreted
as no default, meaning raise an exception if no such option exists.

Additionally we don't need the try...except anymore either because with
a proper default value, NoSectionError is caught as well.

(From OE-Core rev: 9763c1b83362f8445ed6dff2804dd7d282861f79)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-12-28 09:25:12 +00:00
..
bsp yocto-bsp: Set SRCREV meta/machine revisions to AUTOREV 2015-11-25 07:45:21 +00:00
devtool devtool: sdk-update: fix traceback without update server set 2015-12-28 09:25:12 +00:00
recipetool recipetool: make plugin registration function name consistent with devtool 2015-12-01 21:32:05 +00:00
wic wic/help.py: document that mountpoint is optional for part command 2015-12-22 16:08:51 +00:00
scriptpath.py scripts: consolidate code to find bitbake path 2014-06-25 13:51:45 +01:00
scriptutils.py devtool: make plugin_init optional 2015-09-12 22:48:30 +01:00