poky/scripts/lib
Paul Eggleton a897bfdbdc 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 master rev: 9763c1b83362f8445ed6dff2804dd7d282861f79)

(From OE-Core rev: b2696869c1428e8ef2a198d2432121ddc2e2034c)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-01-15 15:51:40 +00:00
..
bsp yocto-bsp: Typo on the file extension 2016-01-07 12:13:55 +00:00
devtool devtool: sdk-update: fix traceback without update server set 2016-01-15 15:51:40 +00:00
recipetool recipetool: create: fix change in path structure if --extract-to path exists 2015-10-07 00:09:10 +01:00
wic wic/utils/oe/misc.py: Preserve PATH when running native tools 2015-10-27 07:24:29 +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