]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer: let user choose where properties get updated
authorPatrick Ohly <patrick.ohly@intel.com>
Thu, 8 Jan 2015 15:23:52 +0000 (07:23 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 11:03:08 +0000 (11:03 +0000)
commita3b246ee928d2ec59c8b6a775d9309f5be33ecc7
tree16f14b5bc9b3f824da1eb1e6be875c1936225f5c
parentfdd2e0c1baa80106d26236cb734e0d9a98e3fdac
combo-layer: let user choose where properties get updated

When updating a property (at the moment, only 'last_revision'),
first check whether the user already added it to the main config.
If so, update there even if there is a local config.

This way, 'last_revision' can be shared between developers
as part of the repository while still configuring per-developer
repo paths outside of the git repository in a local config.

An example of a repository which is set up like that is tizen-distro,
with instructions for such a collaborative maintenance found here:
https://review.tizen.org/git/?p=scm/bb/tizen-distro.git;a=blob;f=README;hb=refs/heads/tizen-ivi

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/combo-layer