]> code.ossystems Code Review - openembedded-core.git/commit
devtool: sdk-update: drop support for local updates
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 20 May 2016 10:21:18 +0000 (22:21 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 May 2016 21:21:31 +0000 (22:21 +0100)
commit7a4c9c96fee4fb514c2b69b52e811c4f896a16f1
tree7d459fc33a80213ca072ed6a70e4a425934c74b5
parentfaa1229ba848e7a4a90638a98d6c809065016a93
devtool: sdk-update: drop support for local updates

Having two code paths here makes maintenance difficult, and it doesn't
seem likely that you would use the local case in real usage anyway, so
drop the local support entirely.

This should allow us to resolve [YOCTO #9301].

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