]> code.ossystems Code Review - openembedded-core.git/commit
oe-publish-sdk: add script
authorQi.Chen@windriver.com <Qi.Chen@windriver.com>
Mon, 7 Sep 2015 12:42:26 +0000 (13:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Sep 2015 15:11:00 +0000 (16:11 +0100)
commitc201ab826046b30281341107b3e6a35204f5c9d8
tree9b9ed85ece7572c8d637eb94cd1783f4fede1cdf
parent7511862faad1c28804e2410ff42747c8706c5207
oe-publish-sdk: add script

Add a script to publish an extensible SDK that has previously been built
to a specified destination. This published SDK is intended to be
accessed by the devtool sdk-update command from an installed copy of the
extensible SDK.

e.g.
oe-publish-sdk <ext-sdk> <destination>

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-publish-sdk [new file with mode: 0755]