[meta-freescale] Updates for meta-fsl-arm-extra in 2013-08-23

2013-08-23 Thread Otavio Salvador
Hi, I pushed following updates into master branch: commit 53cae59d3a7649052c7ac9d698f82367a7970e70 Author: Otavio Salvador Date: Sat Aug 17 18:55:56 2013 -0300 Rework machines to use dtb file in KERNEL_DEVICETREE variable The linux-dtb.inc has been reworked to use the Linux kernel bu

[meta-freescale] Updates for meta-fsl-arm in 2013-08-23

2013-08-23 Thread Otavio Salvador
Hi, I pushed following updates into master branch: commit 4c291af7056e44ffb997fccd95342caef7fd7c19 Author: Otavio Salvador Date: Mon Aug 19 23:14:53 2013 -0300 linux-fslc: Update to 3.10 based kernel This updates the kernel based on 3.10.7 tree. It includes following patches on t

Re: [meta-freescale] Junk install script created upon bitbake meta-toolchain

2013-08-23 Thread Otavio Salvador
On Fri, Aug 23, 2013 at 8:43 PM, Umar Qureshey wrote: >> On Fri, Aug 23, 2013 at 6:28 PM, Umar Qureshey wrote: >> >> On Fri, Aug 23, 2013 at 6:18 PM, Umar Qureshey >> wrote: >> >> >> On Fri, Aug 23, 2013 at 5:58 PM, Umar Qureshey >> >> wrote: >> >> >> ... >> >> >> > Wow, the binary is embedded

Re: [meta-freescale] Junk install script created upon bitbake meta-toolchain

2013-08-23 Thread Umar Qureshey
> -Original Message- > From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On > Behalf Of Otavio Salvador > Sent: Friday, August 23, 2013 3:06 PM > To: Umar Qureshey > Cc: Daiane Angolini; meta-freescale@yoctoproject.org > Subject: Re: [meta-freescale] Junk install script cre

Re: [meta-freescale] Junk install script created upon bitbake meta-toolchain

2013-08-23 Thread Otavio Salvador
On Fri, Aug 23, 2013 at 6:28 PM, Umar Qureshey wrote: >> On Fri, Aug 23, 2013 at 6:18 PM, Umar Qureshey wrote: >> >> On Fri, Aug 23, 2013 at 5:58 PM, Umar Qureshey >> wrote: >> >> ... >> >> > Wow, the binary is embedded inside the script. Because creating a >> >> separate file is just so much t

Re: [meta-freescale] Junk install script created upon bitbake meta-toolchain

2013-08-23 Thread Umar Qureshey
> -Original Message- > From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On > Behalf Of Otavio Salvador > Sent: Friday, August 23, 2013 2:24 PM > To: Umar Qureshey > Cc: Daiane Angolini; meta-freescale@yoctoproject.org > Subject: Re: [meta-freescale] Junk install script cre

Re: [meta-freescale] Junk install script created upon bitbake meta-toolchain

2013-08-23 Thread Umar Qureshey
> -Original Message- > From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On > Behalf Of Otavio Salvador > Sent: Friday, August 23, 2013 2:24 PM > To: Umar Qureshey > Cc: Daiane Angolini; meta-freescale@yoctoproject.org > Subject: Re: [meta-freescale] Junk install script cre

Re: [meta-freescale] Junk install script created upon bitbake meta-toolchain

2013-08-23 Thread Otavio Salvador
On Fri, Aug 23, 2013 at 6:18 PM, Umar Qureshey wrote: >> On Fri, Aug 23, 2013 at 5:58 PM, Umar Qureshey wrote: >> ... >> > Wow, the binary is embedded inside the script. Because creating a >> separate file is just so much trouble. >> >> This is done this way as it is relocatable; we used to buil

Re: [meta-freescale] Junk install script created upon bitbake meta-toolchain

2013-08-23 Thread Umar Qureshey
> -Original Message- > From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On > Behalf Of Otavio Salvador > Sent: Friday, August 23, 2013 2:10 PM > To: Umar Qureshey > Cc: Daiane Angolini; meta-freescale@yoctoproject.org > Subject: Re: [meta-freescale] Junk install script cre

Re: [meta-freescale] Junk install script created upon bitbake meta-toolchain

2013-08-23 Thread Otavio Salvador
On Fri, Aug 23, 2013 at 5:58 PM, Umar Qureshey wrote: ... > Wow, the binary is embedded inside the script. Because creating a separate > file is just so much trouble. This is done this way as it is relocatable; we used to build a tarball file but it does not allow you to choose where to install

Re: [meta-freescale] Junk install script created upon bitbake meta-toolchain

2013-08-23 Thread Umar Qureshey
> -Original Message- > From: Daiane Angolini [mailto:daiane.angol...@freescale.com] > Sent: Friday, August 23, 2013 1:24 PM > To: Umar Qureshey > Cc: meta-freescale@yoctoproject.org > Subject: Re: [meta-freescale] Junk install script created upon bitbake meta- > toolchain > > On 08/23/2013

Re: [meta-freescale] Junk install script created upon bitbake meta-toolchain

2013-08-23 Thread Daiane Angolini
On 08/23/2013 05:58 PM, Umar Qureshey wrote: -Original Message- From: Daiane Angolini [mailto:daiane.angol...@freescale.com] Sent: Friday, August 23, 2013 1:24 PM To: Umar Qureshey Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-freescale] Junk install script created upon bitbake m

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

2013-08-23 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. --- recipes-bsp/libmcc/libmcc/libmcc-cflags.patch | 18 + recipes-bsp/libmcc/libmcc/l

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

2013-08-23 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. --- recipes-bsp/mqxboot/mqxboot_1.0.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 rec

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

2013-08-23 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] [PATCH 1/3] kernel-module-mcc: Add package

2013-08-23 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) --- .../mcc-kmod-oe-module-makefile.patch | 37 .../kernel-module-mcc/k

Re: [meta-freescale] Junk install script created upon bitbake meta-toolchain

2013-08-23 Thread Daiane Angolini
On 08/23/2013 05:01 PM, Umar Qureshey wrote: Hi, Yocto hasn't been fun so far. It's unwieldy, hard to use, and even harder to learn. Even LTIB made more sense. I hope it's worth the trouble. LOL Welcome! If you wish I can lend you one of my shoulders, and let's cry together Anyway, I

[meta-freescale] Junk install script created upon bitbake meta-toolchain

2013-08-23 Thread Umar Qureshey
Hi, Yocto hasn't been fun so far. It's unwieldy, hard to use, and even harder to learn. Even LTIB made more sense. I hope it's worth the trouble. Anyway, I am using Dylan branch and I just did a "bitbake meta-toolchain" and this ran fine. Then I attempted to install the toolchain on my syste

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

2013-08-23 Thread Alexandre Belloni
Signed-off-by: Alexandre Belloni --- .../imx-bootlets/cfa10036-support.patch| 271 + .../imx-bootlets/imx-bootlets_10.12.01.bbappend| 4 +- 2 files changed, 274 insertions(+), 1 deletion(-) create mode 100644 recipes-bsp/imx-bootlets/imx-bootlets/cfa10036-su

[meta-freescale] [meta-fsl-arm-extra][PATCHv2 3/4] linux-cfa: add a kernel recipe supporting Crystalfontz boards

2013-08-23 Thread Alexandre Belloni
Signed-off-by: Alexandre Belloni --- recipes-kernel/linux/linux-cfa-3.10/defconfig | 177 ++ recipes-kernel/linux/linux-cfa_3.10.bb| 33 + 2 files changed, 210 insertions(+) create mode 100644 recipes-kernel/linux/linux-cfa-3.10/defconfig create mode 100644

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

2013-08-23 Thread Alexandre Belloni
Signed-off-by: Alexandre Belloni --- .../barebox/barebox-2013.08.0/cfa10036/defconfig | 44 ++ recipes-bsp/barebox/barebox_2013.08.0.bbappend | 3 ++ 2 files changed, 47 insertions(+) create mode 100644 recipes-bsp/barebox/barebox-2013.08.0/cfa10036/defconfig create m

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

2013-08-23 Thread Alexandre Belloni
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 Belloni --- conf/machine/cfa10036.conf | 38 ++

[meta-freescale] [meta-fsl-arm-extra][PATCHv2 0/4] Add support for the Crystalfontz boards

2013-08-23 Thread Alexandre Belloni
The following series adds support for the various CrystalFontz boards: cfa-10036 cfa-10037 cfa-10049 cfa-10055 cfa-10056 cfa-10057 cfa-10058 The first patch adds support for the mainline barebox. The second patch adds support for the imx-bootlets. The third patch adds a recipe for the cfa

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

2013-08-23 Thread Alexandre Belloni
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 script file. The last patch adds the image generation. Alexandre Bello

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

2013-08-23 Thread Alexandre Belloni
Signed-off-by: Alexandre Belloni --- .../add-command-script-for-barebox.patch | 46 ++ recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb | 6 ++- 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 recipes-bsp/imx-bootlets/imx-bootlets/add-command

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

2013-08-23 Thread Alexandre Belloni
Signed-off-by: Alexandre Belloni --- classes/image_types_fsl.bbclass | 22 ++ 1 file changed, 22 insertions(+) diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass index 1868c41..6f63402 100644 --- a/classes/image_types_fsl.bbclass +++ b/classes/imag

[meta-freescale] [meta-fsl-arm][PATCH 1/3] barebox: add a recipe to support mainline 2013.08.0

2013-08-23 Thread Alexandre Belloni
Signed-off-by: Alexandre Belloni --- recipes-bsp/barebox/barebox_2013.08.0.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 recipes-bsp/barebox/barebox_2013.08.0.bb diff --git a/recipes-bsp/barebox/barebox_2013.08.0.bb b/recipes-bsp/barebox/barebox_2013.08.0.bb ne

[meta-freescale] Qt5 Toolchain and demos

2013-08-23 Thread Simone
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 libraries at the moment. The question is: How I can cross-compile my applications wi

[meta-freescale] R: Qt5 with opengl hw acceleration on imx53

2013-08-23 Thread Simone
Hello, the bitbake qtbase finished with success. Now how I can make a demo image with some demo application in qt5 like the fsl-image-gui for qt4? Da: Abhijit Potnis [mailto:abhijitpot...@gmail.com] Inviato: venerdì 23 agosto 2013 12:42 A: Simone Cc: Eric Bénard; meta-freescale@yoctopr

[meta-freescale] R: Qt5 with opengl hw acceleration on imx53

2013-08-23 Thread Simone
Hello Abhijit, The bitbake is currently doing these steps: 0: qtbase-native-5.1.0-r0 do_fetch (pid 17834) 1: qtbase-5.1.0-r0 do_fetch (pid 17835) And it seems will take some time. Anyway, in the meantime I’m thinking about how to build the image after the current bitbake is ok. What ima

Re: [meta-freescale] [meta-fsl-arm][PATCHv2] mx28-bcb: add utility to generate Boot Control Block

2013-08-23 Thread Marek Vasut
Dear Alexandre Belloni, > On 23/08/2013 13:02, Eric Bénard wrote: > > Hi Marek, > > > > Le Fri, 23 Aug 2013 12:41:16 +0200, > > > > Marek Vasut a écrit : > >> Dear Alexandre Belloni, > >> > >>> On 23/08/2013 05:15, Marek Vasut wrote: > Why do you not use mxsboot tool from U-Boot instead o

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 3/4] linux-cfa: add a kernel recipe supporting Crystalfontz boards

2013-08-23 Thread Marek Vasut
Dear Alexandre Belloni, > On 23/08/2013 05:13, Marek Vasut wrote: > > Dear Alexandre Belloni, > > > >> On 22/08/2013 19:56, Otavio Salvador wrote: > >>> On Thu, Aug 22, 2013 at 2:27 PM, Alexandre Belloni > >>> > >>> wrote: > On 22/08/2013 19:19, Otavio Salvador wrote: > >>> What it doe

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 3/4] linux-cfa: add a kernel recipe supporting Crystalfontz boards

2013-08-23 Thread Alexandre Belloni
On 23/08/2013 05:13, Marek Vasut wrote: > Dear Alexandre Belloni, > >> On 22/08/2013 19:56, Otavio Salvador wrote: >>> On Thu, Aug 22, 2013 at 2:27 PM, Alexandre Belloni >>> >>> wrote: On 22/08/2013 19:19, Otavio Salvador wrote: >>> What it does different here than original linux-dtb alte

Re: [meta-freescale] [meta-fsl-arm][PATCHv2] mx28-bcb: add utility to generate Boot Control Block

2013-08-23 Thread Alexandre Belloni
On 23/08/2013 13:02, Eric Bénard wrote: > Hi Marek, > > Le Fri, 23 Aug 2013 12:41:16 +0200, > Marek Vasut a écrit : > >> Dear Alexandre Belloni, >> >>> On 23/08/2013 05:15, Marek Vasut wrote: Why do you not use mxsboot tool from U-Boot instead of re-inventing the wheel? >>> I'm not sure

Re: [meta-freescale] [meta-fsl-arm][PATCHv2] mx28-bcb: add utility to generate Boot Control Block

2013-08-23 Thread Eric Bénard
Hi Marek, Le Fri, 23 Aug 2013 12:41:16 +0200, Marek Vasut a écrit : > Dear Alexandre Belloni, > > > On 23/08/2013 05:15, Marek Vasut wrote: > > > Why do you not use mxsboot tool from U-Boot instead of re-inventing the > > > wheel? > > > > I'm not sure we really want to download the u-boot sour

Re: [meta-freescale] [meta-fsl-arm][PATCHv2] mx28-bcb: add utility to generate Boot Control Block

2013-08-23 Thread Alexandre Belloni
Hi, On 23/08/2013 12:41, Marek Vasut wrote: > Dear Alexandre Belloni, > >> On 23/08/2013 05:15, Marek Vasut wrote: >>> Why do you not use mxsboot tool from U-Boot instead of re-inventing the >>> wheel? >> I'm not sure we really want to download the u-boot sources for something >> that simple. Also

[meta-freescale] R: Qt5 with opengl hw acceleration on imx53

2013-08-23 Thread Simone
Hello Abhijit, I re-done the repo-init with master branch (I don’t know if it is correct, but now in the meta-fsl-arm I have the qt5-layer). Now I launched bitbake qtbase and it is compiling something.. (seems it will take long time) Let’s see.. I will reply when I have news.. Thanks so

Re: [meta-freescale] Qt5 with opengl hw acceleration on imx53

2013-08-23 Thread Abhijit Potnis
Hello Simone, The repo init step in the document does say that you are based on the dylan branch. What you can do is clone the git://git.yoctoproject.org/meta-fsl-arm, and copy the qt5-layer folder from the clone to your project folder's meta-fsl-arm. Then edit the meta-fsl-arm/conf/layer.conf* *

Re: [meta-freescale] [meta-fsl-arm][PATCHv2] mx28-bcb: add utility to generate Boot Control Block

2013-08-23 Thread Marek Vasut
Dear Alexandre Belloni, > On 23/08/2013 05:15, Marek Vasut wrote: > > Why do you not use mxsboot tool from U-Boot instead of re-inventing the > > wheel? > > I'm not sure we really want to download the u-boot sources for something > that simple. Also, I simply didn't know about it. You can always

[meta-freescale] R: Qt5 with opengl hw acceleration on imx53

2013-08-23 Thread Simone
Dear Abhijit No, I can’t see the qt5-layer in meta-fsl-arm…. For the configuration, I followed the tutorial at: https://community.freescale.com/docs/DOC-95096 Thank you for your time. Da: Abhijit Potnis [mailto:abhijitpot...@gmail.c

Re: [meta-freescale] Qt5 with opengl hw acceleration on imx53

2013-08-23 Thread Abhijit Potnis
Under your project folder, *cd* into *meta-fsl-arm* and try finding *qt5-layer *named folder. That should confirm that you are on the right way to build qt5. Go ahead and build qtbase package, lets see what happnes. -Abhijit

Re: [meta-freescale] Qt5 with opengl hw acceleration on imx53

2013-08-23 Thread Simone
Hello Abhijit, I don't know, how i can check/change it? Il giorno 23/ago/2013, alle ore 12:08, Abhijit Potnis ha scritto: > Hello Simone, > > I hope you are on the latest meta-fsl-arm master, > as qt-layer is needed to build qt5 on mx5 > > http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-

Re: [meta-freescale] Qt5 with opengl hw acceleration on imx53

2013-08-23 Thread Abhijit Potnis
Hello Simone, I hope you are on the latest meta-fsl-arm master, as qt-layer is needed to build qt5 on mx5 http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/qt5-layer On Fri, Aug 23, 2013 at 3:26 PM, Simone wrote: > Hello Eric, > I cloned the meta-qt5 from git. > I've added the met

Re: [meta-freescale] Qt5 with opengl hw acceleration on imx53

2013-08-23 Thread Simone
Hello Eric, I cloned the meta-qt5 from git. I've added the meta-qt5 in bblayers.conf. Now how i can build the libraries? Il giorno 23/ago/2013, alle ore 11:40, Eric Bénard ha scritto: > Hi Simone, > > Le Fri, 23 Aug 2013 11:28:26 +0200, > Simone a écrit : >> I have to apologize but I'm slowl

Re: [meta-freescale] Qt5 with opengl hw acceleration on imx53

2013-08-23 Thread Eric Bénard
Hi Simone, Le Fri, 23 Aug 2013 11:28:26 +0200, Simone a écrit : > I have to apologize but I'm slowly entering the world of yocto and I have not > the slightest idea of ​​how to configure it for a new layer. > you know if there's a generic manual that I can use? meta-qt5 can be found here : htt

Re: [meta-freescale] Qt5 with opengl hw acceleration on imx53

2013-08-23 Thread Simone
Hi Eric, Thanks for your reply, I have to apologize but I'm slowly entering the world of yocto and I have not the slightest idea of ​​how to configure it for a new layer. you know if there's a generic manual that I can use? Thanks so much Il giorno 23/ago/2013, alle ore 11:17, Eric Bénard

Re: [meta-freescale] [meta-fsl-arm][PATCHv2] mx28-bcb: add utility to generate Boot Control Block

2013-08-23 Thread Alexandre Belloni
On 23/08/2013 05:15, Marek Vasut wrote: > Why do you not use mxsboot tool from U-Boot instead of re-inventing the wheel? I'm not sure we really want to download the u-boot sources for something that simple. Also, I simply didn't know about it. -- Alexandre Belloni, Free Electrons Embedded Linux

Re: [meta-freescale] Qt5 with opengl hw acceleration on imx53

2013-08-23 Thread Eric Bénard
Hi Simone, Le Fri, 23 Aug 2013 11:09:56 +0200, Simone a écrit : > Dear all, > for my project, I am using qt embedded 4.8.4 (no X11) generated by Yocto > following the procedure indicated on the freescale website. > My application is all based on QML for graphics UI, and since I have problems >

[meta-freescale] Qt5 with opengl hw acceleration on imx53

2013-08-23 Thread Simone
Dear all, for my project, I am using qt embedded 4.8.4 (no X11) generated by Yocto following the procedure indicated on the freescale website. My application is all based on QML for graphics UI, and since I have problems with rendering speed in animations and listview scrolling, I was thinking to

Re: [meta-freescale] How to build a custom ramdisk image

2013-08-23 Thread Luo Zhenhua-B19537
> -Original Message- > From: Mercier Ivan [mailto:ivan.merc...@gmail.com] > Sent: Friday, August 23, 2013 3:19 PM > > there is no way to edit files in the root filesystem? like > /etc/hostname... [Luo Zhenhua-B19537] No, we can change such files. > How do I know which file belong to whi

Re: [meta-freescale] How to build a custom ramdisk image

2013-08-23 Thread Mercier Ivan
Hi, there is no way to edit files in the root filesystem? like /etc/hostname... How do I know which file belong to which package? and How do I know where is the package directory? thanks a lot 2013/8/23 Luo Zhenhua-B19537 : > Hi Ivan, > > "build_p3041ds_release/tmp/work/p3041ds-fsl_networking-linu

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 1/4] barebox: add a recipe to support mainline 2013.08.0

2013-08-23 Thread Eric Bénard
Hi Alexandre, Le Fri, 23 Aug 2013 01:06:14 +0200, Alexandre Belloni a écrit : > On 22/08/2013 20:00, Otavio Salvador wrote: > > On Thu, Aug 22, 2013 at 2:14 PM, Eric Bénard wrote: > >> Hi Alexandre, > >> > >> Le Thu, 22 Aug 2013 16:51:14 +0200, > >> Alexandre Belloni a écrit : > >> > >>> Signe