]> code.ossystems Code Review - openembedded-core.git/commit
devtool: sdk-update: fix metadata update step
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 6 Jan 2016 11:15:46 +0000 (00:15 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Jan 2016 15:41:06 +0000 (15:41 +0000)
commit1a60ee8bd21e156022c928f12bb296ab5caaa766
tree9d2f9dd68f84e784fc141c216e59e2bf95e5cb33
parent1c85237803038fba539d5b03bf4de39d99380684
devtool: sdk-update: fix metadata update step

* Clone the correct path - we need .git on the end
* Pull from the specified path instead of expecting a remote to be set
* up in the repo already (it isn't by default)

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