[meta-freescale] i.MX6 DL, Yocto Krogoth and Chromium 48.0.2548 problems .

2016-11-07 Thread Flavio Suligoi
Hi all, I compiled a standard Yocto "Krogoth" distro for a sabresd Dual Lite board (meta-fsl-arm, last commit of today), with Chromium 48.0.2548 (meta-browser, last commit of today). In meta-fsl-arm there is the software to enable the GPU graphic acceleration in Chromium 48.0.2548. The

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

2016-11-07 Thread Lauren Post
This breaks all imx builds because our distros in our layers are not in the places you check. Do not hardcode the location to check. Please remove checks so we can get our builds working again. Thanks Lauren -Original Message- From: meta-freescale-boun...@yoctoproject.org

[meta-freescale] Updates to base (master and morty) in 2016-11-07

2016-11-07 Thread Otavio Salvador
Hello, I pushed following updates: commit bd4feda8fb0bc47b7842c0c70d8435c4957b071f (HEAD -> master-next, m/master-next, freescale/morty, freescale/master-next, freescale/master) Author: Fabio Berton Date: Mon Nov 7 11:29:59 2016 -0200 setup-environment:

[meta-freescale] [base][PATCH v2 2/2] setup-environment: Move error log from top to bottom

2016-11-07 Thread Fabio Berton
If setup-environment won't be running like expect show error message at bottom of log to be more visible. Signed-off-by: Fabio Berton --- setup-environment | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup-environment

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 2/2] setup-environment: Move error log from top to bottom

2016-11-07 Thread Fabio Berton
If setup-environment won't be running like expect show error message at bottom of log to be more visible. Signed-off-by: Fabio Berton --- setup-environment | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup-environment

[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

[meta-freescale] [PATCH] imx-gst1.0-plugin: configure for available platforms only

2016-11-07 Thread Max Krummenacher
For the MACHINEOVERRIDES "mx6dl" and "mx6q" PLATFORM is set to MX6DL and MX6Q, respectively, resulting in the following error from the configure script: | configure: error: No target platform specified! | Use ./configure PLATFORM=(MX6/MX6QP/MX6SL/MX6SX/MX6UL/MX7D) to retry Signed-off-by: Max