Re: [meta-freescale] [PATCH v3 01/27] xserver-common: Append SRC_URI for imxgpu3d machines

2017-01-26 Thread Max Krummenacher
Hello Otavio

Am Donnerstag, den 26.01.2017, 17:08 -0200 schrieb Otavio Salvador:
> On Thu, Jan 26, 2017 at 4:55 PM, Otavio Salvador
>  wrote:
> > On Thu, Jan 26, 2017 at 3:56 PM, Max Krummenacher  
> > wrote:
> > > meta-freescale morty (and master) currently breaks non imx machines
> > > because 0016-xserver-common-enable-iglx-module.patch cannot be
> > > fetched.
> > > This patch would be needed to bring back meta-freescale morty to
> > > behave nice again.
> > 
> > Agreed. I will apply it soon.
> 
> I applied the two needed patches. Give it a go and let us know if
> there are any problem.

Thank you.
This fixes my build issues for xserver-common with non imx machines on morty.

> 
> Please give a go to morty-next branch as well. I do want to merge it soon.
> 

I rebuild my image based on x11 with morty-next (5e71f0e) successfully.
On a i.MX 6DL this runs fine on the module, including gstreamer video decode 
and glmark2.

Max

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] [PATCH v3 01/27] xserver-common: Append SRC_URI for imxgpu3d machines

2017-01-26 Thread Otavio Salvador
On Thu, Jan 26, 2017 at 4:55 PM, Otavio Salvador
 wrote:
> On Thu, Jan 26, 2017 at 3:56 PM, Max Krummenacher  
> wrote:
>> meta-freescale morty (and master) currently breaks non imx machines
>> because 0016-xserver-common-enable-iglx-module.patch cannot be
>> fetched.
>> This patch would be needed to bring back meta-freescale morty to
>> behave nice again.
>
> Agreed. I will apply it soon.

I applied the two needed patches. Give it a go and let us know if
there are any problem.

Please give a go to morty-next branch as well. I do want to merge it soon.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] [PATCH v3 01/27] xserver-common: Append SRC_URI for imxgpu3d machines

2017-01-26 Thread Otavio Salvador
On Thu, Jan 26, 2017 at 3:56 PM, Max Krummenacher  wrote:
> meta-freescale morty (and master) currently breaks non imx machines
> because 0016-xserver-common-enable-iglx-module.patch cannot be
> fetched.
> This patch would be needed to bring back meta-freescale morty to
> behave nice again.

Agreed. I will apply it soon.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] [PATCH v3 01/27] xserver-common: Append SRC_URI for imxgpu3d machines

2017-01-26 Thread Max Krummenacher
Hi

meta-freescale morty (and master) currently breaks non imx machines
because 0016-xserver-common-enable-iglx-module.patch cannot be
fetched.
This patch would be needed to bring back meta-freescale morty to
behave nice again.

Max

2017-01-26 14:00 GMT+01:00 Otavio Salvador :
> From: Fabio Berton 
>
> Remove variable PATCHES_IMX_SPECIFIC and apply patch for all imxgpu3d
> machines.
>
> Signed-off-by: Fabio Berton 
> Signed-off-by: Otavio Salvador 
> ---
>
> Changes in v3:
> - Use imxgpu3d for override (Tom)
>
> Changes in v2: None
>
>  .../recipes-graphics/xserver-common/xserver-common_%.bbappend   | 6 
> ++
>  1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git 
> a/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
>  
> b/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
> index 28d1f7bd..378e4c38 100644
> --- 
> a/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
> +++ 
> b/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
> @@ -1,10 +1,8 @@
>  # i.MX extra configuration
>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>
> -PATCHES_IMX_SPECIFIC = " file://0016-xserver-common-enable-iglx-module.patch 
> \
> -"
> -SRC_URI_append = " \
> -${PATCHES_IMX_SPECIFIC} \
> +SRC_URI_append_imxgpu3d = " \
> +file://0016-xserver-common-enable-iglx-module.patch \
>  "
>  PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}"
>  PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}"
> --
> 2.11.0
>
> --
> ___
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] [PATCH v3 01/27] xserver-common: Append SRC_URI for imxgpu3d machines

2017-01-26 Thread Otavio Salvador
From: Fabio Berton 

Remove variable PATCHES_IMX_SPECIFIC and apply patch for all imxgpu3d
machines.

Signed-off-by: Fabio Berton 
Signed-off-by: Otavio Salvador 
---

Changes in v3:
- Use imxgpu3d for override (Tom)

Changes in v2: None

 .../recipes-graphics/xserver-common/xserver-common_%.bbappend   | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
 
b/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
index 28d1f7bd..378e4c38 100644
--- 
a/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
+++ 
b/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
@@ -1,10 +1,8 @@
 # i.MX extra configuration 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PATCHES_IMX_SPECIFIC = " file://0016-xserver-common-enable-iglx-module.patch \
-"
-SRC_URI_append = " \
-${PATCHES_IMX_SPECIFIC} \
+SRC_URI_append_imxgpu3d = " \
+file://0016-xserver-common-enable-iglx-module.patch \
 "
 PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}"
 PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}"
-- 
2.11.0

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale