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
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
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