[yocto] Device Tree Overlays

2014-02-24 Thread Raul Rosetto Munoz
Hello All, I just compile a Yocto linux for BeagleBone Black using dora branch. I would like to use device tree overlay to change the pin mux. But I think that this linux not enable this feature. I couldnt see this folders: root@beaglebone:/lib/firmware# export

[yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Raul Rosetto Munoz
Hello All, I'm Trying to install the kernel modules inside my rootfs but I couldn't find an especific information that help me to do that! I have in my /tmp/images/ the tgz with all the modules that I need. modules--2.6.35.3-r32.23-imx28evk-20131002210958.tgz I just want that this tzg was

Re: [yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Raul Rosetto Munoz
...@windriver.com wrote: On 13-10-03 09:32 AM, Raul Rosetto Munoz wrote: I think that I found my problem, I tryed to use the kernel 3.8 before in this build system, but I decided to go back to the 2.6.35.3. But now I did bitbake -c cleanall virtual/kernel, I tryed to delete every thing about kernel 3.8

Re: [yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Raul Rosetto Munoz
and works perfect. Thanks For all help, did you help me a lot! On Thu, Oct 3, 2013 at 11:22 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-10-03 10:09 AM, Raul Rosetto Munoz wrote: Look all the time the modules of kernel 3.8 come. My /lib/modules is like this: That's where

[yocto] xmlsec support

2013-08-14 Thread Raul Rosetto Munoz
Hello all, Some one know if there is any meta that support xmlsec? xmlsec source: http://www.aleksey.com/xmlsec/ Thanks for all Help. -- *Raul Rosetto Muñoz* ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-ti] Wifi Module + udev configs

2013-02-27 Thread Raul Rosetto Munoz
build system? There are another brach that this configuration work? Thanks For all Help. 2013/2/25 Denys Dmytriyenko de...@denix.org On Mon, Feb 18, 2013 at 08:56:06AM -0300, Raul Rosetto Munoz wrote: Any suggestions? I really do not know what to do, the file /lib/udev/firmware never

Re: [yocto] [meta-ti] Wifi Module + udev configs

2013-02-18 Thread Raul Rosetto Munoz
Any suggestions? I really do not know what to do, the file /lib/udev/firmware never appear. Thank you. 2013/2/14 Raul Rosetto Munoz munoz0r...@gmail.com Now Im with 173 from meta-fsl bbapend, but I tryed with many others from meta-oe and poky. 2013/2/14 Denys Dmytriyenko de...@ti.com

Re: [yocto] [meta-ti] Wifi Module + udev configs

2013-02-14 Thread Raul Rosetto Munoz
Help 2013/2/12 Denys Dmytriyenko de...@ti.com On Thu, Feb 07, 2013 at 06:26:46PM -0200, Raul Rosetto Munoz wrote: Hello All, I need to configure my yocto project to work with wifi dongle realteck rtl8192cu. My first problem is that the module does not go up automatically rtl8192cu

[yocto] Wifi Module + udev configs

2013-02-07 Thread Raul Rosetto Munoz
Hello All, I need to configure my yocto project to work with wifi dongle realteck rtl8192cu. I'm using this building configuration: Build Configuration: BB_VERSION= 1.16.0 TARGET_ARCH = arm TARGET_OS = linux-gnueabi MACHINE = beaglebone DISTRO= poky

Re: [yocto] Mouse Keyboard don't work at sato Beagle Image

2013-01-21 Thread Raul Rosetto Munoz
Some one have any suggestion? I think that is a meta-ti configuration. I did the same for imx53 using meta-fsl and the mouse and keyboard working fine! Thanks 2013/1/19 Raul Rosetto Munoz munoz0r...@gmail.com Hello All, I compiled a core-image-sato for a BeagleBone and BeagleBoard. I'm

[yocto] core-image-sato for beagleboard problem

2013-01-16 Thread Raul Rosetto Munoz
Hello all, I created a simple core-image-minimal for beagleboard using meta-ti, poky and meta-oe in danny version. For the core-image-minimal all work fine but for the core-image-sato I get this error: arm-poky-linux-gnueabi-libtool: link: `gtktreeview.lo' is not a valid libtool object make[4]:

Re: [yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-20 Thread Raul Rosetto Munoz
reference to `llvm::MCInstPrinter::getOpcodeName(unsigned int) const' 2012/12/19 Paul Eggleton paul.eggle...@linux.intel.com On Wednesday 19 December 2012 15:31:42 Raul Rosetto Munoz wrote: raul@phi04:/home/prjs/poky$ git branch * local/origin/denzil There doesn't seem to be a denzil branch

Re: [yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-19 Thread Raul Rosetto Munoz
Hello all, I did some things like this wiki. I added the meta-java layer but the only important diference is that I'm using meta poky (/poky/meta) and no meta oe-core (/oe-core/meta). https://github.com/woglinde/meta-java/wiki The fisrt probleme tha I have is that the package LLVM show me some

Re: [yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-19 Thread Raul Rosetto Munoz
raul@phi04:/home/prjs/newcom0001/workspace/philinux/philinux-imx28-newcom$ bitbake --version BitBake Build Tool Core version 1.15.2, bitbake version 1.15.2 2012/12/19 Paul Eggleton paul.eggle...@linux.intel.com On Wednesday 19 December 2012 08:25:00 Raul Rosetto Munoz wrote: Hello all, I

Re: [yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-19 Thread Raul Rosetto Munoz
raul@phi04:/home/prjs/poky$ git branch * local/origin/denzil 2012/12/19 Raul Rosetto Munoz munoz0r...@gmail.com raul@phi04:/home/prjs/newcom0001/workspace/philinux/philinux-imx28-newcom$ bitbake --version BitBake Build Tool Core version 1.15.2, bitbake version 1.15.2 2012/12/19 Paul

[yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-18 Thread Raul Rosetto Munoz
Hello all, I'm using yocto project to create a linux for a IMX28. I currently insert these layers: poky/meta poky/meta-yocto meta-fsl-arm meta-openembedded/meta-oe I want to use JRE (Java Runtime) like openJDK, and I saw that have some existing layers that provide this features. Specifically:

Re: [yocto] Kernel Stop in Freeing init memory: 228K

2012-10-01 Thread Raul Rosetto Munoz
Some One Plz Can Help Me? 2012/9/30 Raul Rosetto Munoz munoz0r...@gmail.com *Hello All,* * * *Im using yocto with meta-ti and meta-openembedded.* * * *I have some packeges in my local.conf.* * * * * IMAGE_INSTALL_append = \ tcc \ curl \ perl

[yocto] Kernel Stop in Freeing init memory: 228K

2012-09-30 Thread Raul Rosetto Munoz
*Hello All,* * * *Im using yocto with meta-ti and meta-openembedded.* * * *I have some packeges in my local.conf.* * * * * IMAGE_INSTALL_append = \ tcc \ curl \ perl \ minicom \ libcap \ ppp \ ppp-dialin \ usbutils \

[yocto] Bitbake for list packages

2012-09-17 Thread Raul Rosetto Munoz
Hello all I know that habe a bitbake command that list all packages. But now I can not find it. Some one can tell me? Thanks. -- *Raul Rosetto Muñoz* ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Bitbake for list packages

2012-09-17 Thread Raul Rosetto Munoz
Thanks That is IT! 2012/9/17 Paul Eggleton paul.eggle...@linux.intel.com On Monday 17 September 2012 09:37:13 Raul Rosetto Munoz wrote: I know that habe a bitbake command that list all packages. Do you mean list all recipes? If so, one of the following may be helpful: bitbake -s

Re: [yocto] Create a .bb for my aplication

2012-09-17 Thread Raul Rosetto Munoz
() { mkdir -p /home/prjs/ } 2012/9/4 Autif Khan autif.ml...@gmail.com On Tue, Sep 4, 2012 at 1:14 PM, Raul Rosetto Munoz munoz0r...@gmail.com wrote: Hello, I have some files that compose my application, and I want to put this files in the /home/prjs folder, I know That I need to install

Re: [yocto] Create a .bb for my aplication

2012-09-17 Thread Raul Rosetto Munoz
dont go to my root image in the SD card! Some suggest? Thanks 2012/9/17 Burton, Ross ross.bur...@intel.com On 17 September 2012 14:48, Raul Rosetto Munoz munoz0r...@gmail.com wrote: I'm just want to mkdir in the /home/ path. Im try some thing like this but don't work! do_install

Re: [yocto] yocto Digest, Vol 24, Issue 51

2012-09-12 Thread Raul Rosetto Munoz
I saw the same problem but Im found the solution at link * http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#changing-recipes-kernel * *in B.2.3. Changing the CONFIG_SMP Configuration Using menuconfig* Basic, do you need to do these commands: $ bitbake linux-yocto -c

[yocto] imx28 u-boot without NAND command

2012-09-11 Thread Raul Rosetto Munoz
Hello All, I need to use the command NAND in the imx28 u-boot. I did a patch that put the line #define COMFIG_CMD_NAND in the /include/configs/mx28evk.h file, and if I look at /tmp/work/imx28evk-poky-linux-gnueabi/u-boot-v2012.04.01-r3/git/include/configs/mx28evk.h I can see that the patch was

[yocto] BeagleBone U-boot

2012-09-06 Thread Raul Rosetto Munoz
Hello, I have de mux.h and pinmux.h file for a beaglebone. I want yo know what file the uboot use to configurate de pinmux for beaglebone. I saw that for particular machine this file have a particular name. SOme one can help me to configure de beaglebone mux? Thanks For all Help. -- *Raul

[yocto] Create a .bb for my aplication

2012-09-04 Thread Raul Rosetto Munoz
Hello, I have some files that compose my application, and I want to put this files in the /home/prjs folder, I know That I need to install the prjs folder and the other files in this folder. What I dont know first, How to create a .bb file! And another question. I saw that if I do some things

[yocto] netbase_4.47.bbappend

2012-09-03 Thread Raul Rosetto Munoz
Hello, I'm try to create my inferface file to netbase. I have in the poky folder this files raul@phi04:/home/prjs/poky$ find . -name *netbase* ./meta/recipes-core/netbase ./meta/recipes-core/netbase/netbase-4.47 ./meta/recipes-core/netbase/netbase_4.47.bb ./meta-yocto/recipes-core/netbase

[yocto] Re-Build virtual/kernel

2012-08-16 Thread Raul Rosetto Munoz
Hello All, I'm use yocto to create a linux for imx28, with meta-fsl-arm and meta-openembedded. Until now, every thing is ok, I Have a core-image-minimal-imx28evk.sdcard that working in the machine. My problem is that when I try to add some things in the kernel configuration, I feel like the

Re: [yocto] Re-Build virtual/kernel

2012-08-16 Thread Raul Rosetto Munoz
I did all de comands with -c and do not work! Some one no some thing that I can try to update de uImage file? Thanks for the sugestion. 2012/8/16 McClintock Matthew-B29882 b29...@freescale.com On Thu, Aug 16, 2012 at 7:11 AM, Raul Rosetto Munoz munoz0r...@gmail.com wrote: Hello All

Re: [yocto] Re-Build virtual/kernel

2012-08-16 Thread Raul Rosetto Munoz
...@freescale.com You have to also run a target that deploy's the kernel or at least run the deploy command manuall bitbake core-image-minimal or bitbake virtual/kernel -c deploy -M On Thu, Aug 16, 2012 at 2:11 PM, Raul Rosetto Munoz munoz0r...@gmail.com wrote: don't work. 2012/8/16