]> code.ossystems Code Review - openembedded-core.git/commit
devtool: add: add an option to fetch remote source
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 28 Apr 2015 10:21:55 +0000 (11:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 May 2015 16:08:10 +0000 (17:08 +0100)
commitf22fd77e735fc5f4a3434e3d1f567a9d7d191cf4
treeca164c2a7295a2b9e09c215751e2009a845d3248
parentfc47e8652ef32e7399f57c80593df90dc52d8b84
devtool: add: add an option to fetch remote source

Add a -f/--fetch option to fetch a remote URI (into the already
specified source tree path) and set this as SRC_URI within the recipe.
This simply wraps around the existing functionality in recipetool.

Implements [YOCTO #7644].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/lib/devtool/standard.py