]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer: dummy "update with history"
authorPatrick Ohly <patrick.ohly@intel.com>
Mon, 2 May 2016 13:27:26 +0000 (15:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 May 2016 07:03:59 +0000 (08:03 +0100)
commitc9dab31f5f6dc225f5c2c2ca3ec9aeab2ff655d5
tree97b5134cac57da1039f4fd5e4ba2d0ec26c51273
parentf22afb09fefdcb568d79ccd81277a43dacee2a82
combo-layer: dummy "update with history"

When setting "history = True" in combo-layer.conf consistently for the
components involved in an update or using "update" together with the
"--history" command line flag, a new mode for updating will be used
that does not rely on exporting/importing patches.

A config setting is used because it should be used consistently by
everyone using the same config, without having to remember to use an
additional command line parameter.

There are no real global settings, so the setting is checked
separately for each component although the setting has to be set
consistently. This restriction could be removed later.

In practice, putting "history" into the "[DEFAULT]" section is the
easiest approach for configuring it.

The actual code changes split up action_update and the
combo-layer.conf handling in preparation for this new mode, without
implementing the mode itself.

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