]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer: introduce ability to exclude component from mass update
authorAlexander D. Kanevskiy <kad@kad.name>
Fri, 16 Oct 2015 15:49:21 +0000 (18:49 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Nov 2015 11:28:38 +0000 (11:28 +0000)
commit74ecf1a0e5c8230e55cb1a309f711d98fa63ce79
treeea6b16b1106a036b5d6d7c3129c2278542c69b55
parent04ed298520d38e0b078723b1b45368b7037cf6e0
combo-layer: introduce ability to exclude component from mass update

There is no ability at the moment for situations where users would like
to keep section in combo-layer.conf but don't update it, unless explicitly
specified.

Now, by adding "update = no" to desired section would exclude
that repository from "combo-layer update" command.

It is still possible to explicitly update it by "combo-layer update $section".

By default, all repositories are assumed as "update = yes"

Signed-off-by: Alexander D. Kanevskiy <kad@kad.name>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/combo-layer