PTU5KAS/kas
Claudius Heine ab8e4cd375 config: Implemented multi-target support
With this patch support for building multiple targets in parallel with
bitbake is now supported.

Changes:

  - Its now possible to state a list of targets under the target key in
    the configuration file.

    Example:

        target:
          - product-image
          - product-update-image

  - Its now possible to define multiple targets in the kas command line.

    Example:

        $ kas build --target product-image --target product-update-image \
          kas.yml

  - Its now possible to define multiple targets via the environment:

    Example:

        $ export KAS_TARGET="product-image product-update-image"
        $ kas build kas.yml

Signed-off-by: Claudius Heine <ch@denx.de>
2017-10-13 14:11:00 +02:00
..
__init__.py Switch to separate config file version 2017-07-20 15:31:23 +02:00
__main__.py entry: Consistently call python3 2017-08-31 22:31:41 +02:00
__version__.py config: Implemented multi-target support 2017-10-13 14:11:00 +02:00
build.py config: Implemented multi-target support 2017-10-13 14:11:00 +02:00
config.py config: Implemented multi-target support 2017-10-13 14:11:00 +02:00
includehandler.py Switch to separate config file version 2017-07-20 15:31:23 +02:00
kas.py entry: Consistently call python3 2017-08-31 22:31:41 +02:00
libcmds.py libcmds: Remove unused pre and post hooks 2017-09-27 10:49:35 +02:00
libkas.py libkas: do not use absolute paths when executing programs 2017-09-11 10:19:09 +02:00
repos.py Fixed issues that occured with pylint 1.7.2 2017-06-28 15:10:14 +02:00
shell.py config: Implemented multi-target support 2017-10-13 14:11:00 +02:00