]> code.ossystems Code Review - openembedded-core.git/commit
image.py: write bitbake variables to .env file
authorEd Bartosh <ed.bartosh@linux.intel.com>
Sun, 30 Aug 2015 21:14:23 +0000 (00:14 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Aug 2015 22:26:14 +0000 (23:26 +0100)
commit861ce6c5d4836df1a783be3b01d2de56117c9863
tree9360beb7e60ffa29d981443b38394ba927caeeb9
parente6903e9ef856d98258d81587bf85199cb7dbdca4
image.py: write bitbake variables to .env file

Write set of bitbake variables used by wic into
build/tmp/sysroots/<machine>/imagedata/<image>.env

List of variables is defined in WICVARS variable in
meta/classes/image_types.bbclass.

This is needed for wic to be able to get bitbake variables without
running 'bitbake -e'.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image_types.bbclass
meta/lib/oe/image.py