]> code.ossystems Code Review - openembedded-core.git/commit
devtool: Don't recursively look for .devtoolbase in --basepath
authorRandy Witt <randy.e.witt@linux.intel.com>
Thu, 18 Feb 2016 17:17:54 +0000 (09:17 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Feb 2016 09:31:58 +0000 (09:31 +0000)
commit3bb07c61220b89384a76c745e33be37aad5095c0
treee9f4a5c69c0b508bbc12ab86e694a811c1f4c649
parent5b7bc7ab44c2cc5d5f217d9ad81a210ea053dc85
devtool: Don't recursively look for .devtoolbase in --basepath

If the user specifies --basepath on the commandline, only the directory
specified should be searched for .devtoolbase. Otherwise when --basepath
is a child of the sdk directory, .devtoolbase will always be found and
devtool will only show options meant to be used within an sdk.

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/devtool