]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer: support updating up to arbitrary commit
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 7 Jan 2015 16:00:42 +0000 (18:00 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Jan 2015 10:37:53 +0000 (10:37 +0000)
commitb7ee7cf5bbfd0f305a75e4df9455f9968aa67878
treef3531d2b01f92470abda7e0173c72bcc593cfb90
parentd2d8f3c2a7570bb74db713ddc83059d3b3bd4b2e
combo-layer: support updating up to arbitrary commit

Support defining the top commit up to which to update. In other words,
this makes it possible to update up to certain point other than the
branch head. The update point (git commitish) is given on the command
line by appending the component name(s) with a colon and the commitish,
e.g.
 $ combo-layer update my_component:sha1

Only the "update" action supports this.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/combo-layer