[meta-freescale] [PATCH][distro] distro/fsl-framebuffer: Remove vulkan distro feature

2018-02-28 Thread Daiane Angolini
meta-poky commit 6016ec177af2406cacfeb3276dfcb8bfc3df8fce enabled vulkan by default. As framebuffer distro doesn't have x11 or wayland, we need to remove vulkan distro feature. Signed-off-by: Daiane Angolini --- conf/distro/fsl-framebuffer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

[meta-freescale] [PATCH][distro] distro/fsl-framebuffer: Remove vulkan distro feature

2018-02-28 Thread Daiane Angolini
meta-poky commit 6016ec177af2406cacfeb3276dfcb8bfc3df8fce enabled vulkan by default. As framebuffer distro doesn't have x11 or wayland, we need to remove vulkan distro feature. Signed-off-by: Daiane Angolini --- conf/distro/fsl-framebuffer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

[meta-freescale] Updates to meta-freescale-3rdparty (master) in 2018-02-28

2018-02-28 Thread otavio . salvador
Hello, I pushed following updates: commit d5b9e9570df1fbad7de409d78c0589cf54177f05 (HEAD -> master, fslc/master) Author: Fabio Berton Date: Wed Feb 28 10:50:12 2018 -0300 imx7s-warp: Remove imx-base.inc duplicate code IMAGE_FSTYPES = "wic.gz" and WKS_FILE = "imx-uboot-bootpart.wk

[meta-freescale] Updates to meta-freescale (master) in 2018-02-28

2018-02-28 Thread otavio . salvador
Hello, I pushed following updates: commit 8feb8beca100ff07029759832d4dc51bb3e2573e (HEAD -> master, yocto/master) Author: Fabio Berton Date: Wed Feb 28 10:48:53 2018 -0300 imx-base: Add wic option to not update fstab >From Openembedded Core commit: commit 00420ec42140c1b

[meta-freescale] [3rdparty][PATCH 7/7] imx7s-warp: Remove imx-base.inc duplicate code

2018-02-28 Thread Fabio Berton
IMAGE_FSTYPES = "wic.gz" and WKS_FILE = "imx-uboot-bootpart.wks" are already set in imx-base.inc Signed-off-by: Fabio Berton --- conf/machine/imx7s-warp.conf | 4 1 file changed, 4 deletions(-) diff --git a/conf/machine/imx7s-warp.conf b/conf/machine/imx7s-warp.conf index 68c82e6..7a23fd6

[meta-freescale] [3rdparty][PATCH 6/7] imx7d-pico: Remove imx-base.inc duplicate code

2018-02-28 Thread Fabio Berton
IMAGE_FSTYPES = "wic.gz" is already set in imx-base.inc Signed-off-by: Fabio Berton --- conf/machine/imx7d-pico.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/machine/imx7d-pico.conf b/conf/machine/imx7d-pico.conf index 09c5002..c50b609 100644 --- a/conf/machine/imx7d-pico.conf +

[meta-freescale] [3rdparty][PATCH 3/7] colibri-imx6: Remove imx-base.inc duplicate code

2018-02-28 Thread Fabio Berton
IMAGE_FSTYPES = "wic.gz" is already set in imx-base.inc Signed-off-by: Fabio Berton --- conf/machine/colibri-imx6.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/colibri-imx6.conf b/conf/machine/colibri-imx6.conf index 966fcca..0113071 100644 --- a/conf/mach

[meta-freescale] [3rdparty][PATCH 5/7] colibri-vf: Remove imx-base.inc duplicate code

2018-02-28 Thread Fabio Berton
IMAGE_FSTYPES = "wic.gz" is already set in imx-base.inc Signed-off-by: Fabio Berton --- conf/machine/colibri-vf.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/colibri-vf.conf b/conf/machine/colibri-vf.conf index 51e658e..09376d6 100644 --- a/conf/machine/co

[meta-freescale] [3rdparty][PATCH 4/7] colibri-imx7: Remove imx-base.inc duplicate code

2018-02-28 Thread Fabio Berton
IMAGE_FSTYPES = "wic.gz" is already set in imx-base.inc Signed-off-by: Fabio Berton --- conf/machine/colibri-imx7.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/colibri-imx7.conf b/conf/machine/colibri-imx7.conf index 2af3b24..db5bb13 100644 --- a/conf/mach

[meta-freescale] [3rdparty][PATCH 2/7] apalis-imx6: Remove imx-base.inc duplicate code

2018-02-28 Thread Fabio Berton
IMAGE_FSTYPES = "wic.gz" is already set in imx-base.inc Signed-off-by: Fabio Berton --- conf/machine/apalis-imx6.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/apalis-imx6.conf b/conf/machine/apalis-imx6.conf index a7ec6e3..05a1336 100644 --- a/conf/machine

[meta-freescale] [3rdparty][PATCH 1/7] Remove --no-fstab-update option from WIC_CREATE_EXTRA_ARG for all machines

2018-02-28 Thread Fabio Berton
WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update" was add to imx-base.inc and we can remove from all machines that includes imx-base.inc file. Signed-off-by: Fabio Berton --- conf/machine/apalis-imx6.conf | 1 - conf/machine/colibri-imx6.conf | 1 - conf/machine/colibri-imx7.conf | 1 - conf/machine

[meta-freescale] [PATCH] imx-base: Add wic option to not update fstab

2018-02-28 Thread Fabio Berton
>From Openembedded Core commit: commit 00420ec42140c1b752132bda190dede85756d157 Author: Fabio Berton Date: Wed Apr 19 13:42:47 2017 -0300 wic: Add option to not change fstab Create an option to wic doesn't change fstab file, the final fstab file will be same that in rootfs and wic

Re: [meta-freescale] [PATCH 1/4] imx25pdk: Add wic option to not update fstab

2018-02-28 Thread Fabio Berton
Hi Fabio! Ok, I'll explain in commit log. Thanks! On Wed, Feb 28, 2018 at 9:26 AM, Fabio Estevam wrote: > Hi Fabio, > > On Tue, Feb 27, 2018 at 5:40 PM, Fabio Berton > wrote: > > Signed-off-by: Fabio Berton > > Please add a commit log explaining why this patch is needed. > -- __

Re: [meta-freescale] [PATCH 1/4] imx25pdk: Add wic option to not update fstab

2018-02-28 Thread Fabio Berton
Hi Theodore, I'll look to add this to imx-base.inc Thanks! On Wed, Feb 28, 2018 at 9:04 AM, Theodore A. Roth wrote: > On Tue, Feb 27, 2018 at 1:40 PM, Fabio Berton > wrote: > > Signed-off-by: Fabio Berton > > --- > > conf/machine/imx25pdk.conf | 4 > > 1 file changed, 4 insertions(+) >

Re: [meta-freescale] [PATCH 1/4] imx25pdk: Add wic option to not update fstab

2018-02-28 Thread Fabio Estevam
Hi Fabio, On Tue, Feb 27, 2018 at 5:40 PM, Fabio Berton wrote: > Signed-off-by: Fabio Berton Please add a commit log explaining why this patch is needed. -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.or

Re: [meta-freescale] [PATCH 1/4] imx25pdk: Add wic option to not update fstab

2018-02-28 Thread Theodore A. Roth
On Tue, Feb 27, 2018 at 1:40 PM, Fabio Berton wrote: > Signed-off-by: Fabio Berton > --- > conf/machine/imx25pdk.conf | 4 > 1 file changed, 4 insertions(+) > > diff --git a/conf/machine/imx25pdk.conf b/conf/machine/imx25pdk.conf > index e22d9f4e..bd7ae0ee 100644 > --- a/conf/machine/imx25p

[meta-freescale] [PATCH] remove efl dynamic layer support

2018-02-28 Thread Andreas Müller
meta-efl was removed completely in August 2017 Signed-off-by: Andreas Müller --- ...essor-definitions-for-Vivante-GLES-header.patch | 63 -- .../efl-layer/recipes-efl/efl/efl_%.bbappend | 3 -- 2 files changed, 66 deletions(-) delete mode 100644 dynamic-layers/efl-la