PTU5KAS/docs
Claudius Heine 95015045db implementation of environment variable passthrough
With this its possible to create custom environment variables within the kas
configuration file, that are passed through to the build environment:

    env:
      VARIABLE_NAME: "default variable value"

Those variables can be overwritten by variables of the environment kas is
started in:

    $ VARIABLE_NAME="overwritten variable value" kas shell ...

Those variables are also added to the 'BB_ENV_EXTRAWHITE' variable list to make
them available to bitbake.

This is useful for instance storing sensitive information, that should not be
part of the configuration files or bitbake recipes.

Signed-off-by: Claudius Heine <ch@denx.de>
2017-11-24 10:19:12 +01:00
..
_static Fixed wrapping of cell content in readthedocs style 2017-06-28 15:12:15 +02:00
conf.py scripts: pep8 is renamed to pycodestyle 2017-11-08 09:46:00 +01:00
devguide.rst docs/devguide: Added the 'no_proxy' parameter to the description 2017-10-16 11:03:20 +02:00
format-changelog.rst implementation of environment variable passthrough 2017-11-24 10:19:12 +01:00
index.rst Switch to separate config file version 2017-07-20 15:31:23 +02:00
intro.rst Made project buildable with rtd 2017-06-28 15:12:15 +02:00
Makefile Added initial sphinx documentation 2017-06-28 15:12:15 +02:00
userguide.rst implementation of environment variable passthrough 2017-11-24 10:19:12 +01:00