]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:50 +0000 (17:08 +0100)
commit266ea28183516646195226c9ac3297a5f45d3834
tree13eb50187cfea67aac2342e0d618da66cb49b915
parenta4fca1d52386924f25a18f6c4ed94e1a7bbac8e4
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].

(From OE-Core rev: f22fd77e735fc5f4a3434e3d1f567a9d7d191cf4)

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