]> code.ossystems Code Review - openembedded-core.git/commit
devtool: sdk-install: add option to allow building from source
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 21 Mar 2016 05:14:00 +0000 (18:14 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Mar 2016 14:24:24 +0000 (14:24 +0000)
commita86b426cdd465ec5cb08bb5fa7729e4e673d94bb
tree29ae92c2424e2c8498228ac9f4d2f67bfcedd44d
parent74d6e24b83c568cc5dc5c97ae31a017cab910602
devtool: sdk-install: add option to allow building from source

By default the sdk-install subcommand expects to restore the requested
items from sstate and fails if it can't. If the user is OK with building
from source, add a -s/--allow-build option to allow them to do that. In
the process, ensure we show the status output while we're installing.

Also add the missing header to the top of the file.

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