[U-Boot] [PATCH v3 05/14] pico-imx6ul: Add support for the 512MB module

2018-09-13 Thread Otavio Salvador
From: Fabio Estevam Currently only the module with 256MB of RAM is supported. Add support for the 512MB of RAM variant as well. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: None board/technexion/pico-imx6ul

[U-Boot] [PATCH v3 03/14] pico-imx6ul: Add fastboot support

2018-09-13 Thread Otavio Salvador
525 bootloader-version: U-Boot 2018.07-rc2-00130-g0881835-dirty finished. total time: 0.000s 2. Resetting the board $ sudo fastboot reboot -i 0x0525 (this causes the pico-imx6ul to reboot) Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v3: N

[U-Boot] [PATCH v3 02/14] pico-imx6ul: Convert to SPL

2018-09-13 Thread Otavio Salvador
in future. Currently only the 256MB is tested/supported. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: - add newline after SPDX header - avoid initializing CCGR7 as UL does not have it - mention clocks

[U-Boot] [PATCH v3 01/14] pico-imx6ul: Convert to distro config

2018-09-13 Thread Otavio Salvador
From: Fabio Estevam Instead of keeping a custom environment, use a more generic approach by switching to disto config. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: None configs/pico-imx6ul_defconfig | 2 + include/configs/pico-imx6ul.h

Re: [meta-freescale] Remove some package from fsl-image-qt5

2018-09-13 Thread Otavio Salvador
w I need to shrink the size of the production version, removing many > packages Make a product layer and add your recipes and images there. So you should start a new image from scratch. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossyste

Re: [meta-freescale] [PATCH] weston: install weston.ini to disable idle timeout

2018-09-12 Thread Otavio Salvador
On Wed, Sep 12, 2018 at 4:55 PM Gary Bisson wrote: > > In order to get the same behavior as meta-fsl-bsp-release (see > weston_4.0.0.bbappend). > > Signed-off-by: Gary Bisson Applied. -- Otavio Salvador O.S. Systems http://www.ossystems.com

Re: [meta-freescale] [PATCH] gstreamer1.0-plugins-bad: fix build for opencv >= 3.4.2

2018-09-12 Thread Otavio Salvador
> Signed-off-by: Gary Bisson Applied. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -- ___ meta-freescale mai

Re: [meta-freescale] [PATCH v2 2/2] wayland-protocols: Fix PACKAGE_ARCH for i.MX-specific version

2018-09-12 Thread Otavio Salvador
On Wed, Sep 12, 2018 at 6:18 AM Andreas Müller wrote: > On Tue, Sep 11, 2018 at 6:55 PM, Otavio Salvador > wrote: > > On Tue, Sep 11, 2018 at 12:12 PM Andreas Müller > > wrote: > >> > >> On Tue, Sep 11, 2018 at 4:40 PM, Otavio Salvador > >> wrot

Re: [meta-freescale] [PATCH v2 2/2] wayland-protocols: Fix PACKAGE_ARCH for i.MX-specific version

2018-09-11 Thread Otavio Salvador
On Tue, Sep 11, 2018 at 12:12 PM Andreas Müller wrote: > > On Tue, Sep 11, 2018 at 4:40 PM, Otavio Salvador > wrote: ... > Cannot test with fresh rootfs and switch machines back and forth > currently - that is a time consuming business and nobody gives me that > time... In

Re: [meta-freescale] [PATCH v2 2/2] wayland-protocols: Fix PACKAGE_ARCH for i.MX-specific version

2018-09-11 Thread Otavio Salvador
built for a mainline machine and for sabresd. I got: % ye pv wayland-protocols [0] ~/.../deploy/ipk/all/wayland-protocols_1.15-r0.0_all.ipk [0] [1] ~/.../deploy/ipk/armv7ahf-neon-mx6qdl/wayland-protocols_1.13.imx-r0.0_armv7ahf-neon-mx6qdl.ipk [1] Option (ENTER to cancel):

Re: [meta-freescale] Inserting my qt application to yocto image and runing it after startup

2018-09-10 Thread Otavio Salvador
der > to run after startup and build it. Also, this application needs lots of > library such as qtchart, qtserialport etc. How can I do this? Or is there any > document for learning doing that? Thanks. You will need to make a recipe to package it and likely make a init or systemd s

Re: [meta-freescale] [PATCH 2/2] Revert "wayland-protocols: Downgrade to 1.13 for i.MX"

2018-09-10 Thread Otavio Salvador
raspberrypi3: Also that wants wayland-protocols-1.13.imx. We must keep the .imx suffix and the recipe ought to be MACHINE_SOCARCH so it does not override the allarch ones. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.b

Re: [meta-freescale] [PATCH 1/2] linux-fslc: upgrade to latest in 4.17.x+fslc

2018-09-10 Thread Otavio Salvador
On Mon, Sep 10, 2018 at 9:49 AM Andreas Müller wrote: > > This includes > > * CONFIG_TMPFS_POSIX_ACL=y > * CONFIG_FW_LOADER_USER_HELPER(_FALLBACK)=y > > in imx_v6_v7_defconfig > > Signed-off-by: Andreas Müller Applied. -- Otavio Salvador

Re: [meta-freescale] linux-fslc merge 'v4.9.105' into imx_4.9.x_2.0.0_ga

2018-09-10 Thread Otavio Salvador
has > after the merge the same content as arch/arm64/include/asm/kvm_mmu.h Oh ... is it possible for you to prepare a PR fixing it? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854

Re: [meta-freescale] [PATCH 10/10] pulseaudio: Enable allow-autospawn-for-root as default

2018-09-10 Thread Otavio Salvador
a BSP one. It can be overriden in fsl-base.inc using: PACKAGECONFIG_pn-pulseaudio_append = " ..." and then you don't leak distro settings in meta-freescale. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobi

Re: [meta-freescale] imx6 mesa-etnaviv performance to expect

2018-09-07 Thread Otavio Salvador
u will likely see some improvement due to newer mesa and libdrm. I did a look at your patches and I'd love to get it merged. Specially about your dts patches, did you consider sending it to mainline? either way, I'd prefer to apply it to our fork then carry patches on it. -- Otavio Salvador

Re: [meta-freescale] [PATCH] wpewebkit: update gst http plugin dependency Change gstreamer http plugin dependency specific to iMX gstreamer

2018-09-07 Thread Otavio Salvador
g our master branch. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -- ___ meta-freescale mailing list me

Re: [meta-freescale] Is meta-freescale (sumo branch) ready to use?

2018-09-07 Thread Otavio Salvador
Glad to hear it! On Fri, Sep 7, 2018 at 3:31 AM Stefano Cappa wrote: > > Perfect thank you, it worked > > Il gio 6 set 2018, 14:22 Otavio Salvador > ha scritto: >> >> >> >> On Thu, Sep 6, 2018 at 3:16 AM Stefano Cappa >> wrote: >>> >>

Re: [meta-freescale] [PATCH 10/10] pulseaudio: Enable allow-autospawn-for-root as default

2018-09-07 Thread Otavio Salvador
On Mon, Aug 6, 2018 at 1:55 PM Yuqing Zhu wrote: > > Start pulseaudio as root. > > Signed-off-by: Yuqing Zhu This is not related to the BSP but a behavior setting. If you really want to enable it, do it inside the fsl distro. -- Otavio Salvador O.S.

Re: [meta-freescale] [3rdparty][pyro][PATCH] u-boot-script-gateworks-imx: fix bootscript source

2018-09-07 Thread Otavio Salvador
ranch but not another... Best Regards, -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -- ___ meta-freescale mailin

Re: [meta-freescale] [PATCH] Revert "wayland: Remove file provided by imx-gpu-viv"

2018-09-06 Thread Otavio Salvador
t was pushed: > f1e39bd1 imx-gpu-viv: Remove wayland-egl files > > Since imx-gpu-viv doesn't provide wayland-egl any longer, wayland > recipe has to. > > Signed-off-by: Gary Bisson Applied. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

Re: [meta-freescale] [PATCH 2/2] linux-fslc/defconfig: Add CONFIG_TMPFS_POSIX_ACL=y

2018-09-06 Thread Otavio Salvador
onfig > 2. Send a patch here to use imx_v6_v7_defconfig > > OK? Please do. But let's use the defconfig in the layer as it makes easier for users to customize it. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobi

Re: [meta-freescale] [PATCH 2/2] linux-fslc/defconfig: Add CONFIG_TMPFS_POSIX_ACL=y

2018-09-06 Thread Otavio Salvador
On Thu, Sep 6, 2018 at 6:40 AM Andreas Müller wrote: > > On Thu, Sep 6, 2018 at 1:24 AM, Otavio Salvador > wrote: > > On Wed, Sep 5, 2018 at 8:45 AM Andreas Müller > > wrote: > >> > >> Fixes: > >> > >> | Sep 04 09:05:10 imx6qdl-va

Re: [meta-freescale] Is meta-freescale (sumo branch) ready to use?

2018-09-06 Thread Otavio Salvador
? Because by default is using -imx. > You can append the 'use-mainline-bsp' override in the machine. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 M

Re: [U-Boot] [PATCH v2 06/13] pico-imx7d: Update the README file

2018-09-06 Thread Otavio Salvador
On Thu, Sep 6, 2018 at 6:54 AM Stefano Babic wrote: > On 05/09/2018 21:13, Otavio Salvador wrote: > > Hello Tom and Stefano, > > > > This should be applied for release as it puts the README aligned with > > current use. Please consider it. > > > >

Re: [OE-core] [PATCH] cmake: Update 3.11.4 -> 3.12.1

2018-09-05 Thread Otavio Salvador
On Wed, Sep 5, 2018 at 8:19 PM Khem Raj wrote: > > On Wed, Sep 5, 2018 at 3:38 PM Otavio Salvador > wrote: > > > > On Wed, Sep 5, 2018 at 12:18 PM Khem Raj wrote: > > > > > > On Wed, Sep 5, 2018 at 6:42 AM Otavio Salvador > > > wrote: > > &

Re: [meta-freescale] [PATCH 4/4] Fix menuconfig for our kernels

2018-09-05 Thread Otavio Salvador
On Tue, Sep 4, 2018 at 6:02 PM Andreas Müller wrote: > > On Tue, Sep 4, 2018 at 8:39 PM, Otavio Salvador > wrote: > > Applied. Mind to send a bump? > Don't mind :) > > Tomorrow I'll test latest fslc HEAD and - in case of no new issues - > will send out further. In case

Re: [meta-freescale] Is meta-freescale (sumo branch) ready to use?

2018-09-05 Thread Otavio Salvador
Specially if you go with linux-fslc (mainline) BSP. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -- ___ meta-

Re: [meta-freescale] [PATCH 2/2] linux-fslc/defconfig: Add CONFIG_TMPFS_POSIX_ACL=y

2018-09-05 Thread Otavio Salvador
ch was set indirectly > by CONFIG_DEVTMPFS=y > > Signed-off-by: Andreas Müller I applied this to master. Could you send this as a change to our imx_v6_v7_defconfig ? it would be good to send it upstream as well so we avoid keeping this change for next releases. -- Otavio Sa

Re: [OE-core] [PATCH] cmake: Update 3.11.4 -> 3.12.1

2018-09-05 Thread Otavio Salvador
On Wed, Sep 5, 2018 at 12:18 PM Khem Raj wrote: > > On Wed, Sep 5, 2018 at 6:42 AM Otavio Salvador > wrote: > > > > > > > > On Tue, Sep 4, 2018 at 8:43 PM Khem Raj wrote: > >> > >> Here is one failiure that is seen in meta-oe with updates cm

Re: [U-Boot] [PATCH v2 06/13] pico-imx7d: Update the README file

2018-09-05 Thread Otavio Salvador
Hello Tom and Stefano, This should be applied for release as it puts the README aligned with current use. Please consider it. On Tue, Sep 4, 2018 at 4:13 PM Otavio Salvador wrote: > On Tue, Sep 4, 2018 at 11:06 AM Michael Nazzareno Trimarchi > wrote: > ... > > Those change a

Re: [OE-core] [PATCH] cmake: Update 3.11.4 -> 3.12.1

2018-09-05 Thread Otavio Salvador
sl update on master-next. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -- ___ Openembedded-core mailing list Ope

Re: [U-Boot] [PATCH v2 06/13] pico-imx7d: Update the README file

2018-09-04 Thread Otavio Salvador
On Tue, Sep 4, 2018 at 11:06 AM Michael Nazzareno Trimarchi wrote: ... > Those change are about imx6ul and you update the readme of imx7d Those put them on sync and it is part of our work. I see no reason for another PR just for a single commit. -- Otavio Salvador

Re: [meta-freescale] [PATCH 4/4] Fix menuconfig for our kernels

2018-09-04 Thread Otavio Salvador
Applied. Mind to send a bump? On Tue, Sep 4, 2018 at 10:40 AM Andreas Müller wrote: > > On Fri, Aug 31, 2018 at 4:03 PM, Otavio Salvador > wrote: > > On Fri, Aug 31, 2018 at 3:35 AM Andreas Müller > > wrote: > >> On Fri, Aug 31, 2018 at 3:18 AM, Otavio Salvador &

[U-Boot] [PATCH v2 10/13] pico-imx6ul: Improve default DFU settings

2018-09-04 Thread Otavio Salvador
This rework the DFU settings so it supports the SPL and U-Boot image, as well as the single partition layout we are using by default. Signed-off-by: Otavio Salvador --- Changes in v2: None include/configs/pico-imx6ul.h | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff

[U-Boot] [PATCH v2 09/13] pico-imx6ul: Add bootmenu to choose the baseboard

2018-09-04 Thread Otavio Salvador
Currently the baseboards do not offer a way to autodetect which one is in use, so we ask the user if no value has been set. Signed-off-by: Otavio Salvador --- Changes in v2: None configs/pico-imx6ul_defconfig | 5 +++-- include/configs/pico-imx6ul.h | 10 ++ 2 files changed, 13

[U-Boot] [PATCH v2 12/13] pico-imx6ul: Add new pico-hobbit config

2018-09-04 Thread Otavio Salvador
The new config skips the boot menu which asks which board is in use. This is useful to allow direct booting of image without user iteration. Signed-off-by: Otavio Salvador --- Changes in v2: None board/technexion/pico-imx6ul/MAINTAINERS | 5 +++ configs/pico-hobbit-imx6ul_defconfig | 53

[U-Boot] [PATCH v2 05/13] pico-imx6ul: Add support for the 512MB module

2018-09-04 Thread Otavio Salvador
From: Fabio Estevam Currently only the module with 256MB of RAM is supported. Add support for the 512MB of RAM variant as well. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: None board/technexion/pico-imx6ul/spl.c | 27

[U-Boot] [PATCH v2 08/13] pico-imx6ul: Sync defconfig with new changes

2018-09-04 Thread Otavio Salvador
Due the changes in previous commits, we need to resync the defconfig to reduce noise in next commits. Signed-off-by: Otavio Salvador --- Changes in v2: None configs/pico-imx6ul_defconfig | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/configs/pico

[U-Boot] [PATCH v2 04/13] pico-imx6ul: Add bmode support

2018-09-04 Thread Otavio Salvador
Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: None configs/pico-imx6ul_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig index cae7ded1fa..daa898fb22 100644 --- a/configs/pico-imx6ul_defconfig

[U-Boot] [PATCH v2 07/13] pico-imx6ul: Update the README file

2018-09-04 Thread Otavio Salvador
From: Fabio Estevam Update the README file to take into accound the switch to SPL. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: None board/technexion/pico-imx6ul/README | 26 -- 1 file changed, 20

[U-Boot] [PATCH v2 13/13] pico-imx6ul: Remove CONFIG_FSL_USDHC from .h

2018-09-04 Thread Otavio Salvador
The FSL_USDHC support is now handled by Kconfig and it is enabled on the respective `defconfig` so the setting in .h is pointless. Signed-off-by: Otavio Salvador --- Changes in v2: None include/configs/pico-imx6ul.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/pico

[U-Boot] [PATCH v2 06/13] pico-imx7d: Update the README file

2018-09-04 Thread Otavio Salvador
From: Fabio Estevam Update the README file to take into accound the switch to SPL. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: None board/technexion/pico-imx7d/README | 24 +--- 1 file changed, 17

[U-Boot] [PATCH v2 11/13] pico-imx6ul: Sync README with pico-imx7d

2018-09-04 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v2: None board/technexion/pico-imx6ul/README | 22 +- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/board/technexion/pico-imx6ul/README b/board/technexion/pico-imx6ul/README index a5415714ee..66dc977d49 100644

[U-Boot] [PATCH v2 02/13] pico-imx6ul: Convert to SPL

2018-09-04 Thread Otavio Salvador
in future. Currently only the 256MB is tested/supported. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: - add newline after SPDX header - avoid initializing CCGR7 as UL does not have it - mention clocks initialization will be cleaned

[U-Boot] [PATCH v2 01/13] pico-imx6ul: Convert to distro config

2018-09-04 Thread Otavio Salvador
From: Fabio Estevam Instead of keeping a custom environment, use a more generic approach by switching to disto config. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v2: None configs/pico-imx6ul_defconfig | 2 + include/configs/pico-imx6ul.h | 69

[U-Boot] [PATCH v2 03/13] pico-imx6ul: Add fastboot support

2018-09-04 Thread Otavio Salvador
525 bootloader-version: U-Boot 2018.07-rc2-00130-g0881835-dirty finished. total time: 0.000s 2. Resetting the board $ sudo fastboot reboot -i 0x0525 (this causes the pico-imx6ul to reboot) Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: N

Re: [OE-core] [PATCH] cmake: Update 3.11.4 -> 3.12.1

2018-08-31 Thread Otavio Salvador
On Fri, Aug 31, 2018 at 4:55 PM Khem Raj wrote: > On Fri, Aug 31, 2018 at 11:14 AM Otavio Salvador > wrote: > > On Fri, Aug 31, 2018 at 1:19 PM Khem Raj wrote: > > > On Thu, Aug 30, 2018 at 4:26 PM Otavio Salvador > > > wrote: > > > > This updat

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-08-31 Thread Otavio Salvador
On Fri, Aug 31, 2018 at 4:21 PM Stefano Babic wrote: > On 31/08/2018 20:53, Otavio Salvador wrote: > > On Fri, Aug 31, 2018 at 10:08 AM Tom Rini wrote: > >> On Fri, Aug 31, 2018 at 03:04:31PM +0200, Stefano Babic wrote: > >>> please pull from u-boot-imx, thanks

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-08-31 Thread Otavio Salvador
to review them and see if they are fine for merging or need adjustments? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347)

Re: [OE-core] [PATCH] cmake: Update 3.11.4 -> 3.12.1

2018-08-31 Thread Otavio Salvador
On Fri, Aug 31, 2018 at 1:19 PM Khem Raj wrote: > On Thu, Aug 30, 2018 at 4:26 PM Otavio Salvador > wrote: > > This updates CMake to the 3.12.1 stable release. All patches were > > rebase on top of the new source file and all them applied without > > changes. > >

Re: [meta-freescale] [PATCH] linux-mfgtool: fix building linux-mfgtool

2018-08-31 Thread Otavio Salvador
master, sumo and rocko. 1. https://github.com/Freescale/meta-freescale/commit/7a5f1e14504e43bf41ebb9f36cb56bd71cceab32#diff-9b732ab86ef3483bb0e54684c28fd84b Due to this change, I reworked your commit to applying on top of the new code and reworded the commit log accordingly. I applied this to master and sumo. Please g

Re: [meta-freescale] [Sumo] Freescale iMX6 vivante support with EGLFS Qt5

2018-08-31 Thread Otavio Salvador
ses merges and community fixes Those two use the Vivante proprietary driver which uses the closed source user-space. linux-fslc is based on mainline. On master we have 4.17 support :-) -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.

Re: [meta-freescale] [PATCH] wpewebkit: update gst http plugin dependency Change gstreamer http plugin dependency specific to iMX gstreamer

2018-08-31 Thread Otavio Salvador
On Fri, Aug 31, 2018 at 6:23 AM Sivasubramanian Patchaiperumal wrote: > > I'm sorry, which one you are asking whether it's needed? The rdepends mangling. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +

Re: [meta-freescale] [PATCH 4/4] Fix menuconfig for our kernels

2018-08-31 Thread Otavio Salvador
On Fri, Aug 31, 2018 at 3:35 AM Andreas Müller wrote: > On Fri, Aug 31, 2018 at 3:18 AM, Otavio Salvador > wrote: > > On Tue, Aug 28, 2018 at 4:45 AM Andreas Müller > > wrote: > >> > >> * See discussion at [1] > >> * Tested for linux-fslc >

Re: [OE-core] [PATCH v2 2/3] linux-firmware: Update to feb25f3e revision

2018-08-31 Thread Otavio Salvador
file://LICENCE.cadence;md5=009f46816f6956cfb75ede13d3e1cee0 NOTE: linux-firmware: md5 checksum matched for file://LICENCE.mediatek;md5=7c1976b63217d76ce47d0a11d8a79cf2 -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-78

Re: [meta-freescale] Preferred kernel for mx7 machine

2018-08-30 Thread Otavio Salvador
so long to understand it. I think it's a mistake. > Would you mind sending a patch to add mx7 as compatible machine? You don't need to change it. Just use 'use-mainline-bsp' as we did for imx7s-warp machine[1]. 1. https://github.com/Freescale/meta-freescale-3rdparty/commit/7ac85ccf2712f1585f46d809

Re: [meta-freescale] [PATCH] Allow the videoargs to be passed to bootargs

2018-08-30 Thread Otavio Salvador
pe. It has been pushed to master and backported to sumo. Please give it a go. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -- __

Re: [meta-freescale] [PATCH] wpewebkit: update gst http plugin dependency Change gstreamer http plugin dependency specific to iMX gstreamer

2018-08-30 Thread Otavio Salvador
On Fri, Aug 24, 2018 at 11:40 AM sivasubramanian wrote: > > Signed-off-by: sivasubramanian Using the new patches proposed here in the list, this is still needed? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br

Re: [meta-freescale] [PATCH 4/4] Fix menuconfig for our kernels

2018-08-30 Thread Otavio Salvador
ur Linux fork? it avoids the need of applying it on multiple kernels as patch. What do you think? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 M

Re: [meta-freescale] Significance of the fslc vendor field in arm-fslc-linux-gnueabi-gcc

2018-08-30 Thread Otavio Salvador
to spot any possible conflicting changes in future. Usually, the vendor is used globally so you ensure it is compatible across the whole system. Rust and Go are less fragile in this regard as it links most libraries (modules and crates) on same binary but differences on libc or features may cause

Re: [meta-freescale] [Sumo] Freescale iMX6 vivante support with EGLFS Qt5

2018-08-30 Thread Otavio Salvador
ource BSP. We have people running Qt under mainline BSP with success. Do you need the closed source BSP? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 99

Re: [meta-freescale] u-boot fslc support for imx8

2018-08-30 Thread Otavio Salvador
en adding support for it on the community side. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -- ___ meta-freescal

Re: [meta-freescale] [PATCH v2 43/43] imx-vpu: Clarify compatibility for Chips VPU

2018-08-30 Thread Otavio Salvador
On Tue, Aug 7, 2018 at 5:00 PM Tom Hochstein wrote: > Thanks, Gary, I think it's a good idea. Will add it to our plans. Agreed. However I'd prefer imx-vpu-chipsnmedia as name. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brh

[OE-core] [PATCH] cmake: Update 3.11.4 -> 3.12.1

2018-08-30 Thread Otavio Salvador
added in Copyright.txt Signed-off-by: Otavio Salvador --- ...ake-native_3.11.4.bb => cmake-native_3.12.1.bb} | 4 ++-- meta/recipes-devtools/cmake/cmake.inc | 12 ++-- ...ineSystem-use-oe-environment-vars-to-load.patch | 14 -- ... 0002-cmake-Prevent-the-detect

[U-Boot] [PATCH 11/13] pico-imx6ul: Sync README with pico-imx7d

2018-08-30 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- board/technexion/pico-imx6ul/README | 22 +- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/board/technexion/pico-imx6ul/README b/board/technexion/pico-imx6ul/README index a5415714ee..66dc977d49 100644 --- a/board

[U-Boot] [PATCH 10/13] pico-imx6ul: Improve default DFU settings

2018-08-30 Thread Otavio Salvador
This rework the DFU settings so it supports the SPL and U-Boot image, as well as the single partition layout we are using by default. Signed-off-by: Otavio Salvador --- include/configs/pico-imx6ul.h | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/include/configs

[U-Boot] [PATCH 13/13] pico-imx6ul: Remove CONFIG_FSL_USDHC from .h

2018-08-30 Thread Otavio Salvador
The FSL_USDHC support is now handled by Kconfig and it is enabled on the respective `defconfig` so the setting in .h is pointless. Signed-off-by: Otavio Salvador --- include/configs/pico-imx6ul.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/pico-imx6ul.h b/include/configs

[U-Boot] [PATCH 08/13] pico-imx6ul: Sync defconfig with new changes

2018-08-30 Thread Otavio Salvador
Due the changes in previous commits, we need to resync the defconfig to reduce noise in next commits. Signed-off-by: Otavio Salvador --- configs/pico-imx6ul_defconfig | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/configs/pico-imx6ul_defconfig b

[U-Boot] [PATCH 07/13] pico-imx6ul: Update the README file

2018-08-30 Thread Otavio Salvador
From: Fabio Estevam Update the README file to take into accound the switch to SPL. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- board/technexion/pico-imx6ul/README | 26 -- 1 file changed, 20 insertions(+), 6 deletions

[U-Boot] [PATCH 09/13] pico-imx6ul: Add bootmenu to choose the baseboard

2018-08-30 Thread Otavio Salvador
Currently the baseboards do not offer a way to autodetect which one is in use, so we ask the user if no value has been set. Signed-off-by: Otavio Salvador --- configs/pico-imx6ul_defconfig | 5 +++-- include/configs/pico-imx6ul.h | 10 ++ 2 files changed, 13 insertions(+), 2 deletions

[U-Boot] [PATCH 04/13] pico-imx6ul: Add bmode support

2018-08-30 Thread Otavio Salvador
Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- configs/pico-imx6ul_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig index cae7ded1fa..daa898fb22 100644 --- a/configs/pico-imx6ul_defconfig +++ b/config

[U-Boot] [PATCH 12/13] pico-imx6ul: Add new pico-hobbit config

2018-08-30 Thread Otavio Salvador
The new config skips the boot menu which asks which board is in use. This is useful to allow direct booting of image without user iteration. Signed-off-by: Otavio Salvador --- board/technexion/pico-imx6ul/MAINTAINERS | 5 +++ configs/pico-hobbit-imx6ul_defconfig | 53

[U-Boot] [PATCH 06/13] pico-imx7d: Update the README file

2018-08-30 Thread Otavio Salvador
From: Fabio Estevam Update the README file to take into accound the switch to SPL. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- board/technexion/pico-imx7d/README | 24 +--- 1 file changed, 17 insertions(+), 7 deletions

[U-Boot] [PATCH 05/13] pico-imx6ul: Add support for the 512MB module

2018-08-30 Thread Otavio Salvador
From: Fabio Estevam Currently only the module with 256MB of RAM is supported. Add support for the 512MB of RAM variant as well. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- board/technexion/pico-imx6ul/spl.c | 27

[U-Boot] [PATCH 02/13] pico-imx6ul: Convert to SPL

2018-08-30 Thread Otavio Salvador
-by: Otavio Salvador --- arch/arm/mach-imx/mx6/Kconfig | 1 + board/technexion/pico-imx6ul/Makefile | 2 +- board/technexion/pico-imx6ul/spl.c| 115 ++ configs/pico-imx6ul_defconfig | 14 +++- include/configs/pico-imx6ul.h | 1 + 5 files changed

[U-Boot] [PATCH 03/13] pico-imx6ul: Add fastboot support

2018-08-30 Thread Otavio Salvador
525 bootloader-version: U-Boot 2018.07-rc2-00130-g0881835-dirty finished. total time: 0.000s 2. Resetting the board $ sudo fastboot reboot -i 0x0525 (this causes the pico-imx6ul to reboot) Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- configs/p

[U-Boot] [PATCH 01/13] pico-imx6ul: Convert to distro config

2018-08-30 Thread Otavio Salvador
From: Fabio Estevam Instead of keeping a custom environment, use a more generic approach by switching to disto config. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- configs/pico-imx6ul_defconfig | 2 + include/configs/pico-imx6ul.h | 69

[OE-core] [PATCH v2 3/3] mesa: Upgrade 18.1.3 -> 18.1.7

2018-08-30 Thread Otavio Salvador
This upgrades mesa to the 18.1.7 stable release. The changes can be found at: https://www.mesa3d.org/relnotes/18.1.4.html https://www.mesa3d.org/relnotes/18.1.5.html https://www.mesa3d.org/relnotes/18.1.6.html https://www.mesa3d.org/relnotes/18.1.7.html Signed-off-by: Otavio Salvador

[OE-core] [PATCH v2 2/3] linux-firmware: Update to feb25f3e revision

2018-08-30 Thread Otavio Salvador
1.20.8.0 License-Update: - LICENSE.amdgpu has a copyright year bump - LICENCE.cadence is new - LICENCE.mediatek is new - WHENCE list the version bumps as well as the new Cadence and MediaTek license files and its respective firmware files. Signed-off-by: Otavio Salvador --- Changes in v2

[OE-core] [PATCH v2 1/3] go-dep: Update 0.4.1 -> 0.5.0

2018-08-30 Thread Otavio Salvador
concurrency of dep status to avoid hitting open file limits (#1923). Signed-off-by: Otavio Salvador --- Changes in v2: None meta/recipes-devtools/go/{go-dep_0.4.1.bb => go-dep_0.5.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/go/{go-dep_0.4.1.bb =&

[OE-core] [PATCH 2/3] linux-firmware: Update to feb25f3e revision

2018-08-29 Thread Otavio Salvador
1.20.8.0 The LICENSE.amdgpu changes is just a copyright year bump and the WHENCE list the version bumps as well as the new Cadence and MediaTek license files and its respective firmware files. Signed-off-by: Otavio Salvador --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 6 +++--- 1

[OE-core] [PATCH 3/3] mesa: Upgrade 18.1.3 -> 18.1.7

2018-08-29 Thread Otavio Salvador
This upgrades mesa to the 18.1.7 stable release. The changes can be found at: https://www.mesa3d.org/relnotes/18.1.4.html https://www.mesa3d.org/relnotes/18.1.5.html https://www.mesa3d.org/relnotes/18.1.6.html https://www.mesa3d.org/relnotes/18.1.7.html Signed-off-by: Otavio Salvador

[OE-core] [PATCH 1/3] go-dep: Update 0.4.1 -> 0.5.0

2018-08-29 Thread Otavio Salvador
concurrency of dep status to avoid hitting open file limits (#1923). Signed-off-by: Otavio Salvador --- meta/recipes-devtools/go/{go-dep_0.4.1.bb => go-dep_0.5.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/go/{go-dep_0.4.1.bb => go-dep_0.5.0.b

Re: [OE-core] [RFC] Yocto Project Bug 12372 - Automate the execution of pTest with LAVA

2018-08-29 Thread Otavio Salvador
On Mon, Aug 27, 2018 at 7:08 PM Yang Wang wrote: > > On 08/26/2018 10:04 PM, Otavio Salvador wrote: > > On Fri, Aug 24, 2018 at 11:23 AM Wang, Yang (Young) > > wrote: > >> I see some good feedback from people mentioned they are working on similar > >> so

Re: [OE-core] [RFC] Yocto Project Bug 12372 - Automate the execution of pTest with LAVA

2018-08-26 Thread Otavio Salvador
we use in OEQA (ptest and like) and has nice capabilities to be used locally and remotely. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 90

Re: [meta-freescale] [3rdparty][PATCH][rocko] imx-uuc: bump to latest revision

2018-08-21 Thread Otavio Salvador
On Tue, Aug 21, 2018 at 10:04 AM Fabio Berton wrote: > > From: Marc Ferland > > Includes: > > * multi UDC support > * linuxrc script fixes > * use soc_uid as usb gadget serial number > > Signed-off-by: Marc Ferland > Signed-off-by: Otavio Salvador > Si

Re: [oe] [meta-java] bug-tracker

2018-08-20 Thread Otavio Salvador
On Mon, Aug 20, 2018 at 12:26 PM Richard Leitner wrote: > On 7/25/18 10:39 AM, Otavio Salvador wrote: > > Em qua, 25 de jul de 2018 06:38, Khem Raj escreveu: > > > >> how about gitlab ? > > > > > > Personally I prefer github as most people have acco

Re: [meta-freescale] Regression: X-Driver vivante_drv.so undefined symbol

2018-08-06 Thread Otavio Salvador
reescale/commit/dca6c66e5710938a3ea035b09b86ca3d1a6915c6#diff-e975f49fc1e0655a64fae968221a38d0 > The drm-update-arm.patch is still required by libdrm_2.4.84.imx to work with > 3D accelerations on iMX6. Please prepare a patch with this fix :-) -- Otavio Salvador O.S. Systems http://www.ossyste

Re: [meta-freescale] [PATCH 10/52] wayland-protocols: Use i.MX fork

2018-08-02 Thread Otavio Salvador
ported and with the forks we can disable them and use mainline when possible. We need to push them to keep it up to date and we as community is the best chance to push for it. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.co

Re: [meta-freescale] Regression: X-Driver vivante_drv.so undefined symbol

2018-08-02 Thread Otavio Salvador
and push it? Sure; I applied it and few others. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -- ___ meta-freesc

Re: [U-Boot] [PATCH] pico-pi: Add Otavio as maintainer

2018-07-31 Thread Otavio Salvador
On Tue, Jul 31, 2018 at 9:49 AM, Tom Rini wrote: > Update the MAINTAINERS file to list Otavio Salvador as the maintainer > for this board. > > Cc: Otavio Salvador > Signed-off-by: Tom Rini Acked-by: Otavio Salvador -- Otavio Salvador O.

Re: [oe] [meta-qt5][sumo][PATCH] qtwebkit: Make qtwebkit support armv BE

2018-07-31 Thread Otavio Salvador
hub repository as we moved to it as our way to process patches. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9

Re: [meta-freescale] Regression: X-Driver vivante_drv.so undefined symbol

2018-07-31 Thread Otavio Salvador
s-imx6:~# mv /usr/bin/xinit /usr/bin/xinit.bin > root@apalis-imx6:~# echo 'LD_PRELOAD=/usr/lib/libg2d-viv.so xinit.bin $@' > > /usr/bin/xinit > root@apalis-imx6:~# chmod ugo+x /usr/bin/xinit > > > Did someone see this also? > Is anyone working on this? Could you guys look at

Re: [oe] [meta-java] bug-tracker

2018-07-25 Thread Otavio Salvador
Em qua, 25 de jul de 2018 06:38, Khem Raj escreveu: > how about gitlab ? Personally I prefer github as most people have account on it and are used to it. -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] [meta-java] bug-tracker

2018-07-24 Thread Otavio Salvador
Em ter, 24 de jul de 2018 16:25, Henning Heinold < henn...@itconsulting-heinold.de> escreveu: > On Tue, Jul 24, 2018 at 08:55:34AM +0100, Otavio Salvador wrote: > > Em ter, 24 de jul de 2018 08:33, Richard Leitner < > > richard.leit...@skidata.com> escreveu: > &g

Re: [oe] [meta-java] bug-tracker

2018-07-24 Thread Otavio Salvador
Em ter, 24 de jul de 2018 08:33, Richard Leitner < richard.leit...@skidata.com> escreveu: > Hi, > finally I have another question regarding the meta-java layer :-) > > Do we have some kind of bug-tracker? > > If no: I would really love to see one for meta-java. > What are our possibilities here?

Re: [meta-freescale] [3rdparty][PATCH][sumo 0/4] Update Boundary Devices paltforms

2018-07-10 Thread Otavio Salvador
ript/6x_upgrade > scripts are deprecated in favor of more generic boot.scr. > > Let me know if you have any question. All applied to master and sumo. Thanks for the patchset :-) -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.c

Re: [meta-freescale] [PATCH 2/3] imx-test: Install memtool_profile

2018-07-05 Thread Otavio Salvador
On Thu, Jul 5, 2018 at 4:37 PM, Fabio Berton wrote: > Signed-off-by: Fabio Berton This is a hack, so I won't apply this. Rejected. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7

Re: [meta-freescale] [PATCH] libepoxy: Append EGL_CFLAGS to CFLAGS

2018-07-05 Thread Otavio Salvador
On Wed, Jul 4, 2018 at 4:10 PM, Fabio Berton wrote: > Add -DEGL_API_FB for non x11 distros and -DWL_EGL_PLATFORM for wayland > distros. > > Signed-off-by: Fabio Berton It must be appended for _imxgpu override. -- Otavio Salvador O.S.

<    5   6   7   8   9   10   11   12   13   14   >