[meta-freescale] Updates to meta-freescale (master and rocko) in 2017-11-16

2017-11-16 Thread otavio . salvador
Hello, I pushed following updates: commit f5ae701616f3f52ddce0ca2f55faecaa31d231f9 (HEAD -> master, yocto/rocko, yocto/master-next, yocto/master) Author: Fabio Berton Date: Thu Nov 16 11:07:45 2017 -0200 mesa: Remove /usr/lib/pkgconfig/wayland-egl.pc

[meta-freescale] Updates to meta-freescale-3rdparty (master and rocko) in 2017-11-16

2017-11-16 Thread otavio . salvador
Hello, I pushed following updates: commit 0f0ff555656cfa15ae3dc2837d2d2218905f61ed (HEAD -> master, fslc/rocko, fslc/master-next, fslc/master) Author: Fabio Berton Date: Thu Nov 16 13:39:36 2017 -0200 u-boot-boundary: Do not override PROVIDES variable

Re: [meta-freescale] [PATCH v2 05/14] imx-gpu-viv: Upgrade to 6.2.2.p0

2017-11-16 Thread Otavio Salvador
Hello Gary, Thanks for getting involved on this. I am adding Prabhu to the Cc as well. On Thu, Nov 16, 2017 at 9:37 AM, Gary Bisson wrote: > Hi Tom, > > On Wed, Nov 15, 2017 at 10:02 PM, Tom Hochstein wrote: >> Key Features of the Vivante

Re: [meta-freescale] [PATCH v2 14/14] libepoxy: Fix build break for EGL_CAST dependency

2017-11-16 Thread Otavio Salvador
On Wed, Nov 15, 2017 at 7:02 PM, Tom Hochstein wrote: > This is a backport [1] to fix the following build error: > > | In file included from >

[meta-freescale] [3rdparty][PATCH] u-boot-boundary: Do not override PROVIDES variable

2017-11-16 Thread Fabio Berton
Append u-boot to PROVIDES variable to get virtual/bootloader to final value. PROVIDES = u-boot-boundary virtual/bootloader u-boot Signed-off-by: Fabio Berton --- recipes-bsp/u-boot/u-boot-boundary_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

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

2017-11-16 Thread Otavio Salvador
On Wed, Nov 15, 2017 at 7:02 PM, Tom Hochstein wrote: We did review most of patches and we did merge few. Please rebase them and address our comments on a v3 version, so we can be at same page again :-) -- Otavio Salvador O.S. Systems

Re: [meta-freescale] ADT Installer produces bad compiler?

2017-11-16 Thread Otavio Salvador
On Thu, Nov 16, 2017 at 10:37 AM, Paul Sievers wrote: > I used the ADT installer to install a cross compiler for an i.MX6UL > processor (with ARM architecture) on my Intel x68_64 VirtualBox-Linux. > > It ran without problems and produced /opt/poky/1.8 and /home/paul/test-yocto

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

2017-11-16 Thread Tom Hochstein
Our fork is at 2.0. We will not have a tested 3.0 solution for one or two months. Tom -Original Message- From: Otavio Salvador [mailto:otavio.salva...@ossystems.com.br] Sent: Thursday, November 16, 2017 9:54 AM To: Tom Hochstein Cc:

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

2017-11-16 Thread Otavio Salvador
On Thu, Nov 16, 2017 at 2:26 PM, Tom Hochstein wrote: > Our fork is at 2.0. We will not have a tested 3.0 solution for one or two > months. I know; so add a weston-imx recipe which fetches from tthe git. -- Otavio Salvador O.S. Systems

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

2017-11-16 Thread Otavio Salvador
On Wed, Nov 15, 2017 at 7:02 PM, Tom Hochstein wrote: > Signed-off-by: Tom Hochstein Instead of adding those patches please point to code aurora Git, with the respective branch and SRCREV. -- Otavio Salvador O.S.

Re: [meta-freescale] [PATCH v2 06/14] imx-gpu-viv: Add systemd init

2017-11-16 Thread Otavio Salvador
On Wed, Nov 15, 2017 at 7:02 PM, Tom Hochstein wrote: > Signed-off-by: Tom Hochstein Nack! We use different binaries for different SoCs and the packages are done accordingly. This approach goes on the against the producible build effort. --

[meta-freescale] [PATCH] mesa: Remove /usr/lib/pkgconfig/wayland-egl.pc

2017-11-16 Thread Fabio Berton
The file /usr/lib/pkgconfig/wayland-egl.pc is installed by imx-gpu-viv and we need to remove from mesa. Signed-off-by: Fabio Berton --- recipes-graphics/mesa/mesa_%.bbappend | 4 1 file changed, 4 insertions(+) diff --git

[meta-freescale] ADT Installer produces bad compiler?

2017-11-16 Thread Paul Sievers
Hi, I used the ADT installer to install a cross compiler for an i.MX6UL processor (with ARM architecture) on my Intel x68_64 VirtualBox-Linux. It ran without problems and produced /opt/poky/1.8 and /home/paul/test-yocto . I tried to use it on a simple "Hello World" program:

[meta-freescale] Updates to meta-freescale (master and rocko) in 2017-11-16

2017-11-16 Thread otavio . salvador
Hello, I pushed following updates: commit aa7536bb0ee30b702b067a8f3f46b3922e7388ea (HEAD -> master, yocto/rocko, yocto/master-next, yocto/master) Author: Tom Hochstein Date: Wed Nov 15 15:02:18 2017 -0600 xserver-xf86-config: Add Xorg configuration for i.MX 6SLL

Re: [meta-freescale] ADT Installer produces bad compiler?

2017-11-16 Thread Paul Sievers
Thanks, Otavio, that works. Now, my next problem: I produce "tt" on my VirtualBox-Linux: paul@VBox:~/DataExchange/workspace/tt$ $CC -o tt src/tt.o paul@VBox:~/DataExchange/workspace/tt$ cksum tt 2134736149 39910 tt paul@VBox:~/DataExchange/workspace/tt$ I copy it to my target machine (i.MX6UL

[meta-freescale] [PATCH] Revert "imx-gst1.0-plugin: Change git repository URL"

2017-11-16 Thread Daiane Angolini
The reverted commit not only change the URL for the package. It also upgrade the package version by mistake. The version pointed by the patch is still not ready to use the gstreamer 1.12. Meanwhile the root cause is found and fixed, revert the patch. This reverts commit

Re: [meta-freescale] [PATCH] Revert "imx-gst1.0-plugin: Change git repository URL"

2017-11-16 Thread Fabio Estevam
On Thu, Nov 16, 2017 at 4:12 PM, Daiane Angolini wrote: > The reverted commit not only change the URL for the package. It also > upgrade the package version by mistake. > > The version pointed by the patch is still not ready to use the gstreamer > 1.12. > > Meanwhile the