Re: [meta-freescale] [meta-fsl-arm][PATCH v2] gpu-viv-bin-mx6q: Add missing libffi dependency

2014-07-17 Thread Jacob Kroon
On Thu, Jul 17, 2014 at 7:49 AM, Jacob Kroon jacob.kr...@mikrodidakt.se wrote: Running readelf --dynamic libgc_wayland_protocol.so | grep NEEDED shows that the library has a runtime dependency on libffi. Same thing applies to libwayland-viv.so. Add libffi to DEPENDS for wayland builds,

[meta-freescale] [meta-fsl-arm][PATCH] gpu-viv-bin-mx6q: Don't package wayland libraries in non-wayland builds

2014-07-17 Thread Jacob Kroon
Running readelf --dynamic libgc_wayland_protocol.so | grep NEEDED shows that the library has a runtime dependency on libffi. Same thing applies to libwayland-viv.so. For non-wayland builds, where libffi may or may not be available during package time, skip packaging them so that they don't

Re: [meta-freescale] mxs-auart and LED triggers

2014-07-17 Thread Eric Bénard
Hi Stuart, Le Thu, 17 Jul 2014 15:51:37 +1000, Stuart Longland stua...@vrt.com.au a écrit : Not sure if this is the place to ask or not, I'm currently in search for the upstream project that looks after the i.MX port of the mainline Linux kernel. We're busy building a device for polling

[meta-freescale] [meta-fsl-arm][PATCH v2] gpu-viv-bin-mx6q: Don't package wayland libraries in non-wayland builds

2014-07-17 Thread Jacob Kroon
Running readelf --dynamic libgc_wayland_protocol.so | grep NEEDED shows that the library has a runtime dependency on libffi. Same thing applies to libwayland-viv.so. For non-wayland builds, where libffi may or may not be available during package time, skip packaging them so that they don't

[meta-freescale] i.MX6 MarsBoard Unable to handle kernel paging request at virtual address 73627573

2014-07-17 Thread grommerin
Hello. I tried to run simple image on MarsBoard development kit (from embest-tech). I tried to patch meta-fsl-arm-extra as described at http://patches.openembedded.org/patch/66003/, http://patches.openembedded.org/patch/66001/ and http://patches.openembedded.org/patch/65999/. So I make uBoot,

Re: [meta-freescale] i.MX6 MarsBoard Unable to handle kernel paging request at virtual address 73627573

2014-07-17 Thread David Chirgwin
Hi there, This looks very similar to a known issue that I also encountered a while ago. See https://lists.yoctoproject.org/pipermail/meta-freescale/2013-July/003531.html Regards, Dave C - Original Message - From: grommerin gromme...@gmail.com To: meta-freescale@yoctoproject.org

[meta-freescale] for meta-fsl-arm image types, what means linux.sb?

2014-07-17 Thread Robert P. J. Day
just got a wandboard quad, ready to build a yocto image for it, and in the class file image_types_fsl.bbclass, i notice the string linux.sb. at the risk of sounding silly, what does sb stand for? rday -- Robert P. J.

[meta-freescale] HDMI out : Kernel hangs on boot when cable is plugged

2014-07-17 Thread Jean-Michel Hautbois
Hi all, I have a custom board, on which HDMI part is quite the same as the sabresd. I added the HDMI support, and mxcfb support in my dts. Here is the issue : Without the HDMI cable, it boots correctly. When plugging the HDMI cable, it is detected, and it shows a console. With the cable plugged

Re: [meta-freescale] HDMI out : Kernel hangs on boot when cable is plugged

2014-07-17 Thread daiane.angol...@freescale.com
Hi all, I have a custom board, on which HDMI part is quite the same as the sabresd. I added the HDMI support, and mxcfb support in my dts. Here is the issue : I was able to reproduce the same for my imx6qsabresd and imx6dlsabresd Daiane Without the HDMI cable, it boots correctly. When

Re: [meta-freescale] HDMI out : Kernel hangs on boot when cable is plugged

2014-07-17 Thread Jean-Michel Hautbois
2014-07-17 16:01 GMT+02:00 daiane.angol...@freescale.com daiane.angol...@freescale.com: Hi all, I have a custom board, on which HDMI part is quite the same as the sabresd. I added the HDMI support, and mxcfb support in my dts. Here is the issue : I was able to reproduce the same for my

Re: [meta-freescale] HDMI out : Kernel hangs on boot when cable is plugged

2014-07-17 Thread Eric Bénard
Hi Jean-Michel, Le Thu, 17 Jul 2014 16:16:18 +0200, Jean-Michel Hautbois jhautb...@gmail.com a écrit : 2014-07-17 16:01 GMT+02:00 daiane.angol...@freescale.com daiane.angol...@freescale.com: Hi all, I have a custom board, on which HDMI part is quite the same as the sabresd. I added

Re: [meta-freescale] HDMI out : Kernel hangs on boot when cable is plugged

2014-07-17 Thread Jean-Michel Hautbois
2014-07-17 16:58 GMT+02:00 Eric Bénard e...@eukrea.com: Hi Jean-Michel, Le Thu, 17 Jul 2014 16:16:18 +0200, Jean-Michel Hautbois jhautb...@gmail.com a écrit : 2014-07-17 16:01 GMT+02:00 daiane.angol...@freescale.com daiane.angol...@freescale.com: Hi all, I have a custom board, on

Re: [meta-freescale] [meta-fsl-arm][PATCH v2] gpu-viv-bin-mx6q: Don't package wayland libraries in non-wayland builds

2014-07-17 Thread Otavio Salvador
On Thu, Jul 17, 2014 at 5:59 AM, Jacob Kroon jacob.kr...@mikrodidakt.se wrote: Running readelf --dynamic libgc_wayland_protocol.so | grep NEEDED shows that the library has a runtime dependency on libffi. Same thing applies to libwayland-viv.so. For non-wayland builds, where libffi may or

Re: [meta-freescale] for meta-fsl-arm image types, what means linux.sb?

2014-07-17 Thread Otavio Salvador
Hello Robert, On Thu, Jul 17, 2014 at 8:57 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: just got a wandboard quad, ready to build a yocto image for it, and in the class file image_types_fsl.bbclass, i notice the string linux.sb. at the risk of sounding silly, what does sb stand for?