scripts/combo-layer: ensure we validate branch/revision on init
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 13 Sep 2012 16:23:12 +0000 (17:23 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Sep 2012 08:50:29 +0000 (09:50 +0100)
commitd66de3d06a5676fd562d2f23fc12bb9bd1948b5d
tree4fbfddbfdee9bc5822895e7df3b0d8632ff4f33b
parent67b00ebc4a369ba3bd57681a9766b232b0743d35
scripts/combo-layer: ensure we validate branch/revision on init

If both branch and last_revision are specified for a component when
combo-layer init is run, ensure that the specified revision is actually
on the specified branch and error out if not. Also ensure that the error
message mentions the component.

(From OE-Core rev: e498257ecbec94cec181d73bda57d44335b4dee0)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/combo-layer