]> code.ossystems Code Review - openembedded-core.git/commit
scripts/combo-layer: use last_revision if specified in init
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 13 Sep 2012 16:23:11 +0000 (17:23 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Sep 2012 08:49:54 +0000 (09:49 +0100)
commitff8277cd133e9a02b131977078cff61fa587a1af
tree0da1fac386584df9a786d01c02141f4f85a77b97
parent3e40136e8bd13b17b6d88b6acfb5ed162bb8d96a
scripts/combo-layer: use last_revision if specified in init

If last_revision is specified for a component when running combo-layer
init, then use that revision instead of the latest revision on the
branch. Also, remove unnecessary git checkout during init since we
specify the revision to all calls to git when dealing with the component
repositories.

Fixes [YOCTO #3040].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/combo-layer