]> code.ossystems Code Review - openembedded-core.git/commit
recipetool / devtool: set a fixed SRCREV by default when fetching from git
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 29 May 2016 22:21:02 +0000 (10:21 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 May 2016 21:45:13 +0000 (22:45 +0100)
commit000480c42797dd2f03ebc3bc6d1dabfc6a7b75f5
treee3e7b49aa08417eab3f9919f510bc58cf3d52885
parent13bc2438d61c345a8f229b9d83bf36a14d08916f
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/devtool.py
scripts/lib/devtool/standard.py
scripts/lib/recipetool/create.py