]> code.ossystems Code Review - openembedded-core.git/commit
oe-publish-sdk: prevent specifying a directory for the SDK argument
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 31 Mar 2016 08:53:32 +0000 (21:53 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Mar 2016 12:18:12 +0000 (13:18 +0100)
commitce71f5c2fb8a7b473988da30bbb9bec95e8a6f5e
treefb96ac28e614aac97b58ed1576d1ca2e8f541894
parent2bfed75c48a6f6596ded9cb64cb96f00510f914e
oe-publish-sdk: prevent specifying a directory for the SDK argument

The SDK argument is expected to be an installer .sh file; if a directory
is specified we can get an ugly failure later on; best to check up
front.

Fixes [YOCTO #9065].

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