]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: main: add 2 environment variables
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 20 Apr 2016 07:31:28 +0000 (10:31 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Apr 2016 09:29:33 +0000 (10:29 +0100)
commitbf604ec1ca4eb4d0b22bcc72249963e6d7445f34
tree4f0037ebcfe71209f7883a7219f097811a1c9e8b
parentf08651a954358e9c6ce4d69de285e4cd9e1408ae
bitbake: main: add 2 environment variables

Bitbake uses set of environment variables to set command line
options, e.g. seeting BBTOKEN variable has the same effect
as using --token command line option.

Added new environment variables BBPRECONF and BBPOSTCONF that
are equivalents of --read and --postread command line options.
They can be used by high level scripts to append or prepend
configuration files to conf/local.conf

[YOCTO #9235]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/main.py