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

2015-08-30 Thread Ed Bartosh
On Sun, Aug 30, 2015 at 12:24:48PM +0100, Richard Purdie wrote: > On Thu, 2015-08-20 at 14:56 +0300, Ed Bartosh wrote: > > Write set of bitbake variables associated with the image into > > build/tmp/sysroots//imagedata/.env > > > > This is needed for wic to be able to get bitbake variables without

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

2015-08-30 Thread Richard Purdie
On Thu, 2015-08-20 at 14:56 +0300, Ed Bartosh wrote: > Write set of bitbake variables associated with the image into > build/tmp/sysroots//imagedata/.env > > This is needed for wic to be able to get bitbake variables without > running 'bitbake -e'. I've just realised what this code is doing, its

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

2015-08-25 Thread Ed Bartosh
Write set of bitbake variables associated with the image into build/tmp/sysroots//imagedata/.env This is needed for wic to be able to get bitbake variables without running 'bitbake -e'. Signed-off-by: Ed Bartosh --- meta/lib/oe/image.py | 23 +++ 1 file changed, 23 insertion

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

2015-08-20 Thread Ed Bartosh
Write set of bitbake variables associated with the image into build/tmp/sysroots//imagedata/.env This is needed for wic to be able to get bitbake variables without running 'bitbake -e'. Signed-off-by: Ed Bartosh --- meta/lib/oe/image.py | 23 +++ 1 file changed, 23 insertion