Re: [meta-freescale] [base][PATCH 1/2] setup-environment: Add support for set distro

2016-11-07 Thread Mario Domenech Goulart
Hi Fabio, On Mon, 7 Nov 2016 09:54:31 -0200 Fabio Berton wrote: > To run setup-environment you need to set one of distros listed on > supported distros using command like: > > MACHINE=imx6qsabresd DISTRO=fslc-framebuffer source setup-environment build > > Note

[meta-freescale] [base][PATCH 1/2] setup-environment: Add support for set distro

2016-11-07 Thread Fabio Berton
To run setup-environment you need to set one of distros listed on supported distros using command like: MACHINE=imx6qsabresd DISTRO=fslc-framebuffer source setup-environment build Note that DISTRO is a required variable and won't be set if not defined. Signed-off-by: Fabio Berton