Re: [meta-freescale] Issue with freescale git server at git.freescale.com

2017-10-20 Thread Otavio Salvador
Hello Fabio, Hello Georg, Fabio, thanks for looking at this. On Thu, Oct 19, 2017 at 11:16 PM, Fabio Estevam wrote: > On Thu, Oct 19, 2017 at 11:03 PM, Fabio Estevam wrote: >> On Thu, Oct 19, 2017 at 2:18 PM, Fabio Estevam wrote: >>

Re: [meta-freescale] Issue with freescale git server at git.freescale.com

2017-10-20 Thread Bejar-Colonia, Carlos
Hi Octavio, Is this a general issue for the git.freescale.com.imx.linux-imx.git and git.freescale.com.imx.uboot-imx.git ? I am trying to build an image for imx7dsabresd and do_fetch() for both repos fails. I tried Morty and Pyro, same result. Thanks, Carlos -Original Message- From:

Re: [meta-freescale] Issue with freescale git server at git.freescale.com

2017-10-20 Thread Otavio Salvador
Hello Carlos, On Fri, Oct 20, 2017 at 10:51 AM, Bejar-Colonia, Carlos wrote: > Is this a general issue for the git.freescale.com.imx.linux-imx.git and > git.freescale.com.imx.uboot-imx.git ? > I am trying to build an image for imx7dsabresd and do_fetch() for

[meta-freescale] [PATCH] linux-imx: Change git repository URL

2017-10-20 Thread Daiane Angolini
The git.freescale.com repository has been facing critical fetch issues, this patch uses source.codeaurora.org because it's a mirror for this kernel provider version. Signed-off-by: Daiane Angolini --- recipes-kernel/linux/linux-imx.inc | 2 +- 1 file changed, 1

Re: [meta-freescale] [PATCH 00/14] Graphics updates for L4.9.11-1.0.0 BSP Release plus Weston 2.0

2017-10-20 Thread Max Krummenacher
Hi Tom Am Donnerstag, den 19.10.2017, 13:36 -0500 schrieb Tom Hochstein: > This patchset contains the graphics changes for the i.MX GA release > L4.9.11-1.0.0, plus an update to work with an i.MX fork of > Weston 2.0. GPU drivers are updated to version 6.2.2.p0, with > changes documented in the

Re: [meta-freescale] [PATCH 03/14] imx-gpu-apitrace: Move apitrace out of imx-gpu-viv v6

2017-10-20 Thread Gary Bisson
Hi Tom, On Thu, 2017-10-19 at 13:36 -0500, Tom Hochstein wrote: > Signed-off-by: Tom Hochstein > --- > .../0001-add-docs-HOWTO.markdown.patch | 61 +++ > ...cs-Freescale_apitrace_user_guide.markdown.patch | 91 >

Re: [meta-freescale] core-image-weston build error

2017-10-20 Thread Eliecer Nepumok
Anyone, maybe with build server results? I just would like to know whether to spend time debugging this or I am missing something obvious. On 18 October 2017 at 13:48, Eliecer Nepumok wrote: > Hi, > > I am using the Rocko branch and seeing a build error for

Re: [meta-freescale] core-image-weston build error

2017-10-20 Thread Fabio Berton
Hi, I can confirm that this image is broken on rocko branch. Tom sent some patches to fix these issues, you can see this patches on mailing list. I need to test these patches and see if it fix core-image-weston build. On Fri, Oct 20, 2017 at 2:27 PM, Eliecer Nepumok

Re: [meta-freescale] [PATCH 03/14] imx-gpu-apitrace: Move apitrace out of imx-gpu-viv v6

2017-10-20 Thread Tom Hochstein
Hi Gary, > -Original Message- > From: Gary Bisson [mailto:gary.bis...@boundarydevices.com] > Sent: Friday, October 20, 2017 4:30 AM > To: Tom Hochstein ; meta-freescale@yoctoproject.org > Subject: Re: [meta-freescale] [PATCH 03/14] imx-gpu-apitrace: Move apitrace >

[meta-freescale] [PATCH] linux-imx: Change git repository URL

2017-10-20 Thread Daiane Angolini
The git.freescale.com repository has been facing critical fetch issues, this patch uses source.codeaurora.org because it's a mirror for this kernel provider version. Signed-off-by: Daiane Angolini --- recipes-kernel/linux/linux-imx.inc | 2 +- 1 file changed, 1

Re: [meta-freescale] [PATCH 00/14] Graphics updates for L4.9.11-1.0.0 BSP Release plus Weston 2.0

2017-10-20 Thread Tom Hochstein
Hi Max, > -Original Message- > From: Max Krummenacher [mailto:max.oss...@gmail.com] > Sent: Friday, October 20, 2017 3:04 AM > To: Tom Hochstein ; meta-freescale@yoctoproject.org > Subject: Re: [meta-freescale] [PATCH 00/14] Graphics updates for > L4.9.11-1.0.0 BSP

Re: [meta-freescale] [PATCH 11/14] core-image-weston: Remove unbuildable packages

2017-10-20 Thread Otavio Salvador
On Thu, Oct 19, 2017 at 4:36 PM, Tom Hochstein wrote: > Three packages depending on gtk+3 cannot build on i.MX: > - gtk+3-demo > - matchbox-terminal > - vte Why? we should fix those, no? > Signed-off-by: Tom Hochstein > --- >