multiconfig: implement initial support

This patch adds multiconfig support to kas by defining the
"BBMULTICONFIG" variable in the "local.conf" file.

Signed-off-by: Claudius Heine <ch@denx.de>
This commit is contained in:
Claudius Heine
2017-11-07 17:20:17 +01:00
committed by Daniel Wagner
parent 9370bd6267
commit fa1575790f
4 changed files with 21 additions and 1 deletions

View File

@@ -39,3 +39,12 @@ Added
~~~~~
- ``Target`` key now allows to be a list of target names
Version 5
---------
Changed behavior
~~~~~~~~~~~~~~~~
- Using ``multiconfig:*`` targets adds appropriate ``BBMULTICONFIG`` entries to
the ``local.conf`` automatically.