[oe-commits] Qi.Chen at windriver.com : devtool: add mechanism for updating extensible SDK

git at git.openembedded.org git at git.openembedded.org
Mon Sep 7 16:02:08 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 32cbd4c57fc8ca097a18929fc404c07322ef36dd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=32cbd4c57fc8ca097a18929fc404c07322ef36dd

Author: Qi.Chen at windriver.com <Qi.Chen at windriver.com>
Date:   Mon Sep  7 13:42:27 2015 +0100

devtool: add mechanism for updating extensible SDK

Enable updating the installed extensible SDK from a local or remote
server, avoiding the need to install it again from scratch when
updating. (This assumes that the updated SDK has been built and then
published somewhere using the oe-publish-sdk script beforehand.)

This plugin is only enabled when devtool is used within the extensible
SDK since it doesn't make sense to use it next to a normal install of
the build system.

E.g.
devtool sdk-update /mnt/sdk-repo/
devtool sdk-update http://mysdkhost/sdk

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/populate_sdk_ext.bbclass |   6 ++
 scripts/lib/devtool/sdk.py            | 197 ++++++++++++++++++++++++++++++++++
 2 files changed, 203 insertions(+)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=32cbd4c57fc8ca097a18929fc404c07322ef36dd


More information about the Openembedded-commits mailing list