Re: [OE-core] [PATCH 1/5] image.py: write bitbake variables to .env file

2015-08-31 Thread Ed Bartosh
On Sun, Aug 30, 2015 at 09:22:50PM -0700, Christopher Larson wrote: > On Sun, Aug 30, 2015 at 2:14 PM, Ed Bartosh > wrote: > > > Write set of bitbake variables used by wic into > > build/tmp/sysroots//imagedata/.env > > > > List of variables is defined in WICVARS variable in > > meta/classes/imag

Re: [OE-core] [PATCH 1/5] image.py: write bitbake variables to .env file

2015-08-30 Thread Christopher Larson
On Sun, Aug 30, 2015 at 2:14 PM, Ed Bartosh wrote: > Write set of bitbake variables used by wic into > build/tmp/sysroots//imagedata/.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 with

[OE-core] [PATCH 1/5] image.py: write bitbake variables to .env file

2015-08-30 Thread Ed Bartosh
Write set of bitbake variables used by wic into build/tmp/sysroots//imagedata/.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 --- meta/c