Re: [meta-freescale] linux-fslc-lts-4.19

2019-08-29 Thread Andreas Müller
On Wed, Aug 28, 2019 at 9:30 PM Otavio Salvador wrote: > > Hello Andy, > > On Wed, Aug 28, 2019 at 3:57 PM Andy Pont wrote: > > The use of Linux mainline requires the use of 'use-mainline-bsp' > > override. To do that, you can: > > > > At local.conf add: > > > > MACHINEOVERRIDES_append =

Re: [meta-freescale] [PATCH 2/2] weston-imx: Add dummy weston.ini

2018-11-07 Thread Andreas Müller
On Wed, Nov 7, 2018 at 11:31 PM Khem Raj wrote: > > On Wed, Nov 7, 2018 at 2:20 PM Andreas Müller wrote: > > > > On Wed, Nov 7, 2018 at 10:59 PM Khem Raj wrote: > > > > > > When building for non-imx platforms we get warnings e.g. > > > > > >

Re: [meta-freescale] [PATCH 2/2] weston-imx: Add dummy weston.ini

2018-11-07 Thread Andreas Müller
On Wed, Nov 7, 2018 at 10:59 PM Khem Raj wrote: > > When building for non-imx platforms we get warnings e.g. > > meta-freescale/recipes-graphics/wayland/weston_4.0.0.imx.bb: Unable to > get checksum for weston SRC_URI entry weston.ini: file could not > be found > I think the question is how do

Re: [meta-freescale] [PATCH 1/2] qtbase: Do not pin gles2 when using open source graphic stack

2018-10-26 Thread Andreas Müller
On Thu, Oct 18, 2018 at 2:01 PM Andreas Müller wrote: > > One of the advantages in using upstream mesa is that we have the freedom to > use gl or gles2 for qtbase. So follow meta-qt5's default here which is > desktop-gl and give other layers a more simple chance to change default if

Re: [meta-freescale] [PATCH 2/2] linux-fslc: upgrade to 4.18.12

2018-10-26 Thread Andreas Müller
On Thu, Oct 18, 2018 at 2:01 PM Andreas Müller wrote: > > Signed-off-by: Andreas Müller > --- > recipes-kernel/linux/linux-fslc_4.18.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ping -- ___ meta-freescale mailing l

Re: [meta-freescale] Question on CPU frequency scaling on linux-fslc

2018-10-22 Thread Andreas Müller
Hi Fabio, > > > > Have a Variscite VarSOM running linux-fslc with devicetree > > imx6q-var-som-vsc.dts from meta-freescale-3rdparty. The frequencies > > available on machine are: 396/792/996MHz. > > > > Looking into linux-fslc arch/arm/boot/dts/imx6q.dtsi (this is what > > imx6q-var-som-vsc.dts

[meta-freescale] Question on CPU frequency scaling on linux-fslc

2018-10-19 Thread Andreas Müller
Hi, Have a Variscite VarSOM running linux-fslc with devicetree imx6q-var-som-vsc.dts from meta-freescale-3rdparty. The frequencies available on machine are: 396/792/996MHz. Looking into linux-fslc arch/arm/boot/dts/imx6q.dtsi (this is what imx6q-var-som-vsc.dts includes) I would expect

[meta-freescale] [PATCH 2/2] linux-fslc: upgrade to 4.18.12

2018-10-18 Thread Andreas Müller
Signed-off-by: Andreas Müller --- recipes-kernel/linux/linux-fslc_4.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-fslc_4.18.bb b/recipes-kernel/linux/linux-fslc_4.18.bb index f14de5a8..e602671d 100644 --- a/recipes-kernel/linux/linux

[meta-freescale] [PATCH 1/2] qtbase: Do not pin gles2 when using open source graphic stack

2018-10-18 Thread Andreas Müller
/0972828deb6a9e6a44d7596e6e4817fd74dbb51c Signed-off-by: Andreas Müller --- dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_

Re: [meta-freescale] [PATCH v5 2/4] recipes: Limit BSP specific recipes on relevant SOCs

2018-10-01 Thread Andreas Müller
On Fri, Sep 28, 2018 at 10:38 PM Otavio Salvador wrote: > > On Fri, Sep 28, 2018 at 5:21 PM Khem Raj wrote: > > > > This helps in using meta-freescale with other BSP layers in same > > projects, which is common usecase > > > > Signed-off-by: Khem Raj > &g

Re: [meta-freescale] [PATCH 1/4] recipes: Mark compatible machines as restricted by dependencies

2018-09-28 Thread Andreas Müller
On Fri, Sep 28, 2018 at 9:46 PM, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb | 1 + > recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb | 1 + > recipes-security/optee/optee-test-qoriq_git.bb| 1 + > 3 files changed, 3

Re: [meta-freescale] [PATCH 2/2] recipes: Limit BSP specific recipes on relevant SOCs

2018-09-25 Thread Andreas Müller
On Tue, Sep 25, 2018 at 3:01 AM, Khem Raj wrote: > This helps in using meta-freescale with other BSP layers in same > projects, which is common usecase > > Signed-off-by: Khem Raj > --- > dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 2 ++ >

[meta-freescale] [PATCH 2/2] linux-fslc/defconfig: sync with linux-fslc imx_v6_v7_defconfig

2018-09-21 Thread Andreas Müller
Signed-off-by: Andreas Müller --- recipes-kernel/linux/linux-fslc/defconfig | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-fslc/defconfig b/recipes-kernel/linux/linux-fslc/defconfig index 58645f40..c9c912d4 100644 --- a/recipes

[meta-freescale] [PATCH 1/2] linux-fslc: upgrade 4.17 -> latest 4.18

2018-09-21 Thread Andreas Müller
Signed-off-by: Andreas Müller --- recipes-kernel/linux/{linux-fslc_4.17.bb => linux-fslc_4.18.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-kernel/linux/{linux-fslc_4.17.bb => linux-fslc_4.18.bb} (86%) diff --git a/recipes-kernel/linux/linux-fslc_4.17

Re: [meta-freescale] [3rdparty][PATCH 3/4] imx6qdl-variscite-som: Add support for use-mainline-bsp/linux-fslc

2018-09-18 Thread Andreas Müller
On Mon, Sep 17, 2018 at 9:40 PM, Otavio Salvador wrote: > On Fri, Sep 14, 2018 at 7:05 AM Andreas Müller > wrote: >> >> Tested: >> >> * HDMI >> * MMC >> * eMMC (mounted) >> * NAND (kernel log - no partitions) >> * RTC >> * USB-Hos

[meta-freescale] [PATCHv2][3rdparty] imx6qdl-variscite-som: prefer "cortexa9thf-neon" for DEFAULTTUNE

2018-09-18 Thread Andreas Müller
this patch armv7hf-neon is build. Signed-off-by: Andreas Müller --- V2: * use weak assingnment so distro can ovverride * patch description: be more specific why this is necessary conf/machine/imx6qdl-variscite-som.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/imx6qdl-variscite

Re: [meta-freescale] [3rdparty][PATCH 4/4] imx6qdl-variscite-som: select DEFAULTTUNE= "cortexa9thf-neon"

2018-09-18 Thread Andreas Müller
On Tue, Sep 18, 2018 at 2:21 AM, Otavio Salvador wrote: > > I wonder if we should or not set it somehow globally. Of course, > machine changing it is fine, as far it can be overriden by distro. > Hi Otavio, will send out V2 soon using '?=' so whatever wants to override can do it. Hard pinning

Re: [meta-freescale] [3rdparty][PATCH 4/4] imx6qdl-variscite-som: select DEFAULTTUNE= "cortexa9thf-neon"

2018-09-17 Thread Andreas Müller
On Mon, Sep 17, 2018 at 9:41 PM, Otavio Salvador wrote: > On Fri, Sep 14, 2018 at 7:05 AM Andreas Müller > wrote: >> >> It is mx6 default but gets lost for use-mainline-bsp override. >> >> Signed-off-by: Andreas Müller > > I've been using it but did n

[meta-freescale] [3rdparty][PATCH 3/4] imx6qdl-variscite-som: Add support for use-mainline-bsp/linux-fslc

2018-09-14 Thread Andreas Müller
-fslc and 1. can go. Signed-off-by: Andreas Müller --- conf/machine/imx6qdl-variscite-som.conf| 5 + .../linux/linux-fslc/imx6q-var-som-vsc.dts | 144 + .../linux/linux-fslc/imx6qdl-var-som.dtsi | 626 + recipes-kernel/linux/linux-fslc_

[meta-freescale] [3rdparty][PATCH 2/4] imx6qdl-variscite-som:set linux-fslc as preferred for use-mainline-bsp override

2018-09-14 Thread Andreas Müller
Signed-off-by: Andreas Müller --- conf/machine/imx6qdl-variscite-som.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/imx6qdl-variscite-som.conf b/conf/machine/imx6qdl-variscite-som.conf index c42741a..1409605 100644 --- a/conf/machine/imx6qdl-variscite-som.conf +++ b/conf

[meta-freescale] [3rdparty][PATCH 1/4] u-boot-variscite: upgrade 2015.04 -> 2017.03

2018-09-14 Thread Andreas Müller
-off-by: Andreas Müller --- .../Fix-the-compile-issue-under-gcc6.patch | 92 -- ...cite_2015.04.bb => u-boot-variscite_2017.03.bb} | 9 +-- 2 files changed, 4 insertions(+), 97 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-variscite-2015.04/Fix-the-comp

[meta-freescale] [PATCH 3/3] linux-fslc/defconfig: CONFIG_BT_BNEP=m

2018-09-14 Thread Andreas Müller
-fslc/pull/35 Signed-off-by: Andreas Müller --- recipes-kernel/linux/linux-fslc/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-fslc/defconfig b/recipes-kernel/linux/linux-fslc/defconfig index b3c6e4d3..2880385a 100644 --- a/recipes-kernel/linux/linux-fslc

[meta-freescale] [PATCH 2/3] linux-fslc/defconfig: Add CONFIG_NET_NS=y

2018-09-14 Thread Andreas Müller
namespaces, ignorin> To enable it needs CONFIG_NAMESPACES=y either. Same as [1] [1] https://github.com/Freescale/linux-fslc/pull/35 Signed-off-by: Andreas Müller --- recipes-kernel/linux/linux-fslc/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-f

[meta-freescale] [PATCH 1/3] Add missing overrides to MACHINEOVERRIDES_EXTENDER_FILTER_OUT_use-mainline-bsp

2018-09-14 Thread Andreas Müller
Just in case somebody tries to build machines without BLOBs using these overrides. Signed-off-by: Andreas Müller --- conf/machine/include/imx-base.inc | 7 +++ 1 file changed, 7 insertions(+) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index b0474891

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

2018-09-12 Thread Andreas Müller
On Wed, Sep 12, 2018 at 2:47 PM, Otavio Salvador wrote: > > Oh you are using angstrom. Not really - it is a stripped down fork > > I fixed a missing compatible machine settings which should do the trick. > >

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

2018-09-12 Thread Andreas Müller
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 >> wrote: > ... >> Cannot test with fresh rootfs and switch machines back and forth >&g

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

2018-09-11 Thread Andreas Müller
On Tue, Sep 11, 2018 at 4:40 PM, Otavio Salvador wrote: > On Tue, Sep 11, 2018 at 8:15 AM Andreas Müller > wrote: >> On Tue, Sep 11, 2018 at 1:03 PM, Gary Bisson >> wrote: > ... >> > However I wonder why we need such recipe, wouldn't a bbappend to the >> >

[meta-freescale] [PATCH] linux-fslc/defconfig: Add CONFIG_FW_LOADER_USER_HELPER(_FALLBACK)=y

2018-09-11 Thread Andreas Müller
Signed-off-by: Andreas Müller --- recipes-kernel/linux/linux-fslc/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-fslc/defconfig b/recipes-kernel/linux/linux-fslc/defconfig index 045dd5c7..abdc24e4 100644 --- a/recipes-kernel/linux/linux-fslc/defconfig

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

2018-09-11 Thread Andreas Müller
On Tue, Sep 11, 2018 at 1:03 PM, Gary Bisson wrote: >> For both is builds wayland-protocols_1.13.imx. So now the situation is >> even worth: It builds fine but the wrong version of wayland protocols. >> I think we need something like wayland-protocols-imx and >> PREFERRED_PROVIDER solution > >

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

2018-09-11 Thread Andreas Müller
On Mon, Sep 10, 2018 at 11:21 PM, Tom Hochstein wrote: > Fix the PACKAGE_ARCH so that our i.MX-specific version does not > override the standard allarch version. > > Signed-off-by: Tom Hochstein > --- > recipes-graphics/wayland/wayland-protocols_1.13.imx.bb | 4 +++- > 1 file changed, 3

Re: [meta-freescale] [PATCH v3 05/43] wayland-protocols: Downgrade to 1.13 for i.MX

2018-09-10 Thread Andreas Müller
On Mon, Sep 10, 2018 at 5:13 PM, Tom Hochstein wrote: > > >> -Original Message----- >> From: Andreas Müller >> Sent: Monday, September 10, 2018 3:13 AM >> To: Tom Hochstein >> Cc: meta-freescale Mailing List >> Subject: Re: [meta-freescale] [PA

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

2018-09-10 Thread Andreas Müller
This reverts commit d48643e7826674b2fed265464904272b50698f8d. 1. It does not fetch - there is no mainline wayland-protocols-1.13.imx.tar.xz | ERROR: wayland-protocols-1.13.imx-r0 do_fetch: Fetcher failure for URL: 'https://wayland.freedesktop.org/releases/wayland-protocols-1.13.imx.tar.xz'.

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

2018-09-10 Thread Andreas Müller
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 --- recipes-kernel/linux/linux-fslc_4.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-fslc_4.17.bb b

Re: [meta-freescale] [PATCH v3 05/43] wayland-protocols: Downgrade to 1.13 for i.MX

2018-09-10 Thread Andreas Müller
On Tue, Aug 7, 2018 at 5:41 PM, Tom Hochstein wrote: > Signed-off-by: Tom Hochstein > --- > conf/machine/include/imx-base.inc | 4 > recipes-graphics/wayland/wayland-protocols_1.13.bb | 20 > 2 files changed, 24 insertions(+) > create mode 100644

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

2018-09-07 Thread Andreas Müller
Hi, I am currently working on BSP refresh for Variscite VARSOM iMX6. Patches to meta-freescale-3rdparty will be sent soon (see [1]) and when brave enough I'll give linux mainline a try - but currently I am not :). For many reasons I try to avoid BLOBs for graphic acceleration. One of them on

[meta-freescale] Patch sent to linux-fslc

2018-09-07 Thread Andreas Müller
Hi, don't know, who's duty it is to review so I send this email to widen the audience. Just sent out a patch to linux-fslc which makes Bluetooth work on Variscite-VarSOM when using networkmanager - details at [1] Cheers, Andreas [1] https://github.com/Freescale/linux-fslc/pull/32 --

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

2018-09-06 Thread Andreas Müller
On Thu, Sep 6, 2018 at 11:39 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-variscite-som sy

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

2018-09-06 Thread Andreas Müller
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-variscite-som systemd-udevd[220]: Failed to apply >> ACL on /dev/v4l-subdev0: Operation not supported >&

[meta-freescale] [PATCH 1/2] xf86-video-armada: Update to latest git

2018-09-06 Thread Andreas Müller
Tested on X-server glmark-es2 creates same results. Signed-off-by: Andreas Müller --- recipes-graphics/xorg-driver/xf86-video-armada_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-graphics/xorg-driver/xf86-video-armada_git.bb b/recipes-graphics/xorg

[meta-freescale] [PATCH 2/2] linux-fslc: Update to 4.17.19

2018-09-06 Thread Andreas Müller
Tested on Variscite VarSOM Starterkit. Checked journal and no new issues could be detected. Signed-off-by: Andreas Müller --- recipes-kernel/linux/linux-fslc_4.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-fslc_4.17.bb b/recipes-kernel

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

2018-09-05 Thread Andreas Müller
as unpriviledged user fails with some hints on missing access rights. For a better understanding CONFIG_TMPFS=y was added which was set indirectly by CONFIG_DEVTMPFS=y Signed-off-by: Andreas Müller --- recipes-kernel/linux/linux-fslc/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git

[meta-freescale] [PATCH 1/2] linux-fslc: Update SRCREV

2018-09-05 Thread Andreas Müller
The only change introduced is menuconfig fix. Signed-off-by: Andreas Müller --- recipes-kernel/linux/linux-fslc_4.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-fslc_4.17.bb b/recipes-kernel/linux/linux-fslc_4.17.bb index 61c0c385..8426357c

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

2018-09-04 Thread Andreas Müller
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 of issues: We'll see... Andreas -- ___

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

2018-09-04 Thread Andreas Müller
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 >> wrote: >> > On Tue, Aug 28, 2018 at 4:45 AM Andreas Müller >> > wrote: >> >&

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

2018-08-31 Thread Andreas Müller
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 >> >> [1] >> http://lists.openembedded.org/pipermail/openembedded-core/2018-Apri

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

2018-08-28 Thread Andreas Müller
* See discussion at [1] * Tested for linux-fslc [1] http://lists.openembedded.org/pipermail/openembedded-core/2018-April/149912.html Signed-off-by: Andreas Müller --- ...check-lxdiaglog.sh-Allow-specification-of.patch | 63 ++ recipes-kernel/linux/linux-imx.inc

[meta-freescale] [PATCH 3/4] qtwayland/etnaviv: remove xcomposite-glx

2018-08-28 Thread Andreas Müller
pre-condition 'features.wayland-server && features.opengl && !features.opengles2 && libs.xcomposite && libs.glx' failed. FWIW: Have similar for Raspi/VC4 in meta-raspi-light Signed-off-by: Andreas Müller --- dynamic-layers/qt5-layer/recipes-qt/qt5/qtwaylan

[meta-freescale] [PATCH 1/4] remove chromium appends

2018-08-28 Thread Andreas Müller
* they were not updated for long time * they mach neither name nor version of the recipes in meta-browser * they cause parse-errors Signed-off-by: Andreas Müller --- .../chromium/chromium-wayland_48.0.2548.0.bbappend | 29 -- .../chromium/chromium_52.0.2743.76.bbappend

[meta-freescale] [PATCH 2/4] qtwebkit: remove 0001-Fix-to-match-the-uniform-precision-qualifiers-in-ver.patch

2018-08-28 Thread Andreas Müller
* it does not apply with meta-qt5 master * it changes (breaks currently) qtwebkit for all boards when adding meta-freescale to layers Signed-off-by: Andreas Müller --- ...h-the-uniform-precision-qualifiers-in-ver.patch | 42 -- .../qt5-layer/recipes-qt/qt5/qtwebkit_

[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 <schnitzelt...@gmail.com> --- ...essor-definitions-for-Vivante-GLES-header.patch | 63 -- .../efl-layer/recipes-efl/efl/efl_%.bbappend | 3 -- 2 files changed, 66 deletions(-) delet

Re: [meta-freescale] Which layer to use for etnaviv?

2018-01-15 Thread Andreas Müller
On Tue, Jan 16, 2018 at 12:24 AM, Trevor Woerner wrote: > it's probably a bit out-of-date and it is specific to wandboard, but > hopefully provides enough pointers: > http://twoerner.blogspot.ca/2017/06/gpu-support-with-openembedded_9.html > Thanks for the pointers and yeah

[meta-freescale] Which layer to use for etnaviv?

2018-01-15 Thread Andreas Müller
Hi, it is long time ago since worked on iMX6 and I saw etnaviv patches applied by Otavio. I would like to play around with etnaviv but unfortunately I cannot find them in any layer. Can anybody help me out here? Andreas -- ___ meta-freescale mailing

Re: [meta-freescale] etnaviv image

2017-05-25 Thread Andreas Müller
On Thu, May 25, 2017 at 10:48 AM, Trevor Woerner wrote: > w00t!! > > It took a lot of hacking, but I was able to build and run an image for > the wandboard dual that uses etnaviv :-D > > Patches to follow. > > I now have 4 dev boards using open-source graphics: > 1) rpi3-32

[meta-freescale] [PATCH] xserver-xorg: disable glamor

2017-02-03 Thread Andreas Müller
ude/gcstruct.h:289:3: note: previous declaration of 'GC' was here | } GC; |^~ | make[1]: *** [Makefile:730: glamor_gradient.lo] Error 1 As this needs deeper investigation to fix and we have no experience on how glamor performs on vivante, disable it for now. Signed-off-by: Andrea

Re: [meta-freescale] [OE-core] [PATCH v2] xserver-xorg: Fix X server 1.19 crash

2017-02-01 Thread Andreas Müller
On Wed, Feb 1, 2017 at 12:47 PM, Andreas Müller <schnitzelt...@googlemail.com> wrote: > On Wed, Feb 1, 2017 at 12:38 PM, Jussi Kukkonen > <jussi.kukko...@intel.com> wrote: >> On 1 February 2017 at 03:22, Tom Hochstein <tom.hochst...@nxp

Re: [meta-freescale] [3rdparty][PATCH] linux-variscite/defconfig: enable HID input modules

2016-12-16 Thread Andreas Müller
On Thu, Dec 8, 2016 at 10:22 PM, Andreas Müller <schnitzelt...@googlemail.com> wrote: > On Mon, Nov 28, 2016 at 1:50 PM, Andreas Müller > <schnitzelt...@googlemail.com> wrote: > gentle ping? ping -- ___ meta-freescale mailin

[meta-freescale] [PATCH] libsdl2: add append to fix build

2016-12-14 Thread Andreas Müller
face' [-Wimplicit-function-declaration] SDL_EGL_DestroySurface(_this, data->egl_surface); ^~~~~~~~~~ Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- recipes-graphics/libsdl2/libsdl2_%.bbappend | 7 +++ 1 file changed, 7 insertions(+) create mode 10

[meta-freescale] Has anybody build libsdl2 for imx6 recently?

2016-12-14 Thread Andreas Müller
Hi when trying to build libsdl2 I get many errors like: | /home/superandy/tmp/oe-core-glibc/work/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c: In function 'VIVANTE_Create': |

Re: [meta-freescale] [3rdparty][PATCH] linux-variscite/defconfig: enable HID input modules

2016-12-08 Thread Andreas Müller
On Mon, Nov 28, 2016 at 1:50 PM, Andreas Müller <schnitzelt...@googlemail.com> wrote: gentle ping? -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

[meta-freescale] imx6 vivante improper rendering

2016-11-28 Thread Andreas Müller
Hi, I was out of imx6 for a while but now I am building images based on current sources with meta-freescale and meta-freescale-3rdparty. I know the errors are not new. I've seen them already on images built at the end of 2015 and think the bugs are caused by closed source vivante driver since I

[meta-freescale] [3rdparty][PATCH] linux-variscite/defconfig: enable HID input modules

2016-11-28 Thread Andreas Müller
Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- .../linux/linux-variscite-4.1.15/defconfig | 27 ++ 1 file changed, 27 insertions(+) diff --git a/recipes-kernel/linux/linux-variscite-4.1.15/defconfig b/recipes-kernel/linux/linux-variscite-

[meta-freescale] [3rdparty][PATCH] linux-variscite: add modules in defconfig to make wireless work

2016-11-16 Thread Andreas Müller
* tested with V2 modules WL18XX * might work with V1 WL12XX Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- .../linux/linux-variscite-4.1.15/defconfig | 21 + 1 file changed, 21 insertions(+) diff --git a/recipes-kernel/linux/linux-variscite-

[meta-freescale] [PATCH] qtbase: do not pass -DEGL_API_FB=1 for x11 in distro features

2016-11-15 Thread Andreas Müller
vante driver does not support eglfs and x11 at the same build. Tested: setting 'eglfs' in PACKAGECONFIG builds fine but bare eglfs support is skipped. Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbapp

[meta-freescale] [3rdparty][PATCH 2/2] linux-variscite: allow non CEA modes on HDMI

2016-11-14 Thread Andreas Müller
had similar patch in meta-variscite-community Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- ...c_hdmi-allow-EDID-to-select-non-CEA-modes.patch | 36 ++ recipes-kernel/linux/linux-variscite_4.1.15.bb | 1 + 2 files changed, 37 insertions(+) creat

[meta-freescale] [3rdparty][PATCH 1/2] linux-variscite/defconfig: Add CONFIG_PRINTK_TIME

2016-11-14 Thread Andreas Müller
It helps finding boot performance gaps and does not cost much Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- recipes-kernel/linux/linux-variscite-4.1.15/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-variscite-4.1.15/defcon

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 1/4] linux-variscite: Add linux recipe for variscite

2016-04-13 Thread Andreas Müller
On Wed, Apr 13, 2016 at 12:38 PM, Otavio Salvador <otavio.salva...@ossystems.com.br> wrote: > On Tue, Apr 12, 2016 at 5:45 PM, Andreas Müller > <schnitzelt...@googlemail.com> wrote: >> On Tue, Apr 12, 2016 at 9:34 PM, Fabio Berton >> <fabio.ber...@ossystems.com.br

[meta-freescale] [meta-fsl-arm][PATCH] opencv: follow meta-oe to 3.1

2016-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- .../recipes-support/opencv/{opencv_3.0.bbappend => opencv_3.1.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename openembedded-layer/recipes-support/opencv/{opencv_3.0.bbappend => opencv_3.1.bb

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 1/4] linux-variscite: Add linux recipe for variscite

2016-04-12 Thread Andreas Müller
On Tue, Apr 12, 2016 at 9:34 PM, Fabio Berton wrote: > Signed-off-by: Fabio Berton > --- > ...LLVMLinux-use-static-inline-in-ARM-ftrace.patch | 49 ++ > ...nux-Change-extern-inline-to-static-inline.patch | 58 ++ >

[meta-freescale] [PATCH] efl: fix build with current master meta-oe/oe-core

2015-10-22 Thread Andreas Müller
tform not recognized" | #error "Platform not recognized" | ^ Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- ...ocessor-definitions-for-Vivante-GLES-header.patch | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/efl

Re: [meta-freescale] [PATCH] qtbase: Fix qeglplatformscreen.c compilation issue due refinition on None.

2015-09-13 Thread Andreas Müller
On Fri, Sep 11, 2015 at 11:42 AM, Noor, Ahsan wrote: > From: Noor > > * In Qt5.5 qeglplatformscreen.c includes qurl.h and X.h (via eglvivante.h). > X.h > define None to 0L but qurl.h set None to 0 in enum. Due to this do_compile > task > fails

[meta-freescale] [PATCH][meta-fsl-arm 0/2] qt 5.5 fixes

2015-09-13 Thread Andreas Müller
Due to other breakers only build tests for x11 / wayland were done. Andreas Müller (2): qtbase: remove Force_egl_visual_ID_33.patch qtbase: follow 5.5 platform configuration style .../qt5/qtbase/Force_egl_visual_ID_33.patch| 23 -- qt5-layer/recipes-qt/qt5

[meta-freescale] [PATCH][meta-fsl-arm 2/2] qtbase: follow 5.5 platform configuration style

2015-09-13 Thread Andreas Müller
mpany.com> Reviewed-by: Andy Nichols <andy.nich...@theqtcompany.com> Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qt5-layer/recipes-qt/qt5/qtbase_%.bbapp

[meta-freescale] [PATCH][meta-fsl-arm 1/2] qtbase: remove Force_egl_visual_ID_33.patch

2015-09-13 Thread Andreas Müller
i.MX6 Task-number: QTBUG-44290 Change-Id: I06cbb169803aa8a06ea310651def1f3582194c8e Reviewed-by: Jørgen Lind <jorgen.l...@theqtcompany.com> Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- .../qt5/qtbase/Force_egl_visual_ID_33.patch| 23 ---

Re: [meta-freescale] REGRESSION: Qt5 EGLFS support is broken 3.10.53-1.1.x and 3.14.28-1.0.x GPU

2015-06-21 Thread Andreas Müller
On Thu, Jun 18, 2015 at 8:05 PM, Otavio Salvador ota...@ossystems.com.br wrote: Hello, We have some customers which are migrating from Dizzy for Fido. Some uses Qt5 applications in EGLFS mode and we found a serious regression, every EGLFS application is returning: EGL Error : Could not

Re: [meta-freescale] [meta-fsl-arm/V2][PATCH 1/2] linux-imx_3.14.28: fix initial MMC device detection

2015-06-08 Thread Andreas Müller
On Mon, Jun 8, 2015 at 6:29 PM, Gary Thomas g...@mlbassoc.com wrote: On 2015-06-08 10:19, Eric Nelson wrote: Hi Andreas, On 06/08/2015 05:48 AM, Andreas Müller wrote: On Variscite Varsom we have three devices connected to MMC * MMC1: eMMC * MMC2: SDCard * MMC3: Wifi Without this patch

[meta-freescale] [meta-fsl-arm][PATCH 0/2] linux-imx-3.14.28 important bugfixes by applying mainline patches

2015-06-08 Thread Andreas Müller
in their trees. Andreas Müller (1): linux-imx-3.14.28: FEC: fix garbage send for huge data blocks root (1): linux-imx_3.14.28: fix initial MMC device detection ...sdhc-imx-Fixup-runtime-PM-conditions-duri.patch | 36 ...et-fec-fix-the-warning-found-by-dma-debug.patch | 100

[meta-freescale] [meta-fsl-arm/V2][PATCH 2/2] linux-imx-3.14.28: FEC: fix garbage send for huge data blocks

2015-06-08 Thread Andreas Müller
We had endless wireshark sessions here showing identical garbage contents | (c) Copyrigt 2007-2012, Freescale Semiconductor All rights reserved as discussed in the thread [1] leading to the patch attached. [1] http://www.spinics.net/lists/netdev/msg319740.html Signed-off-by: Andreas Müller

[meta-freescale] [meta-fsl-arm][PATCH 2/2] linux-imx-3.14.28: FEC: fix garbage send for huge data blocks

2015-06-08 Thread Andreas Müller
We had endless wireshark sessions here showing identical garbage contents | (c) Copyrigt 2007-2012, Freescale Semiconductor All rights reserved as discussed in the thread [1] leading to the patch attached. [1] http://www.spinics.net/lists/netdev/msg319740.html Signed-off-by: Andreas Müller

[meta-freescale] [meta-fsl-arm][PATCH 1/2] linux-imx_3.14.28: fix initial MMC device detection

2015-06-08 Thread Andreas Müller
/boundarydevices/linux-imx6/commit/1d40159a995a298f16901bfb14ae3e0294c65691 Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- ...sdhc-imx-Fixup-runtime-PM-conditions-duri.patch | 36 ++ recipes-kernel/linux/linux-imx_3.14.28.bb | 1 + 2 files changed, 37

[meta-freescale] [meta-fsl-arm/V2][PATCH 1/2] linux-imx_3.14.28: fix initial MMC device detection

2015-06-08 Thread Andreas Müller
/boundarydevices/linux-imx6/commit/1d40159a995a298f16901bfb14ae3e0294c65691 Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- ...sdhc-imx-Fixup-runtime-PM-conditions-duri.patch | 36 ++ recipes-kernel/linux/linux-imx_3.14.28.bb | 1 + 2 files changed, 37

[meta-freescale] [meta-fsl-arm/V2][PATCH 0/2] linux-imx-3.14.28 important bugfixes by applying mainline patches

2015-06-08 Thread Andreas Müller
V1 - V2: Patch2: recipe contained to wrong patch file name Now build tested for imx6qsabresd / earlier run tested with custom board support layer (for variscite) Andreas Müller (2): linux-imx_3.14.28: fix initial MMC device detection linux-imx-3.14.28: FEC: fix garbage send for huge data

Re: [meta-freescale] imx-gpu-viv GLESv2 version

2015-06-03 Thread Andreas Müller
On Thu, May 7, 2015 at 8:24 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Wed, May 6, 2015 at 6:38 PM, Prabhu S prabhusun...@gmail.com wrote: There is no option to report to as ES 2.0. ES 2.0 is subset of ES3.0. Can you able to patch kwin? I will try that - see how far I get. OK

Re: [meta-freescale] [meta-fsl-arm][PATCH] imx-base.inc: allow building with arm thumb support

2015-05-29 Thread Andreas Müller
On Thu, May 21, 2015 at 6:09 PM, Andreas Müller schnitzelt...@googlemail.com wrote: thanks to Khem Raj for helping hint more discussion found at [1] [1] https://lists.yoctoproject.org/pipermail/meta-freescale/2015-May/013904.html Signed-off-by: Andreas Müller schnitzelt...@googlemail.com

Re: [meta-freescale] [PATCH V2] imx-base.inc: Enable thumb2 and vfp capability

2015-05-28 Thread Andreas Müller
On Thu, May 28, 2015 at 8:16 PM, Max Krummenacher max.oss...@gmail.com wrote: Hi Khem Raj raj.khem@... writes: On Wed, May 27, 2015 at 3:28 PM, Andreas Müller schnitzeltony at googlemail.com wrote: On Wed, May 27, 2015 at 11:49 PM, Khem Raj raj.khem at gmail.com wrote: Yes just see

Re: [meta-freescale] [PATCH V2] imx-base.inc: Enable thumb2 and vfp capability

2015-05-27 Thread Andreas Müller
On Wed, May 27, 2015 at 9:49 PM, Khem Raj raj.k...@gmail.com wrote: MX6 SoCs have VFP unit and also support thumb2 ISA This patch makes the default machine tunes aware of thumb2 and VFP. The ISA for code generation still remains as it was before this patch, in addition it now offers different

Re: [meta-freescale] [OE-core] trouble related to oe-core update

2015-05-20 Thread Andreas Müller
On Tue, May 19, 2015 at 10:54 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Tue, May 19, 2015 at 5:54 AM, Khem Raj raj.k...@gmail.com wrote: On May 18, 2015, at 6:12 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Mon, May 18, 2015 at 10:08 AM, Andreas Müller schnitzelt

Re: [meta-freescale] [OE-core] trouble related to oe-core update

2015-05-19 Thread Andreas Müller
On Tue, May 19, 2015 at 5:54 AM, Khem Raj raj.k...@gmail.com wrote: On May 18, 2015, at 6:12 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Mon, May 18, 2015 at 10:08 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Mon, May 18, 2015 at 2:50 PM, Otavio Salvador ota

Re: [meta-freescale] [OE-core] trouble related to oe-core update

2015-05-18 Thread Andreas Müller
On Mon, May 18, 2015 at 1:55 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Mon, May 18, 2015 at 6:00 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Mon, May 18, 2015 at 10:01 AM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, May 18, 2015 at 09:46:03AM +0200, Andreas

Re: [meta-freescale] [OE-core] trouble related to oe-core update

2015-05-18 Thread Andreas Müller
On Mon, May 18, 2015 at 2:50 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Mon, May 18, 2015 at 9:43 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Mon, May 18, 2015 at 1:55 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Mon, May 18, 2015 at 6:00 AM, Andreas Müller

[meta-freescale] trouble related to oe-core update

2015-05-18 Thread Andreas Müller
Hi, have seen that a while ago but had no time to take care. Since oe-core commit commit 3e760031f91fb87c3e2f62b77a117eb41164f259 Author: Martin Jansa martin.ja...@gmail.com Date: Wed Feb 18 15:40:35 2015 +0100 feature-arm-thumb.inc: respect ARM_INSTRUCTION_SET when adding thumb suffix

Re: [meta-freescale] [OE-core] trouble related to oe-core update

2015-05-18 Thread Andreas Müller
On Mon, May 18, 2015 at 10:01 AM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, May 18, 2015 at 09:46:03AM +0200, Andreas Müller wrote: Hi, Hi, have seen that a while ago but had no time to take care. Since oe-core commit commit 3e760031f91fb87c3e2f62b77a117eb41164f259 Author

Re: [meta-freescale] imx-gpu-viv GLESv2 version

2015-05-07 Thread Andreas Müller
On Wed, May 6, 2015 at 6:38 PM, Prabhu S prabhusun...@gmail.com wrote: There is no option to report to as ES 2.0. ES 2.0 is subset of ES3.0. Can you able to patch kwin? I will try that - see how far I get. Andreas -- ___ meta-freescale mailing list

[meta-freescale] imx-gpu-viv GLESv2 version

2015-05-06 Thread Andreas Müller
Hi, wondering why compositing is disabled in kwin. Tracking down I found that kwin does not like Open GL ES 3.0. Is there a way to force imx-gpu-viv using/reporting ES 2.0? Suggestions very welcome Andreas -- ___ meta-freescale mailing list

[meta-freescale] [meta-fsl-arm][PATCH] imx-gpu-viv: ship libgles3-mx6-dev along with libgles2-mx6-dev

2015-02-21 Thread Andreas Müller
Otherwise libgles3-mx6-dev has to be added manually to avoid error when compiling on target: | /usr/include/qt5/QtGui/qopengl.h:97:26: fatal error: GLES3/gl3.h: No such file or directory As soon as there are seperate binaries for GLES3 this connetion can be removed. Signed-off-by: Andreas

Re: [meta-freescale] [meta-fsl-arm][PATCH 4/4] qtbase: Remove distribution-related settings

2015-02-19 Thread Andreas Müller
On Thu, Feb 19, 2015 at 11:41 AM, Alexandre Belloni alexandre.bell...@free-electrons.com wrote: Hi, I just want to mention that removing icu will break any application using qtwebkit (but not qtwebkit itself) when building with a distro that does not add icu to the qtbase PACKAGECONFIG (like

Re: [meta-freescale] [meta-fsl-arm][PATCH 1/2] add gpu-viv-bin-mx6q-dev to meta-qt5's packagegroup-qt5-toolchain-target

2015-02-19 Thread Andreas Müller
On Sat, Feb 14, 2015 at 12:58 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Sat, Feb 14, 2015 at 12:24 AM, Otavio Salvador ota...@ossystems.com.br wrote: Hello Andreas, On Tue, Feb 10, 2015 at 3:44 PM, Andreas Müller schnitzelt...@googlemail.com wrote: On Fri, Feb 6, 2015 at 9

Re: [meta-freescale] [meta-fsl-arm][PATCH 1/2] add gpu-viv-bin-mx6q-dev to meta-qt5's packagegroup-qt5-toolchain-target

2015-02-13 Thread Andreas Müller
On Sat, Feb 14, 2015 at 12:24 AM, Otavio Salvador ota...@ossystems.com.br wrote: Hello Andreas, On Tue, Feb 10, 2015 at 3:44 PM, Andreas Müller schnitzelt...@googlemail.com wrote: On Fri, Feb 6, 2015 at 9:39 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Fri, Feb 6, 2015 at 2:20

Re: [meta-freescale] [meta-fsl-arm][PATCH 1/2] add gpu-viv-bin-mx6q-dev to meta-qt5's packagegroup-qt5-toolchain-target

2015-02-10 Thread Andreas Müller
On Fri, Feb 6, 2015 at 9:39 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Fri, Feb 6, 2015 at 2:20 AM, Otavio Salvador ota...@ossystems.com.br wrote: Hello Andreas, On Tue, Jan 27, 2015 at 1:00 PM, Andreas Müller schnitzelt...@googlemail.com wrote: gpu-viv-bin-mx6q-dev supplies

Re: [meta-freescale] [meta-fsl-arm][PATCH 1/2] add gpu-viv-bin-mx6q-dev to meta-qt5's packagegroup-qt5-toolchain-target

2015-02-06 Thread Andreas Müller
On Fri, Feb 6, 2015 at 2:20 AM, Otavio Salvador ota...@ossystems.com.br wrote: Hello Andreas, On Tue, Jan 27, 2015 at 1:00 PM, Andreas Müller schnitzelt...@googlemail.com wrote: gpu-viv-bin-mx6q-dev supplies EGL/GL/GLES headers. Without these compiling on target fails. Signed-off

[meta-freescale] [meta-fsl-arm][PATCH 1/2] add gpu-viv-bin-mx6q-dev to meta-qt5's packagegroup-qt5-toolchain-target

2015-01-27 Thread Andreas Müller
gpu-viv-bin-mx6q-dev supplies EGL/GL/GLES headers. Without these compiling on target fails. Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- qt5-layer/recipes-qt/qt5/packagegroup-qt5-toolchain-target.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 qt5-layer

  1   2   >