Re: [meta-freescale] Build problems with fsl-image-gui/packagegroup-core-x11-base

2013-08-24 Thread Ahmed Ammar
I have just started testing yocto and hit this same bug with package_deb. I tried both dylan and master and the problem persists. master has even more problems due to: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/classes/package_deb.bbclass?id=dc5f6c3898555b59f16bf809ae4c5418656e6a

Re: [meta-freescale] Qt5 Toolchain and demos

2013-08-24 Thread Philip Craig
I've had success building QtCreator applications by creating a recipe for my application in Yocto. I haven't tried compiling outside of Yocto. The qt related lines from my recipe are: inherit qmake5 OE_QMAKE_PATH_HEADERS = "${OE_QMAKE_PATH_QT_HEADERS}" DEPENDS += "qtbase" On Sun, Aug 25, 2013 at

Re: [meta-freescale] [meta-fsl-arm-extra][PATCHv2 2/4] imx-bootlets: add a recipe for barebox and cfa-10036 support

2013-08-24 Thread Alexandre Belloni
On 24/08/2013 20:24, Otavio Salvador wrote: > On Fri, Aug 23, 2013 at 1:28 PM, Alexandre Belloni > wrote: >> Signed-off-by: Alexandre Belloni > ... >> --- a/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bbappend >> +++ b/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bbappend >> @@ -1,6 +1,8 @@

Re: [meta-freescale] [meta-fsl-arm][PATCH V3] qt4-embedded: Allow use of Qt Media Player in multi-headed system

2013-08-24 Thread Eric Nelson
On 08/24/2013 10:48 AM, Otavio Salvador wrote: On Mon, Aug 19, 2013 at 11:13 AM, Eric Nelson wrote: Qt-embedded can be used on multiple screens by using environment variables QWS_DISPLAY, QWS_MOUSE_PROTO, et cetera. The gstreamer element mfw_v4lsink used to accelerate media playback on i.MX de

[meta-freescale] [meta-fsl-arm][PATCH] qt4-x11: Allow use of Qt Media Player in multi-headed system

2013-08-24 Thread Eric Nelson
This patch applies commit 0c905f15 to X11 builds as well as embedded builds. Since both of the Phonon patches are common to both uses, this patch also moves them into an include file. Signed-off-by: Eric Nelson --- recipes-qt/qt4/qt4-embedded_4.8.5.bbappend | 8 +--- recipes-qt/qt4/qt4-phon

[meta-freescale] [meta-fsl-arm PATCH 2/3] libmcc: Add package

2013-08-24 Thread Andy Voltz
libmcc is a userspace library which can be used in Linux applications on Freescale Vybrid Platforms. This library interfaces with the kernel-module-mcc to pass information to MQX running on the M4. Signed-off-by: Andy Voltz --- recipes-bsp/libmcc/libmcc/libmcc-cflags.patch | 18 +

[meta-freescale] [meta-fsl-arm PATCH 1/3] kernel-module-mcc: Add package

2013-08-24 Thread Andy Voltz
kernel-module-mcc is a kernel module for Freescale Vybrid platforms. This module is used for communication and synchronization between MQX applications (running on the M4) and Linux (on A5) Signed-off-by: Andy Voltz --- .../mcc-kmod-oe-module-makefile.patch | 37 +

[meta-freescale] [meta-fsl-arm PATCH V2 0/3] Add MCC support for Freescale Vybrid platforms

2013-08-24 Thread Andy Voltz
Freescale Vybrid platforms use an MCC (Multi-core-communication) protocol to communicate between Linux running on the A5 and MQX images running on the M4. This series adds the kernel support, as well as userspace packages necessary to run an MQX image and communicate over MCC. These package versi

[meta-freescale] [meta-fsl-arm PATCH 3/3] mqxboot: Add package

2013-08-24 Thread Andy Voltz
mqxboot is a utility for Freescale Vybrid platforms which allows an MQX image to be loaded into memory. It's used for launching an MQX application from a running Linux kernel. Signed-off-by: Andy Voltz --- recipes-bsp/mqxboot/mqxboot_1.0.bb | 18 ++ 1 file changed, 18 insertion

Re: [meta-freescale] imx6qsabresd qt4 opengl

2013-08-24 Thread Otavio Salvador
Hello Alexei, please don't top-post... On Sat, Aug 24, 2013 at 3:17 PM, Alexei Kopendakov wrote: > master. Good. Can you try using /master-next/ ? this has many updates and be sure to drop wayland distro feature for x11 use. -- Otavio Salvador O.S. Systems http://w

Re: [meta-freescale] [meta-fsl-arm-extra][PATCHv2 4/4] cfa10036: Add cfa10036 machine configuration

2013-08-24 Thread Otavio Salvador
On Fri, Aug 23, 2013 at 1:28 PM, Alexandre Belloni wrote: > This configuration supports the following Crystalfontz boards: > - cfa-10036 > - cfa-10037 > - cfa-10049 > - cfa-10055 > - cfa-10056 > - cfa-10057 > - cfa-10058 > > which are all based on the cfa-10036. > > Signed-off-by: Alexandre

Re: [meta-freescale] [meta-fsl-arm-extra][PATCHv2 2/4] imx-bootlets: add a recipe for barebox and cfa-10036 support

2013-08-24 Thread Otavio Salvador
On Fri, Aug 23, 2013 at 1:28 PM, Alexandre Belloni wrote: > Signed-off-by: Alexandre Belloni ... > --- a/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bbappend > +++ b/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bbappend > @@ -1,6 +1,8 @@ > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > >

Re: [meta-freescale] [meta-fsl-arm-extra][PATCHv2 1/4] barebox 2013.08.0: add support for the cfa10036

2013-08-24 Thread Otavio Salvador
On Fri, Aug 23, 2013 at 1:28 PM, Alexandre Belloni wrote: > Signed-off-by: Alexandre Belloni I am fine with the patch but please drop PRINC as OE-Core now has PRServer. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br M

Re: [meta-freescale] [meta-fsl-arm][PATCHv2 3/3] image_types_fsl: mxs: Add support for a barebox bootstream

2013-08-24 Thread Otavio Salvador
On Fri, Aug 23, 2013 at 1:04 PM, Alexandre Belloni wrote: > Signed-off-by: Alexandre Belloni This is ready to apply when the barebox update it done. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981

Re: [meta-freescale] [meta-fsl-arm][PATCH 2/3] imx-boolets: add barebox support

2013-08-24 Thread Otavio Salvador
On Fri, Aug 23, 2013 at 1:04 PM, Alexandre Belloni wrote: > Signed-off-by: Alexandre Belloni This is ready to apply when the barebox update it done. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981

Re: [meta-freescale] [meta-fsl-arm][PATCH 0/3] mxs: add support for a barebox bootstream

2013-08-24 Thread Otavio Salvador
On Fri, Aug 23, 2013 at 1:03 PM, Alexandre Belloni wrote: > This series is adding support for a barebox boostream for mxs platforms. > > The first patch adds support for the 2013.08 mainline version of barebox. > The second patch adds barebox support for imx-bootlets, mainly adding a > command >

Re: [meta-freescale] imx6qsabresd qt4 opengl

2013-08-24 Thread Alexei Kopendakov
master. 2013/8/24 Otavio Salvador > On Sat, Aug 24, 2013 at 6:19 AM, Alexei Kopendakov > wrote: > > Hello. > > > > I have imx6qsabresd and i try run > > /usr/bin/qt4/examples/opengl/hellogl_es2/hellogl_es2 (qt opengl > > application). I build qt-in-use-image. > > To run hardware acceleration

Re: [meta-freescale] imx6qsabresd qt4 opengl

2013-08-24 Thread Otavio Salvador
On Sat, Aug 24, 2013 at 6:19 AM, Alexei Kopendakov wrote: > Hello. > > I have imx6qsabresd and i try run > /usr/bin/qt4/examples/opengl/hellogl_es2/hellogl_es2 (qt opengl > application). I build qt-in-use-image. > To run hardware acceleration i add in local.conf > PACKAGE_INSTALL_append = " xser

Re: [meta-freescale] [PATCH 0/3] Add MCC support for Freescale Vybrid platforms

2013-08-24 Thread Otavio Salvador
On Fri, Aug 23, 2013 at 5:51 PM, Andy Voltz wrote: > Freescale Vybrid platforms use an MCC (Multi-core-communication) protocol to > communicate between Linux running on the A5 and MQX images running on the M4. > > This series adds the kernel support, as well as userspace packages necessary > to ru

[meta-freescale] Technical Query

2013-08-24 Thread Rashmi Chetty
Hi, Please let me know at u-boot prompt copying the data[uImage,p1020rdb.dtb image and rootfs.ext2.gz.boot] from ram to sd card using mmc write with ext2 Partition. I tried the below commands after mmc write partitions are deleted and nothing is written to SDCARD. I referred the link

Re: [meta-freescale] Qt5 Toolchain and demos

2013-08-24 Thread Matthias Benesch
I would be interested in an answer for meta-qt5, too. Because until now, I am compiling Qt5 to get qmake outside Yocto as described here: https://community.freescale.com/mobile/mobile-access.jspa#jive-document?content=%2Fapi%2Fcore%2Fv2%2Fdocuments%2F94066 Matthias Alexei Kopendakov wrote: >

Re: [meta-freescale] [meta-fsl-demos][PATCH] qt-in-use-common: Fix inheriting image

2013-08-24 Thread Otavio Salvador
On Tue, Aug 20, 2013 at 5:08 PM, Daiane Angolini wrote: > Does not define any of the IMAGE_FEATURES or PACKAGE_GROUPS > that are needed causing error when including "tools-sdk" to > EXTRA_MACHINE_FEATURES. > > [YOCTO #5023] > > Signed-off-by: Daiane Angolini I applied it. I also commented in the

Re: [meta-freescale] [meta-fsl-arm][PATCH V3] qt4-embedded: Allow use of Qt Media Player in multi-headed system

2013-08-24 Thread Otavio Salvador
On Mon, Aug 19, 2013 at 11:13 AM, Eric Nelson wrote: > Qt-embedded can be used on multiple screens by using environment variables > QWS_DISPLAY, QWS_MOUSE_PROTO, et cetera. > > The gstreamer element mfw_v4lsink used to accelerate media playback on i.MX > devices can also be pointed at different di

[meta-freescale] [meta-fsl-arm PATCH 08/11] xserver-xorg: Remove backport of 1.11.4

2013-08-24 Thread Otavio Salvador
The new Vivante GPU driver supports the new Xorg API so we don't need to keep this backport around anymore. Change-Id: Ic3a4fa912cfbf51452fbb91b9afbf9e996eb56c0 Signed-off-by: Otavio Salvador --- .../xserver-xorg-1.11.4/crosscompile.patch | 22 --- .../fix_open_max_preprocessor_error

[meta-freescale] [meta-fsl-arm PATCH 02/11] gpu-viv-bin-mx6q.inc: Fix soname of libGL library

2013-08-24 Thread Otavio Salvador
The soname used by mesa is 1.2.0 while the Vivante binary lacked the minor version so sometimes we might end fetching the wrong package because of this. Change-Id: I581c573f2b794923baa96829a483cd6d6f5393e0 Signed-off-by: Otavio Salvador --- recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc

[meta-freescale] [meta-fsl-arm PATCH 05/11] gpu-viv-bin-mx6q (3.5.7-1.0.0-alpha.2): Add Hard and Soft Float-Point releases

2013-08-24 Thread Otavio Salvador
Include the 3.5.7-1.0.0-alpha.2 version of GPU and the mechanism to allow this to be matched for compatibility. When adding a package of: Hard Float-Point, set: PACKAGE_FP_TYPE = "hardfp" Soft Float-Point, set: PACKAGE_FP_TYPE = "softfp" This GPU driver includes following changes/improvement

[meta-freescale] [meta-fsl-arm PATCH 11/11] libdrm: Add fix to avoid GPU freeze

2013-08-24 Thread Otavio Salvador
Add ARM support into xf86drm.h. This provides support for Xorg interface. Without this the vivante samples will hang during close requiring a reboot Change-Id: I60ea3c87c35fadaa00c64baffd24f74f41dfbb9b Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- .../drm/libdrm/mx6/drm-update

[meta-freescale] [meta-fsl-arm PATCH 10/11] imx-lib.inc: Add .so files in imx-lib package

2013-08-24 Thread Otavio Salvador
The libfslcodec-standalone-bin package requires the .so files to run so we're forced to provide it in the main package. This must be fixed by Freescale as the source code of it is closed. Change-Id: I610e48dd55c02d8005a35c362158085d81e3daab Signed-off-by: Otavio Salvador --- recipes-bsp/imx-lib/

[meta-freescale] [meta-fsl-arm PATCH 04/11] gpu-viv-bin-mx6q: Add DirectFB backend package

2013-08-24 Thread Otavio Salvador
This change has been based on changes done in meta-fsl-bsp-release, 3.5.7 dylan branch, by Lauren Post and Evan Kotara . Change-Id: I2f1bf93181e9f3246e6319f6e89f4fe842ca3da5 Signed-off-by: Otavio Salvador --- recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 4 1 file changed, 4 ins

[meta-freescale] [meta-fsl-arm PATCH 09/11] imx-base.inc: Set default tune of i.MX6 to use Hard Float-Point

2013-08-24 Thread Otavio Salvador
The default now is to use Hard Float-Point to every i.MX6 SoC but it is very easy to change back to Soft Float-Point, if it is the case, you can set: ,[ Soft Float-Point setting ] | DEFAULTTUNE_mx6 = "cortexa9-neon" ` In your local.conf or machine board file. Change-Id: I8379dd95cbd0ab9b

[meta-freescale] [meta-fsl-arm PATCH 03/11] gpu-viv-bin-mx6q.inc: Fix soname of libEGL library

2013-08-24 Thread Otavio Salvador
The soname of libEGL should be 1.0 so we fix it at install time. The fix has been contributed by Evan Kotara . Change-Id: I99dad005f4a01b6e902e0e605d16630ebebd554d Signed-off-by: Otavio Salvador --- recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 5 +++-- 1 file changed, 3 insertions(+)

[meta-freescale] [meta-fsl-arm PATCH 07/11] xf86-video-imxfb-vivante: Upgrade to 3.5.7-1.0.0-alpha.2

2013-08-24 Thread Otavio Salvador
The new Xorg driver does not need a DRI library anymore, so we remove the xf86-dri-vivante recipe, but use the DRI code during the Xorg GPU driver build. This change has been based on changes done in meta-fsl-bsp-release, 3.5.7 dylan branch, by Lauren Post and Evan Kotara . Change-Id: I3f666da81

[meta-freescale] [meta-fsl-arm PATCH 01/11] gpu-viv-g2d: Add version 3.5.7-1.0.0

2013-08-24 Thread Otavio Salvador
From: Lauren Post GPU 2D API libraries and sample applications Change-Id: Id94b33879119e882f939668bad61a1a7364db89d Signed-off-by: Lauren Post --- recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc | 43 ++ .../gpu-viv-g2d/gpu-viv-g2d_3.5.7-1.0.0.bb | 9 + 2 fi

[meta-freescale] [meta-fsl-arm PATCH 00/11] Pending changes regarding 3.5.7 update

2013-08-24 Thread Otavio Salvador
Hi, This patchset adds the remaining changes from 3.5.7 BSP and updates the GPU code with the OpenGL ES2.0 backend finally working. This GPU driver includes following changes/improvements: - GLES20 window mode performance is optimized for improved performance. - glmark2-es2 crashed fi

Re: [meta-freescale] Qt5 Toolchain and demos

2013-08-24 Thread Alexei Kopendakov
Maybe information from here will help. https://community.freescale.com/mobile/mobile-access.jspa#jive-document?content=%2Fapi%2Fcore%2Fv2%2Fdocuments%2F94849 24.08.2013 12:46 пользователь "Simone" написал: > Nothing? > > > > > Il giorno 23/ago/2013, alle ore 16:37, "Simone" > ha scritto: > > >

Re: [meta-freescale] Qt5 Toolchain and demos

2013-08-24 Thread Simone
Nothing? Il giorno 23/ago/2013, alle ore 16:37, "Simone" ha scritto: > Hello, > I've successfully compiled a meta-qt5 based image for imx53. > Now I'm searching how to build the suitable toolchain for qt5 libraries. > I found on the web that there is no meta-toolchain-qt5 available for qt5 >

[meta-freescale] imx6qsabresd qt4 opengl

2013-08-24 Thread Alexei Kopendakov
Hello. I have imx6qsabresd and i try run /usr/bin/qt4/examples/opengl/hellogl_es2/hellogl_es2 (qt opengl application). I build qt-in-use-image. To run hardware acceleration i add in local.conf PACKAGE_INSTALL_append = " xserver-xorg-extension-extmod xserver-xorg-extension-dbe xserver-xorg-extens