]> code.ossystems Code Review - openembedded-core.git/commit
devtool: add: set up fetched source as a git repository by default
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Sep 2015 16:21:33 +0000 (17:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Sep 2015 17:12:58 +0000 (18:12 +0100)
commit2dd865086c37c9eff63c6d0bbfa9f2e909f9fffe
treeea0ba45cb1d34f8d258d6c62dfaf8361e05d3a63
parent087ca0c644aad19e6e7d3921f99f3056471deb65
devtool: add: set up fetched source as a git repository by default

If the fetched source isn't already a git repository, initialise it as
one and then branch and tag, just as we do with "devtool modify". This
makes it easier to make changes, commit them and then use the
"devtool update-recipe" command to turn those commits into patches
on the recipe.

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