]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
recipetool / devtool: set a fixed SRCREV by default when fetching from git paule/recipetool-fixes2-oe
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 28 Apr 2016 02:23:31 +0000 (14:23 +1200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 29 May 2016 22:18:24 +0000 (10:18 +1200)
commitafcecfbd2c40cc6fde80c5218db94902dd50866a
tree8891dd060086d15b99e44c7d4fe42439a9b1857b
parentbc34623687dfbf932402c899e044d867113b7138
recipetool / devtool: set a fixed SRCREV by default when fetching from git

If fetching source from a git repository, typically within OpenEmbedded
we encourage setting SRCREV to a fixed revision, so change to do that by
default and add a  -a/--autorev option to use "${AUTOREV}" instead.

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