[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
SLOTS=/sys/devices/bone_capemgr.9/slots

1
2
3
4
5
6
7
root@beaglebone:~/temp# cat $SLOTS
0: 54:PF---
1: 55:PF---
2: 56:PF---
3: 57:PF---
4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G
5: ff:P-O-L Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI

Plz some one can tell me what I need to do to use this feature?

Is some thing possible using yocto?

Thanks.
-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[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 extracted inside my rootfs /lib/modules.

Please some one can help me with this?

Thanks so much.

-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Raul Rosetto Munoz
Look all the time the modules of kernel 3.8 come.

My /lib/modules is like this:

/lib/modules$ ll
total 16
drwxr-xr-x 4 raul raul 4096 Oct  3 10:09 ./
drwxr-xr-x 7 raul raul 4096 Oct  3 10:09 ../
drwxr-xr-x 2 raul raul 4096 Oct  3 10:09 2.6.35.3-1.1.0+yocto+g914558e/
drwxr-xr-x 3 raul raul 4096 Oct  1 15:45 3.8.13-fslc+g7205340/


/lib/modules$ ll 2.6.35.3-1.1.0+yocto+g914558e/
total 36
drwxr-xr-x 2 raul raul 4096 Oct  3 10:09 ./
drwxr-xr-x 4 raul raul 4096 Oct  3 10:09 ../
-rw-r--r-- 1 raul raul   45 Oct  3 10:09 modules.alias
-rw-r--r-- 1 raul raul   12 Oct  3 10:09 modules.alias.bin
-rw-r--r-- 1 raul raul0 Oct  3 10:09 modules.builtin.bin
-rw-r--r-- 1 raul raul0 Oct  3 10:09 modules.dep
-rw-r--r-- 1 raul raul   12 Oct  3 10:09 modules.dep.bin
-rw-r--r-- 1 raul raul   52 Oct  3 10:09 modules.devname
-rw-r--r-- 1 raul raul  131 Oct  3 10:09 modules.softdep
-rw-r--r-- 1 raul raul   49 Oct  3 10:09 modules.symbols
-rw-r--r-- 1 raul raul   12 Oct  3 10:09 modules.symbols.bin

/lib/modules$ ll 3.8.13-fslc+g7205340/
total 24
drwxr-xr-x 3 raul raul 4096 Oct  1 15:45 ./
drwxr-xr-x 4 raul raul 4096 Oct  3 10:09 ../
drwxr-xr-x 6 raul raul 4096 Oct  1 15:45 kernel/
-rw-r--r-- 1 raul raul 5153 Oct  1 15:45 modules.builtin
-rw-r--r-- 1 raul raul  391 Oct  1 15:45 modules.order

I have no idea how to remove the remains of the kernel 3.8.

I dont want to delete all the /tmp

=/

Take so much time.








On Thu, Oct 3, 2013 at 10:58 AM, Bruce Ashfield 
bruce.ashfi...@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 but the modules that are instaled in my
 /lib/modules/ still be the modules of kernel 3.8.

 How I clean the modules and force to use no 2.6.35.3 again.

 Which package or command do that?


 If you reconstruct your image, the old module package shouldn't be
 re-used, since you would now have a dependency on the 2.6.35.x kernel.

 How exactly are they installed in /lib/modules ? Did you do anything
 in particular ?

 Bruce


 Thanks for all Help.


 On Thu, Oct 3, 2013 at 9:38 AM, Bruce Ashfield
 bruce.ashfi...@windriver.com 
 mailto:bruce.ashfield@**windriver.combruce.ashfi...@windriver.com
 wrote:


 On 13-10-03 08 tel:13-10-03%2008:34 AM, Raul Rosetto Munoz wrote:

 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 extracted inside my rootfs
 /lib/modules.

 Please some one can help me with this?


 Does your image type have a RDEPENDS on kernel-modules, or do you
 have IMAGE_INSTALL_append =  kernel-modules, in your local.conf ?

 If you do either of the above, the entire set of built modules will
 be installed.

 You can also install / require individual modules via
 kernel-module-module name.

 The Yocto docs should have details on this as well.

 Cheers,

 Bruce


 Thanks so much.

 --
 *Raul Rosetto Muñoz*


 __**___
 yocto mailing list
 yocto@yoctoproject.org mailto:yocto@yoctoproject.org**
 https://lists.yoctoproject.__**org/listinfo/yocto

 
 https://lists.yoctoproject.**org/listinfo/yoctohttps://lists.yoctoproject.org/listinfo/yocto
 





 --
 *Raul Rosetto Muñoz*





-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Raul Rosetto Munoz
Bruce, I don't know if i did the correct thing but works.

I found in my tmp some thing about kernel 3.8 fslc and I deleted it.



/tmp$ find . -name *3.8* | grep fslc
./stamps/imx28evk-poky-linux-gnueabi/linux-fslc/3.8+gitAUTOINC+72053409242244eaa59497e665945ddeea69c397-r5.do_cleansstate.sigdata.fff4fea9e1722790f7eb22d5d464b82a
./stamps/imx28evk-poky-linux-gnueabi/linux-fslc/3.8+gitAUTOINC+72053409242244eaa59497e665945ddeea69c397-r5.do_cleansstate.fff4fea9e1722790f7eb22d5d464b82a
./work/imx28evk-poky-linux-gnueabi/linux-fslc/3.8+gitAUTOINC+72053409242244eaa59497e665945ddeea69c397-r5
./work/imx28evk-poky-linux-gnueabi/core-image-minimal/1.0-r0/rootfs/lib/modules/3.8.13-fslc+g7205340
./work/imx28evk-poky-linux-gnueabi/core-image-minimal/1.0-r0/rootfs/boot/uImage-3.8.13-fslc+g7205340
./work/imx28evk-poky-linux-gnueabi/core-image-minimal/1.0-r0/rootfs/etc/rpm-postinsts/kernel-image-3.8.13-fslc+g7205340
./buildstats/virtual/kernel-imx28evk/201310011528/linux-fslc-3.8+gitAUTOINC+72053409242244eaa59497e665945ddeea69c397-r5


After that I returned my prefered kernel version for 3.8, and did a bitbake
cleanall virtual/kernel.

And change again my kernel version for default 2.6.35 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 ? In your booted target ? What BSP are you using, how did
 you install the image ?

 Answering that question, will likely get you your answer. If you previously
 generated a rootfs and installed it. You'd need to do the same thing
 and do it with a clean install with the new kernel to remove all
 remnants of the old package.

 (That's assuming you aren't using package management on the target,
 or package feeds. I don't, so manually look after this sort of thing).

 Cheers,

 Bruce


 /lib/modules$ ll
 total 16
 drwxr-xr-x 4 raul raul 4096 Oct  3 10:09 ./
 drwxr-xr-x 7 raul raul 4096 Oct  3 10:09 ../
 drwxr-xr-x 2 raul raul 4096 Oct  3 10:09 2.6.35.3-1.1.0+yocto+g914558e/
 drwxr-xr-x 3 raul raul 4096 Oct  1 15:45 3.8.13-fslc+g7205340/


 /lib/modules$ ll 2.6.35.3-1.1.0+yocto+g914558e/
 total 36
 drwxr-xr-x 2 raul raul 4096 Oct  3 10:09 ./
 drwxr-xr-x 4 raul raul 4096 Oct  3 10:09 ../
 -rw-r--r-- 1 raul raul   45 Oct  3 10:09 modules.alias
 -rw-r--r-- 1 raul raul   12 Oct  3 10:09 modules.alias.bin
 -rw-r--r-- 1 raul raul0 Oct  3 10:09 modules.builtin.bin
 -rw-r--r-- 1 raul raul0 Oct  3 10:09 modules.dep
 -rw-r--r-- 1 raul raul   12 Oct  3 10:09 modules.dep.bin
 -rw-r--r-- 1 raul raul   52 Oct  3 10:09 modules.devname
 -rw-r--r-- 1 raul raul  131 Oct  3 10:09 modules.softdep
 -rw-r--r-- 1 raul raul   49 Oct  3 10:09 modules.symbols
 -rw-r--r-- 1 raul raul   12 Oct  3 10:09 modules.symbols.bin

 /lib/modules$ ll 3.8.13-fslc+g7205340/
 total 24
 drwxr-xr-x 3 raul raul 4096 Oct  1 15:45 ./
 drwxr-xr-x 4 raul raul 4096 Oct  3 10:09 ../
 drwxr-xr-x 6 raul raul 4096 Oct  1 15:45 kernel/
 -rw-r--r-- 1 raul raul 5153 Oct  1 15:45 modules.builtin
 -rw-r--r-- 1 raul raul  391 Oct  1 15:45 modules.order

 I have no idea how to remove the remains of the kernel 3.8.

 I dont want to delete all the /tmp

 =/

 Take so much time.








 On Thu, Oct 3, 2013 at 10:58 AM, Bruce Ashfield
 bruce.ashfi...@windriver.com 
 mailto:bruce.ashfield@**windriver.combruce.ashfi...@windriver.com
 wrote:


 On 13-10-03 09 tel:13-10-03%2009: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 but the modules that are instaled in
 my
 /lib/modules/ still be the modules of kernel 3.8.

 How I clean the modules and force to use no 2.6.35.3 again.

 Which package or command do that?


 If you reconstruct your image, the old module package shouldn't be
 re-used, since you would now have a dependency on the 2.6.35.x kernel.

 How exactly are they installed in /lib/modules ? Did you do anything
 in particular ?

 Bruce


 Thanks for all Help.


 On Thu, Oct 3, 2013 at 9:38 AM, Bruce Ashfield
 bruce.ashfi...@windriver.com
 mailto:bruce.ashfield@**windriver.combruce.ashfi...@windriver.com
 
 mailto:bruce.ashfield@__windr**iver.com http://windriver.com
 
 mailto:bruce.ashfield@**windriver.combruce.ashfi...@windriver.com
 wrote:


  On 13-10-03 08 tel:13-10-03%2008 tel:13-10-03%2008:34

 AM, Raul Rosetto Munoz wrote:

  Hello All,

  I'm Trying to install the kernel modules inside my
 rootfs but I
  couldn't
  find an especific

[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
Denys, Thanks for all Reply,

I understand that if I use udev at version 178 or more, I probable will get
a udev with solved firmware problems, however if I use this udev version I
will need to use a systemd packages.

Is possible you give some intructions how to put systemd and udev 178+ at
my 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
 appear.

 FYI, starting with 176, udev handles loading firmware images internally,
 hence
 dropping the /lib/udev/firmware binary. But there were some bugs related to
 that functionality, which got fixed in version 178...

 http://git.kernel.org/?p=linux/hotplug/udev.git;a=blob;f=ChangeLog;hb=HEAD
 http://upstream-tracker.org/changelogs/libudev/181/changelog.html

 As I said before, if you are using Danny branch, then you should stick to
 the
 proven udev-164 that is in oe-core, unless you really want to have
 systemd, in
 which case you look into meta-openembedded...

 --
 Denys


  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
  
   On Thu, Feb 14, 2013 at 02:23:14PM -0200, Raul Rosetto Munoz wrote:
Denys,
There are something strange,
   
First there are no  linux-firmware-{rtl8192cu,rtl8192ce,rtl8192su}
installed at rfs.
  
   I was talking about packages, looks like you have them already
 installed.
  
  
raul@phi04:.../tmp/deploy/images$ find
/media/ed86e6a2-20c2-464e-a2f3-f28ff48983ef/lib/firmware/ -name
 *8192*
/media/ed86e6a2-20c2-464e-a2f3-f28ff48983ef/lib/firmware/RTL8192E
   
  
 /media/ed86e6a2-20c2-464e-a2f3-f28ff48983ef/lib/firmware/rtlwifi/rtl8192sefw.bin
   
  
 /media/ed86e6a2-20c2-464e-a2f3-f28ff48983ef/lib/firmware/rtlwifi/rtl8192defw.bin
   
Another problem is that /lib/udev/firmware are not installed to.
   
raul@phi04:.../tmp/deploy/images$ find
/media/ed86e6a2-20c2-464e-a2f3-f28ff48983ef/lib/udev/ -name
 *firmware*
raul@phi04:.../tmp/deploy/images$
  
   What is your udev version?
  
  
But I can see theses files at my tmp/sysroots/beaglebone
   
raul@phi04:.../tmp/sysroots/beaglebone$ find lib/firmware/ -name
   *8192*
lib/firmware/RTL8192E
lib/firmware/rtlwifi/rtl8192sefw.bin
lib/firmware/rtlwifi/rtl8192defw.bin
lib/firmware/rtlwifi/rtl8192cfw.bin
lib/firmware/rtlwifi/rtl8192cufw.bin
   
raul@phi04:.../tmp/sysroots/beaglebone$ find lib/udev/ -name
   *firmware*
lib/udev/firmware
lib/udev/rules.d/50-firmware.rules
   
I tryed copy this files for the sdcard but doesnt work.
   
Do you have any suggest?
   
Thanks for all help.
  
  
  
  
   --
   *Raul Rosetto Muñoz*
  
 
 
 
  --
  *Raul Rosetto Muñoz*

  ___
  meta-ti mailing list
  meta...@yoctoproject.org
  https://lists.yoctoproject.org/listinfo/meta-ti




-- 
*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-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

 On Thu, Feb 14, 2013 at 02:23:14PM -0200, Raul Rosetto Munoz wrote:
  Denys,
  There are something strange,
 
  First there are no  linux-firmware-{rtl8192cu,rtl8192ce,rtl8192su}
  installed at rfs.

 I was talking about packages, looks like you have them already installed.


  raul@phi04:.../tmp/deploy/images$ find
  /media/ed86e6a2-20c2-464e-a2f3-f28ff48983ef/lib/firmware/ -name *8192*
  /media/ed86e6a2-20c2-464e-a2f3-f28ff48983ef/lib/firmware/RTL8192E
 
 /media/ed86e6a2-20c2-464e-a2f3-f28ff48983ef/lib/firmware/rtlwifi/rtl8192sefw.bin
 
 /media/ed86e6a2-20c2-464e-a2f3-f28ff48983ef/lib/firmware/rtlwifi/rtl8192defw.bin
 
  Another problem is that /lib/udev/firmware are not installed to.
 
  raul@phi04:.../tmp/deploy/images$ find
  /media/ed86e6a2-20c2-464e-a2f3-f28ff48983ef/lib/udev/ -name *firmware*
  raul@phi04:.../tmp/deploy/images$

 What is your udev version?


  But I can see theses files at my tmp/sysroots/beaglebone
 
  raul@phi04:.../tmp/sysroots/beaglebone$ find lib/firmware/ -name
 *8192*
  lib/firmware/RTL8192E
  lib/firmware/rtlwifi/rtl8192sefw.bin
  lib/firmware/rtlwifi/rtl8192defw.bin
  lib/firmware/rtlwifi/rtl8192cfw.bin
  lib/firmware/rtlwifi/rtl8192cufw.bin
 
  raul@phi04:.../tmp/sysroots/beaglebone$ find lib/udev/ -name
 *firmware*
  lib/udev/firmware
  lib/udev/rules.d/50-firmware.rules
 
  I tryed copy this files for the sdcard but doesnt work.
 
  Do you have any suggest?
 
  Thanks for all help.




 --
 *Raul Rosetto Muñoz*




-- 
*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-14 Thread Raul Rosetto Munoz
Yes I install this package,
But I think that the problem is that the binary firmware at /lib/udev
doesn't come with the build.

Some one know how to build the binary firmware at /lib/udev responsible
to record the firmware in wifi dongle and enable the udev rules for this
action.

Thanks for all 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
  different than Angstron distro that when I plug the dongle all modules
 rise.
 
  Another important difference is that on Angstron distro I have on
 /lib/udev
  the firmware binary file.  I really was not able to install this
  functionality in udev.

 Have you looked at linux-firmware package? rtl8192* should be well
 supported.


  And How to make this firmware binary go to /lib/udev?

 By default, firmware files go into /lib/firmware

 --
 Denys




-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[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
DISTRO_VERSION= 1.3
TUNE_FEATURES = armv7a vfp neon cortexa8
TARGET_FPU= vfp-neon
meta
meta-yocto= danny:47b0864fbd65746558d8186450c182d98bac78ca
meta-ti   = danny:1e898d9b619545dadf2ececad81cd58cdf37c8cd
meta-oe


First, I built all the modules needed for the wifi dongle and installed in
Angstron standard distro.

This worked well and I had the following lsmod:

Module  Size  Used by
arc41183  2
rtl8192cu  73042  0
rtl8192c_common52118  1 rtl8192cu
rtlwifi57197  1 rtl8192cu
mac80211  149274  3 rtl8192cu,rtl8192c_common,rtlwifi
cfg80211  15  2 rtlwifi,mac80211
rfkill 14659  1 cfg80211
g_mass_storage 24014  0
ipv6  209407  14

Then I tried to do the same for my project and installed the following
packages:
packages:

IMAGE_INSTALL_append =  \
libxml2 \
gnupg \
curl \
gdb \
curl-dev \
minicom \
lrzsz \
libcap \
ppp \
ppp-dialin \
usbutils \
mtd-utils \
openssh \
dhcp-server \
dhcp-client \
kernel-modules \
udev-extraconf \
wpa-supplicant \
i2c-tools \
update-modules \
modutils-initscripts \
zeroconf \
wireless-tools \
openssl \
net-tools \
busybox \
linux-firmware \
systemd \
connman

My first problem is that the module does not go up automatically rtl8192cu
different than Angstron distro that when I plug the dongle all modules rise.

Another important difference is that on Angstron distro I have on /lib/udev
the firmware binary file.  I really was not able to install this
functionality in udev.

Please some one can Help me to configure this device?

And How to make this firmware binary go to /lib/udev?

I have not found the way to configure the udev features.

Thanks all for help.

-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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 using all layers at danny version.

 My bblayer is like this:


 BBLAYERS ?=  \
   /home/prjs/video0001/linux/poky/meta \
   /home/prjs/video0001/linux/poky/meta-yocto \
   /home/prjs/video0001/linux/meta-ti \
   /home/prjs/video0001/linux/meta-openembedded/meta-oe  \
   

 In beagleboard Im using the DVI conector to see the X, and for beaglebone
 I'm using a DVI cape.

 At the two cases the video  working very well but for this two situation,
 when I plug some USB keyboard or USB mouse, I see at serial console that
 linux recognize the device, but in video interface, nothing happen.

 I dont know if is necessary create a video target for the USB devices.

 Here is a USB mouse log example:


 [   74.651458] usb 1-1: USB disconnect, device number 2
 [   79.874298] usb 1-1: new low-speed USB device number 3 using musb-hdrc
 [   80.016906] usb 1-1: New USB device found, idVendor=15d9, idProduct=0a33
 [   80.023925] usb 1-1: New USB device strings: Mfr=0, Product=1,
 SerialNumber=0
 [   80.031402] usb 1-1: Product: USB Mouse
 [   80.041412] input: USB Mouse as
 /devices/platform/omap/musb-ti81xx/musb-hdrc.1/usb1/1-1/1-1:1.0/input/input1
 [   80.052642] generic-usb 0003:15D9:0A33.0002: input: USB HID v1.10 Mouse
 [USB Mouse] on usb-musb-hdrc.1-1/input0


 Thanks

 --
 *Raul Rosetto Muñoz*




-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[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]: *** [libgtk-x11-2.0.la] Error 1
make[4]: Leaving directory
`/home/prjs/video0001/linux-beagle/linux-beagleboard/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gtk+-2.24.8-r7/gtk+-2.24.8/gtk'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/prjs/video0001/linux-beagle/linux-beagleboard/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gtk+-2.24.8-r7/gtk+-2.24.8/gtk'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/prjs/video0001/linux-beagle/linux-beagleboard/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gtk+-2.24.8-r7/gtk+-2.24.8/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/prjs/video0001/linux-beagle/linux-beagleboard/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gtk+-2.24.8-r7/gtk+-2.24.8'
make: *** [all] Error 2
ERROR: oe_runmake failed
ERROR: Function failed: do_compile (see
/home/prjs/video0001/linux-beagle/linux-beagleboard/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gtk+-2.24.8-r7/temp/log.do_compile.17652
for further information)


Some one can Help me?

Thanks

-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

2012-12-20 Thread Raul Rosetto Munoz
 directory
`/media/dados/prjs/imx-JAVA/philinux/philinux-imx28-java/tmp/work/armv5te-poky-linux-gnueabi/llvm2.8-2.8-r2.1/llvm-2.8/build'
| make[2]: Nothing to be done for
`tools/edis/CMakeFiles/EnhancedDisassembly.dir/build'.
| make[2]: Leaving directory
`/media/dados/prjs/imx-JAVA/philinux/philinux-imx28-java/tmp/work/armv5te-poky-linux-gnueabi/llvm2.8-2.8-r2.1/llvm-2.8/build'
|
/media/dados/prjs/imx-JAVA/philinux/philinux-imx28-java/tmp/sysroots/i686-linux/usr/bin/cmake
-E cmake_progress_report
/media/dados/prjs/imx-JAVA/philinux/philinux-imx28-java/tmp/work/armv5te-poky-linux-gnueabi/llvm2.8-2.8-r2.1/llvm-2.8/build/CMakeFiles
| [ 98%] Built target EnhancedDisassembly
| make[2]: Leaving directory
`/media/dados/prjs/imx-JAVA/philinux/philinux-imx28-java/tmp/work/armv5te-poky-linux-gnueabi/llvm2.8-2.8-r2.1/llvm-2.8/build'
| make -f tools/bugpoint/CMakeFiles/bugpoint.dir/build.make
tools/bugpoint/CMakeFiles/bugpoint.dir/build
| make[2]: Entering directory
`/media/dados/prjs/imx-JAVA/philinux/philinux-imx28-java/tmp/work/armv5te-poky-linux-gnueabi/llvm2.8-2.8-r2.1/llvm-2.8/build'
| make[2]: Nothing to be done for
`tools/bugpoint/CMakeFiles/bugpoint.dir/build'.
| make[2]: Leaving directory
`/media/dados/prjs/imx-JAVA/philinux/philinux-imx28-java/tmp/work/armv5te-poky-linux-gnueabi/llvm2.8-2.8-r2.1/llvm-2.8/build'
|
/media/dados/prjs/imx-JAVA/philinux/philinux-imx28-java/tmp/sysroots/i686-linux/usr/bin/cmake
-E cmake_progress_report
/media/dados/prjs/imx-JAVA/philinux/philinux-imx28-java/tmp/work/armv5te-poky-linux-gnueabi/llvm2.8-2.8-r2.1/llvm-2.8/build/CMakeFiles
 88
| [100%] Built target bugpoint
| ../../lib/libLLVMARMCodeGen.a(ARMISelLowering.cpp.o): In function
`llvm::ARMTargetLowering::LowerCall(llvm::SDValue, llvm::SDValue,
llvm::CallingConv::ID, bool, bool,
llvm::SmallVectorImplllvm::ISD::OutputArg const,
llvm::SmallVectorImplllvm::SDValue const,
llvm::SmallVectorImplllvm::ISD::InputArg const, llvm::DebugLoc,
llvm::SelectionDAG, llvm::SmallVectorImplllvm::SDValue) const':
|
/media/dados/prjs/imx-JAVA/philinux/philinux-imx28-java/tmp/work/armv5te-poky-linux-gnueabi/llvm2.8-2.8-r2.1/llvm-2.8/lib/Target/ARM/ARMISelLowering.cpp:1293:
undefined reference to `getPointerToNamedFunctionOrNull'
| ../../lib/libLLVMARMAsmPrinter.a(ARMInstPrinter.cpp.o): In function
`llvm::ARMInstPrinter::~ARMInstPrinter()':
|
/media/dados/prjs/imx-JAVA/philinux/philinux-imx28-java/tmp/work/armv5te-poky-linux-gnueabi/llvm2.8-2.8-r2.1/llvm-2.8/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h:22:
undefined reference to `llvm::MCInstPrinter::~MCInstPrinter()'
| ../../lib/libLLVMARMAsmPrinter.a(ARMInstPrinter.cpp.o): In function
`~ARMInstPrinter':
|
/media/dados/prjs/imx-JAVA/philinux/philinux-imx28-java/tmp/work/armv5te-poky-linux-gnueabi/llvm2.8-2.8-r2.1/llvm-2.8/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h:22:
undefined reference to `llvm::MCInstPrinter::~MCInstPrinter()'
| ../../lib/libLLVMARMAsmPrinter.a(ARMInstPrinter.cpp.o):(.data.rel.ro+0x8):
undefined reference to `typeinfo for llvm::MCInstPrinter'
| ../../lib/libLLVMARMAsmPrinter.a(ARMInstPrinter.cpp.o):(.data.rel.ro+0x24):
undefined reference to `llvm::MCInstPrinter::getOpcodeName(unsigned int)
const'
| collect2: error: ld returned 1 exit status
| make[2]: *** [bin/llvm-mc] Error 1
| make[2]: Leaving directory
`/media/dados/prjs/imx-JAVA/philinux/philinux-imx28-java/tmp/work/armv5te-poky-linux-gnueabi/llvm2.8-2.8-r2.1/llvm-2.8/build'
| make[1]: *** [tools/llvm-mc/CMakeFiles/llvm-mc.dir/all] Error 2
| make[1]: Leaving directory
`/media/dados/prjs/imx-JAVA/philinux/philinux-imx28-java/tmp/work/armv5te-poky-linux-gnueabi/llvm2.8-2.8-r2.1/llvm-2.8/build'
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| ERROR: Function failed: do_compile (see
/media/dados/prjs/imx-JAVA/philinux/philinux-imx28-java/tmp/work/armv5te-poky-linux-gnueabi/llvm2.8-2.8-r2.1/temp/log.do_compile.23542
for further information)
ERROR: Task 353
(/media/dados/prjs/imx-JAVA/philinux/meta-java/recipes-core/llvm/
llvm2.8_2.8.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1646 tasks of which 1634 didn't need to be
rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
  /media/dados/prjs/imx-JAVA/philinux/meta-java/recipes-core/llvm/
llvm2.8_2.8.bb, do_compile
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.


Some one can Help me?

I thing that there is some thing with this:

| ../../lib/libLLVMARMAsmPrinter.a(ARMInstPrinter.cpp.o):(.data.rel.ro+0x8):
undefined reference to `typeinfo for llvm::MCInstPrinter'
| ../../lib/libLLVMARMAsmPrinter.a(ARMInstPrinter.cpp.o):(.data.rel.ro+0x24):
undefined 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 errors.

here is what I have:

raul@phi04:/home/prjs/newcom0001/workspace/philinux/philinux-imx28-newcom$
bitbake openjdk-6
WARNING: Host distribution Ubuntu 12.04.1 LTS has not been validated with
this version of the build system; you may possibly experience unexpected
failures. It is recommended that you use a tested distribution.
NOTE: Error expanding variable populate_packages
| ETA:  00:00:38
NOTE: Error during finalise of
/home/prjs/newcom0001/workspace/philinux/meta-java/recipes-core/llvm/
llvm2.8_2.8.bb
ERROR: Unable to parse
/home/prjs/newcom0001/workspace/philinux/meta-java/recipes-core/llvm/
llvm2.8_2.8.bb
ERROR: Command execution failed: Traceback (most recent call last):
  File /home/prjs/poky/bitbake/lib/bb/command.py, line 84, in
runAsyncCommand
self.cooker.updateCache()
  File /home/prjs/poky/bitbake/lib/bb/cooker.py, line 1202, in updateCache
if not self.parser.parse_next():
  File /home/prjs/poky/bitbake/lib/bb/cooker.py, line 1669, in parse_next
self.virtuals += len(result)
UnboundLocalError: local variable 'result' referenced before assignment


Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
raul@phi04:/home/prjs/newcom0001/workspace/philinux/philinux-imx28-newcom$


Thanks
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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 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
 errors.
 
  here is what I have:
 
  raul@phi04
 :/home/prjs/newcom0001/workspace/philinux/philinux-imx28-newcom$
  bitbake openjdk-6
  WARNING: Host distribution Ubuntu 12.04.1 LTS has not been validated
 with
  this version of the build system; you may possibly experience unexpected
  failures. It is recommended that you use a tested distribution.
  NOTE: Error expanding variable populate_packages
 
  | ETA:
  00:00:38
 
  NOTE: Error during finalise of
  /home/prjs/newcom0001/workspace/philinux/meta-java/recipes-core/llvm/
  llvm2.8_2.8.bb
  ERROR: Unable to parse
  /home/prjs/newcom0001/workspace/philinux/meta-java/recipes-core/llvm/
  llvm2.8_2.8.bb
  ERROR: Command execution failed: Traceback (most recent call last):
File /home/prjs/poky/bitbake/lib/bb/command.py, line 84, in
  runAsyncCommand
  self.cooker.updateCache()
File /home/prjs/poky/bitbake/lib/bb/cooker.py, line 1202, in
 updateCache
  if not self.parser.parse_next():
File /home/prjs/poky/bitbake/lib/bb/cooker.py, line 1669, in
 parse_next
  self.virtuals += len(result)
  UnboundLocalError: local variable 'result' referenced before assignment
 
 
  Summary: There was 1 WARNING message shown.
  Summary: There were 2 ERROR messages shown, returning a non-zero exit
 code.
  raul@phi04
 :/home/prjs/newcom0001/workspace/philinux/philinux-imx28-newcom$

 Which version of the build system are you using?

 Cheers,
 Paul

 --

 Paul Eggleton
 Intel Open Source Technology Centre




-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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 Eggleton paul.eggle...@linux.intel.com

 On Wednesday 19 December 2012 08:25:00 Raul Rosetto Munoz wrote:
  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
 errors.
 
  here is what I have:
 
  raul@phi04
 :/home/prjs/newcom0001/workspace/philinux/philinux-imx28-newcom$
  bitbake openjdk-6
  WARNING: Host distribution Ubuntu 12.04.1 LTS has not been validated
 with
  this version of the build system; you may possibly experience unexpected
  failures. It is recommended that you use a tested distribution.
  NOTE: Error expanding variable populate_packages
 
  | ETA:
  00:00:38
 
  NOTE: Error during finalise of
  /home/prjs/newcom0001/workspace/philinux/meta-java/recipes-core/llvm/
  llvm2.8_2.8.bb
  ERROR: Unable to parse
  /home/prjs/newcom0001/workspace/philinux/meta-java/recipes-core/llvm/
  llvm2.8_2.8.bb
  ERROR: Command execution failed: Traceback (most recent call last):
File /home/prjs/poky/bitbake/lib/bb/command.py, line 84, in
  runAsyncCommand
  self.cooker.updateCache()
File /home/prjs/poky/bitbake/lib/bb/cooker.py, line 1202, in
 updateCache
  if not self.parser.parse_next():
File /home/prjs/poky/bitbake/lib/bb/cooker.py, line 1669, in
 parse_next
  self.virtuals += len(result)
  UnboundLocalError: local variable 'result' referenced before assignment
 
 
  Summary: There was 1 WARNING message shown.
  Summary: There were 2 ERROR messages shown, returning a non-zero exit
 code.
  raul@phi04
 :/home/prjs/newcom0001/workspace/philinux/philinux-imx28-newcom$

 Which version of the build system are you using?

 Cheers,
 Paul

 --

 Paul Eggleton
 Intel Open Source Technology Centre




 --
 *Raul Rosetto Muñoz*




-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[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:

meta-java
meta-oracle-java

What is the easy way to use JAVA with yocto?

Thans for all help.

-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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 \
 minicom \
 libcap \
 ppp \
 ppp-dialin \
 usbutils \
 mtd-utils \
 iptables \
 openssh \
 dhcp-server \
 dhcp-client \
 perl \
 ddclient \
 kernel-modules \
 udev-extraconf \
 openvpn \
 bridge-utils \
 nodejs \
 connman
 *
 *
 *In this case all is ok and I have this console:*

 ...
 [1.874328] VFS: Mounted root (ext4 filesystem) readonly on device
 179:2.
 [1.888763] devtmpfs: mounted
 [1.892425] Freeing init memory: 228K
 INIT: version 2.88 booting
 Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such
 file or directory
 bootlogd.
 [2.438598] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs,
 running e2fsck is recommended
 [2.459899] EXT4-fs (mmcblk0p2): re-mounted. Opts: user_xattr,barrier=1
 Undefined groups:
 Skipping /etc/default/volatiles/99_dbus
 Configuring network interfaces... [9.157012]
 [9.157012] CPSW phy found : id is : 0x7c0f1
 [9.163909] PHY 0:01 not found
 [9.168151] ADDRCONF(NETDEV_UP): eth0: link is not ready
 done.
 Sun Sep 30 15:00:00 UTC 2012
 Running postinst /etc/rpm-postinsts/100...
 [9.638946] Bluetooth: Core ver 2.16
 [9.642883] NET: Registered protocol family 31
 [9.647552] Bluetooth: HCI device and connection manager initialized
 [9.654266] Bluetooth: HCI socket layer initialized
 [9.659362] Bluetooth: L2CAP socket layer initialized
 [9.664703] Bluetooth: SCO socket layer initialized
 [9.67] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
 [9.722381] NET: Registered protocol family 23
 [9.733215] IrCOMM protocol (Dag Brattli)
 [9.773864] Bluetooth: RFCOMM TTY layer initialized
 [9.779022] Bluetooth: RFCOMM socket layer initialized
 [9.784484] Bluetooth: RFCOMM ver 1.11
 INIT: Entering runlevel: 5
 chgrp: unknown group messagebus
 Starting Connection Manager
 Starting OpenBSD Secure Shell server: sshd
   generating ssh RSA key...
   generating ssh ECDSA key...
   generating ssh DSA key...
 done.
 Starting syslogd/klogd: done
 Stopping Bootlog daemon: bootlogd.

 Yocto (Built by Poky 7.0.1) 1.2.1 beaglebone ttyO0


 *My problem is that when I install some packages like cloud9.*
 *
 *
 IMAGE_INSTALL_append =  \
 tcc \
 curl \
 perl \
 minicom \
 libcap \
 ppp \
 ppp-dialin \
 usbutils \
 mtd-utils \
 iptables \
 openssh \
 dhcp-server \
 dhcp-client \
 perl \
 ddclient \
 kernel-modules \
 udev-extraconf \
 openvpn \
 bridge-utils \
 nodejs \
 *cloud9 \*
 connman
 *
 *
 * and recompile my image my console stop at mesange:*
 *
 *
 *[1.892425] Freeing init memory: 228K*
 *
 *
 *And I get this console:*

 ..
 [1.746856] Waiting for root device /dev/mmcblk0p2...
 [1.791595] mmc0: host does not support reading read-only switch.
 assuming write-enable.
 [1.802612] mmc0: new high speed SDHC card at address 1234
 [1.809020] mmcblk0: mmc0:1234 SA04G 3.63 GiB
 [1.816467]  mmcblk0: p1 p2
 [1.866363] EXT4-fs (mmcblk0p2): mounted filesystem without journal.
 Opts: (null)
 [1.874359] VFS: Mounted root (ext4 filesystem) readonly on device
 179:2.
 [1.889068] devtmpfs: mounted
 [1.892730] Freeing init memory: 228K

 * This happen to me when I add some other packeges to!*
 *
 *
 *Some One can Help me to solve this?*
 *
 *
 *Thanks FOr all help!*
 *
 *


 --
 *Raul Rosetto Muñoz*




-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[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 \
mtd-utils \
iptables \
openssh \
dhcp-server \
dhcp-client \
perl \
ddclient \
kernel-modules \
udev-extraconf \
openvpn \
bridge-utils \
nodejs \
connman
*
*
*In this case all is ok and I have this console:*

...
[1.874328] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[1.888763] devtmpfs: mounted
[1.892425] Freeing init memory: 228K
INIT: version 2.88 booting
Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file
or directory
bootlogd.
[2.438598] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running
e2fsck is recommended
[2.459899] EXT4-fs (mmcblk0p2): re-mounted. Opts: user_xattr,barrier=1
Undefined groups:
Skipping /etc/default/volatiles/99_dbus
Configuring network interfaces... [9.157012]
[9.157012] CPSW phy found : id is : 0x7c0f1
[9.163909] PHY 0:01 not found
[9.168151] ADDRCONF(NETDEV_UP): eth0: link is not ready
done.
Sun Sep 30 15:00:00 UTC 2012
Running postinst /etc/rpm-postinsts/100...
[9.638946] Bluetooth: Core ver 2.16
[9.642883] NET: Registered protocol family 31
[9.647552] Bluetooth: HCI device and connection manager initialized
[9.654266] Bluetooth: HCI socket layer initialized
[9.659362] Bluetooth: L2CAP socket layer initialized
[9.664703] Bluetooth: SCO socket layer initialized
[9.67] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[9.722381] NET: Registered protocol family 23
[9.733215] IrCOMM protocol (Dag Brattli)
[9.773864] Bluetooth: RFCOMM TTY layer initialized
[9.779022] Bluetooth: RFCOMM socket layer initialized
[9.784484] Bluetooth: RFCOMM ver 1.11
INIT: Entering runlevel: 5
chgrp: unknown group messagebus
Starting Connection Manager
Starting OpenBSD Secure Shell server: sshd
  generating ssh RSA key...
  generating ssh ECDSA key...
  generating ssh DSA key...
done.
Starting syslogd/klogd: done
Stopping Bootlog daemon: bootlogd.

Yocto (Built by Poky 7.0.1) 1.2.1 beaglebone ttyO0


*My problem is that when I install some packages like cloud9.*
*
*
IMAGE_INSTALL_append =  \
tcc \
curl \
perl \
minicom \
libcap \
ppp \
ppp-dialin \
usbutils \
mtd-utils \
iptables \
openssh \
dhcp-server \
dhcp-client \
perl \
ddclient \
kernel-modules \
udev-extraconf \
openvpn \
bridge-utils \
nodejs \
*cloud9 \*
connman
*
*
* and recompile my image my console stop at mesange:*
*
*
*[1.892425] Freeing init memory: 228K*
*
*
*And I get this console:*

..
[1.746856] Waiting for root device /dev/mmcblk0p2...
[1.791595] mmc0: host does not support reading read-only switch.
assuming write-enable.
[1.802612] mmc0: new high speed SDHC card at address 1234
[1.809020] mmcblk0: mmc0:1234 SA04G 3.63 GiB
[1.816467]  mmcblk0: p1 p2
[1.866363] EXT4-fs (mmcblk0p2): mounted filesystem without journal.
Opts: (null)
[1.874359] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[1.889068] devtmpfs: mounted
[1.892730] Freeing init memory: 228K

* This happen to me when I add some other packeges to!*
*
*
*Some One can Help me to solve this?*
*
*
*Thanks FOr all help!*
*
*


-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[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

   bitbake-layers show-recipes

 Cheers,
 Paul

 --

 Paul Eggleton
 Intel Open Source Technology Centre




-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

2012-09-17 Thread Raul Rosetto Munoz
I'm just want to mkdir in the /home/ path.

Im try some thing like this but don't work!


DESCRIPTION = 
SECTION = examples
LICENSE = MIT
LIC_FILES_CHKSUM =
file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302
PR = r0

SRC_URI = file://teste

S = ${WORKDIR}

do_install() {
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 the prjs folder
  and the other files in this folder.
 
  What I dont know first, How to create a .bb file!

 I am not sure what you mean. Do you mean that if you create a .bb
 file, how to include it in your image?

 
  And another question.
 
  I saw that if I do some things like this:
 
  install -m 0644 ${WORKDIR}/fstab ${D}${sysconfdir}/fstab
 
  I will copy the file fstab in /etc/ folder.
 
  How I can know that {sysconfdir} correspond to /etc/ folder?

 these are in poky/meta/conf/bitbake.conf

  And If it is correct how to know for what /home/ folder correspond {???}.

 If they do not exist in bitbake.conf, you should use a local variable
 in your recipe or local.conf.

  plz Can some one try to tell me???
 
  Thanks For All Help!
 
  --
  Raul Rosetto Muñoz
 
  ___
  yocto mailing list
  yocto@yoctoproject.org
  https://lists.yoctoproject.org/listinfo/yocto
 




-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

2012-09-17 Thread Raul Rosetto Munoz
I did what did you tell me but dont work.

I saw in the bitbake log some warning:

raul@phi04:/home/prjs/newcom0001/philinux/philinux-imx28-newcom$ bitbake
core-image-minimal
Loading cache: 100%
|#|
ETA:  00:00:00
Loaded 1519 entries from dependency cache.
Parsing recipes: 100%
|###|
Time: 00:00:00
Parsing of 1185 .bb files complete (1184 cached, 1 parsed). 1518 targets,
52 skipped, 0 masked, 0 errors.

OE Build Configuration:
BB_VERSION= 1.15.2
TARGET_ARCH   = arm
TARGET_OS = linux-gnueabi
MACHINE   = imx28evk
DISTRO= poky
DISTRO_VERSION= 1.2.1
TUNE_FEATURES = armv5 dsp thumb arm926ejs
TARGET_FPU= soft
meta
meta-yocto=
local/origin/denzil:73cdebf60df225ee10f2eb215935be3b61e1b831
meta-fsl-arm  =
local/origin/denzil:a207ac2953cdc046acef3190f58816df79119f1b
meta-oe   =
local/origin/denzil:04c61c8ed73cb2c537002f22d1b9656f6cec61af

NOTE: Resolving any missing task queue dependencies
NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo)
NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg
NOTE: multiple providers are available for jpeg-native (jpeg-native,
libjpeg-turbo-native)
NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg-native
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Running task 2110 of 2650 (ID: 238,
/home/prjs/newcom0001/philinux/meta-fsl-arm/recipes-phi/newcom_install/
newcom_0.0.0.bb, do_install)
NOTE: package newcom-0.0.0-r0: task do_install: Started
NOTE: package newcom-0.0.0-r0: task do_install: Succeeded
NOTE: Running task 2646 of 2650 (ID: 243,
/home/prjs/newcom0001/philinux/meta-fsl-arm/recipes-phi/newcom_install/
newcom_0.0.0.bb, do_package)
NOTE: package newcom-0.0.0-r0: task do_package: Started
WARNING: For recipe newcom, the following files/directories were installed
but not shipped in any package:
WARNING:   /home
WARNING:   /home/prjs
NOTE: package newcom-0.0.0-r0: task do_package: Succeeded
NOTE: Running task 2647 of 2650 (ID: 245,
/home/prjs/newcom0001/philinux/meta-fsl-arm/recipes-phi/newcom_install/
newcom_0.0.0.bb, do_package_write_rpm)
NOTE: package newcom-0.0.0-r0: task do_package_write_rpm: Started
NOTE: package newcom-0.0.0-r0: task do_package_write_rpm: Succeeded
NOTE: Running noexec task 2648 of 2650 (ID: 242,
/home/prjs/newcom0001/philinux/meta-fsl-arm/recipes-phi/newcom_install/
newcom_0.0.0.bb, do_package_write)
NOTE: Running task 2649 of 2650 (ID: 8,
/home/prjs/poky/meta/recipes-core/images/core-image-minimal.bb, do_rootfs)
NOTE: package core-image-minimal-1.0-r0: task do_rootfs: Started
NOTE: package core-image-minimal-1.0-r0: task do_rootfs: Succeeded
NOTE: Running noexec task 2650 of 2650 (ID: 5,
/home/prjs/poky/meta/recipes-core/images/core-image-minimal.bb, do_build)
NOTE: Tasks Summary: Attempted 2650 tasks of which 2644 didn't need to be
rerun and all succeeded.

Summary: There were 3 WARNING messages shown.


And in /tmp/work/armv5te-poky-linux-gnueabi/ folder I did the command:

raul@phi04:/home/prjs/newcom0001/philinux/philinux-imx28-newcom/tmp/work/armv5te-poky-linux-gnueabi$
find . -name prjs
./python-2.7.2-r2.17/Python-2.7.2/build/temp.linux-i686-2.7/home/prjs
./module-init-tools-cross-3.16-r0/image/home/prjs
./module-init-tools-cross-3.16-r0/sysroot-destdir/home/prjs
./gcc-cross-initial-4.6.3+svnr184847-r25/image/home/prjs
./gcc-cross-initial-4.6.3+svnr184847-r25/sysroot-destdir/home/prjs
./newcom-0.0.0-r0/prjs
./newcom-0.0.0-r0/image/home/prjs
./newcom-0.0.0-r0/package/home/prjs
./gcc-cross-intermediate-4.6.3+svnr184847-r25/image/home/prjs
./gcc-cross-intermediate-4.6.3+svnr184847-r25/image/home/prjs/newcom0001/philinux/philinux-imx28-newcom/tmp/sysroots/i686-linux/usr/lib/armv5te-poky-linux-gnueabi.gcc-cross-intermediate/gcc/arm-poky-linux-gnueabi/4.6.4/include-fixed/root/home/prjs
./gcc-cross-intermediate-4.6.3+svnr184847-r25/gcc-4_6-branch/build.i686-linux.arm-poky-linux-gnueabi/gcc/include-fixed/root/home/prjs
./gcc-cross-intermediate-4.6.3+svnr184847-r25/sysroot-destdir/home/prjs
./gcc-cross-intermediate-4.6.3+svnr184847-r25/sysroot-destdir/home/prjs/newcom0001/philinux/philinux-imx28-newcom/tmp/sysroots/i686-linux/usr/lib/armv5te-poky-linux-gnueabi.gcc-cross-intermediate/gcc/arm-poky-linux-gnueabi/4.6.4/include-fixed/root/home/prjs
./gcc-cross-4.6.3+svnr184847-r25/image/home/prjs
./gcc-cross-4.6.3+svnr184847-r25/sysroot-destdir/home/prjs
./binutils-cross-2.22-r6/image/home/prjs
./binutils-cross-2.22-r6/sysroot-destdir/home/prjs

now I don't know why this the prjs folder 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

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 cleansstate
$ bitbake linux-yocto -c menuconfig

change the kernel and:
$ bitbake linux-yocto -c compile -f
$ bitbake linux-yocto

Remermber all the times that you do cleanall you return you .config
configurations to your defconfig.
If you change menuconfig you must replace de defconfig file for your nem
.config found in /tmp/work/machine/linux/git/.config

Maybe Its help you!

Thanks



2012/9/12 yocto-requ...@yoctoproject.org

 Send yocto mailing list submissions to
 yocto@yoctoproject.org

 To subscribe or unsubscribe via the World Wide Web, visit
 https://lists.yoctoproject.org/listinfo/yocto
 or, via email, send a message with subject or body 'help' to
 yocto-requ...@yoctoproject.org

 You can reach the person managing the list at
 yocto-ow...@yoctoproject.org

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of yocto digest...


 Today's Topics:

1. Yocto Contract Position (Daniel McGuire)
2. [linux-yocto] 'bitbake linux-yocto' after 'bitbake
   linux-yocto -c compile -f' does not create image (Rudolf Streif)
3. Re: [linux-yocto] 'bitbake linux-yocto' after 'bitbake
   linux-yocto -c compile -f' does not create image (Chris Larson)
4. Re: [linux-yocto] 'bitbake linux-yocto' after 'bitbake
   linux-yocto -c compile -f' does not create image (Rudolf Streif)
5. Re: [meta-fsl-ppc 09/16] rcw_git.bb: update to 1.2.1  release
   version (Khem Raj)
6. Re: [meta-fsl-ppc 13/16] Update recipes to use release tags
   instead of SHA (McClintock Matthew-B29882)


 --

 Message: 1
 Date: 11 Sep 2012 19:55:26 -0400
 From: Daniel McGuire danie...@tripleco.com
 To: yocto@yoctoproject.org, openembedded-c...@lists.openembedded.org
 Subject: [yocto] Yocto Contract Position
 Message-ID: 1726581940.1347407726406.JavaMail.cfservice@sl10app4
 Content-Type: text/plain; charset=utf-8




 I am looking for a Yocto expert who can work a 3 week contract in the bay
 area. We are looking for one contractor only. And we pay on an hourly rate.
 Also, we need someone with US citizenship, Greencard, or valid EAD. I have
 included the job description. If you are available, let me know the hourly
 rate it would take to get you to do the project. We need someone
 immediately so give me a call as soon as you can if you are interested.
 Thanks. And if you are not available, maybe you could refer me to someone
 who would be willing and capable to complete the short project. Thanks
 again.







 Milpitas, CA.

 Few weeks contract - short.

 They need an expert.

 Phone hire.



 They're a defense contract company so the work must be done on-site.
 They're taking a skinny portion of their current legacy system and want to
 port it to Yocto to see if it will be worthwhile. They essentially want
 Yocto to be the company's standard in California, Florida, and the U.K. but
 want to test the feasibility before moving forward (that's what this short
 project is for).

 The Yocto Project is a Linux-based project that helps developers create
 custom Linux distributions specifically for embedded devices.

 We are looking for a very short contract of a few weeks for a very
 specific specialist as outlined below.



 As the term is short, and the need is immediate, we'd pay a premium IF we
 could find hands-on yocto expertise. We have already spent a lot of time
 coming up to speed on Yocto, now we need an expert to complete the proof of
 concept for us.



 The following are the requirements for the candidate we should look for.

 -Minimum two years' experience in working with Yocto project
 -Experience in creating a build setup and configuration of the
 yocto project
 -Good knowledge and usage of the tool chains related to yocto
 project
 -Extensive knowledge and experience in integrating new layers to
 the Linux distribution.
 -Ability to configure (add/remove) new kernel and user layers to
 create custom linux distribution.
 -Experience in working with Java meta-layer, Database layer would
 be a nice to have


















 Daniel McGuire


 Technical Recruiter| Triple Crown Consulting, LLC





 1901 S. Bascom Ave. Suite 750
 Campbell, CA 95008


 P: 408.680.2563|
 F: 408.608.0398


 danie...@tripleco.com











 -- next part --
 An HTML attachment was scrubbed...
 URL: 
 http://lists.yoctoproject.org/pipermail/yocto/attachments/20120911/f7715654/attachment-0001.html
 

 --

 Message: 2
 Date: Wed, 12 Sep 2012 08:06:06 -0700
 From: Rudolf Streif rudolf.str...@linux.com
 To: 

[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 sucessful.

My problem is that when I stop u-boot, u-boot tell me that nand command
don't exist.

Some one can help me to insert nand comand in u-boot?

Thanks For All Help.

-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[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 Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[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 like this:

install -m 0644 ${WORKDIR}/fstab ${D}${sysconfdir}/fstab

I will copy the file fstab in /etc/ folder.

How I can know that {sysconfdir} correspond to /etc/ folder?

And If it is correct how to know for what /home/ folder correspond {???}.

plz Can some one try to tell me???

Thanks For All Help!

-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[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
./meta-yocto/recipes-core/netbase/netbase_4.47.bbappend
./meta-yocto/recipes-core/netbase/netbase-4.47

But I want to create my bbappend file in the meta-fsl-arm, because here I
have my recipes that I'm change what I want.

raul@phi04:/home/prjs/newcom0001/philinux/meta-fsl-arm$ ls
classes  conf  README  recipes-bsp  recipes-core  recipes-graphics
 recipes-kernel  recipes-multimedia  recipes-phi  recipes-qt

In the folder recipes-phi I have some things that I'm changed..

raul@phi04:/home/prjs/newcom0001/philinux/meta-fsl-arm/recipes-phi$ ls
ddclient  netbase  ppp

And finaly in the netbase folder:

raul@phi04:/home/prjs/newcom0001/philinux/meta-fsl-arm/recipes-phi/netbase$
ls
netbase-4.47  netbase_4.47.bbappend

I try to create this files but it never result in my inferfaces file in
/etc/netwok/interfaces.

in my netbase_4.47.bbappend file i have this:

FILESEXTRAPATHS_prepend := ${THISDIR}/netbase-4.47

PRINC = 1
SRC_URI_append  = file://interfaces

do_install_append () {
install -m 644 ${WORKDIR}/interfaces ${D}/${sysconfdir}/network/
}

and in the folder netbase-4.47:

raul@phi04:/home/prjs/newcom0001/philinux/meta-fsl-arm/recipes-phi/netbase$
ls netbase-4.47/
interfaces
raul@phi04:/home/prjs/newcom0001/philinux/meta-fsl-arm/recipes-phi/netbase$
cat netbase-4.47/interfaces

# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

# Wired or wireless interfaces
iface eth0 inet static
address 192.168.1.50
netmask 255.255.255.0
network 192.168.1.0
gateway 192.168.1.1


Some one can Tell me Why my bbappend do not work?

Thanks for all help!




-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[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 system build dont generate a new uImage file
or the thing that I selected in the Kernel dont be atached in the
core-image-minimal-imx28evk.sdcard!

What I did is:

*...tmp/deploy/images$ ls *
*-rw-r--r--  1 raul raul   2511696 2012-08-15 16:23
uImage-2.6.35.3-r24-imx28evk-20120815191927.bin*
*lrwxrwxrwx  1 raul raul47 2012-08-15 16:23 uImage-imx28evk.bin -
uImage-2.6.35.3-r24-imx28evk-20120815191927.bin*

then:

*bitbake -c menuconfig virtual/kernel*
*bitbake -c patch virtual/kernel*
*bitbake -c compile virtual/kernel*
*bitbake  virtual/kernel*

and I'm looking again:

*...tmp/deploy/images$ ls *
*-rw-r--r--  1 raul raul   2511696 2012-08-15 16:23
uImage-2.6.35.3-r24-imx28evk-20120815191927.bin*
*lrwxrwxrwx  1 raul raul47 2012-08-15 16:23 uImage-imx28evk.bin -
uImage-2.6.35.3-r24-imx28evk-20120815191927.bin*

Some One can explain to me what is the correct way to re-build the
virtual/kenel target?

Thanks for all Help!

-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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,
 
  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 system build dont generate a new uImage
 file
  or the thing that I selected in the Kernel dont be atached in the
  core-image-minimal-imx28evk.sdcard!
 
  What I did is:
 
  ...tmp/deploy/images$ ls
  -rw-r--r--  1 raul raul   2511696 2012-08-15 16:23
  uImage-2.6.35.3-r24-imx28evk-20120815191927.bin
  lrwxrwxrwx  1 raul raul47 2012-08-15 16:23 uImage-imx28evk.bin -
  uImage-2.6.35.3-r24-imx28evk-20120815191927.bin
 
  then:
 
  bitbake -c menuconfig virtual/kernel
  bitbake -c patch virtual/kernel
  bitbake -c compile virtual/kernel
  bitbake  virtual/kernel

 Try

 bitbake -c compile virtual/kernel -f

 -M

 
  and I'm looking again:
 
  ...tmp/deploy/images$ ls
  -rw-r--r--  1 raul raul   2511696 2012-08-15 16:23
  uImage-2.6.35.3-r24-imx28evk-20120815191927.bin
  lrwxrwxrwx  1 raul raul47 2012-08-15 16:23 uImage-imx28evk.bin -
  uImage-2.6.35.3-r24-imx28evk-20120815191927.bin
 
  Some One can explain to me what is the correct way to re-build the
  virtual/kenel target?
 
  Thanks for all Help!
 
  --
  Raul Rosetto Muñoz
 
  ___
  yocto mailing list
  yocto@yoctoproject.org
  https://lists.yoctoproject.org/listinfo/yocto
 




-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Re-Build virtual/kernel

2012-08-16 Thread Raul Rosetto Munoz
All the time before loking at tmp/deploy/image/

I did bitbake core-image-minimal.

Maybe the .sdcard use the correct uImage and this image is not the uImage
in deploy/image path!

How can I see the .sdcard using the uImage?

Thanks for Help

2012/8/16 McClintock Matthew-B29882 b29...@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 McClintock Matthew-B29882 b29...@freescale.com
 
  What about the -f?
 
  -M
 
  On Thu, Aug 16, 2012 at 2:02 PM, Raul Rosetto Munoz
  munoz0r...@gmail.com wrote:
   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,
   
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 system build dont generate a new
uImage
file
or the thing that I selected in the Kernel dont be atached in the
core-image-minimal-imx28evk.sdcard!
   
What I did is:
   
...tmp/deploy/images$ ls
-rw-r--r--  1 raul raul   2511696 2012-08-15 16:23
uImage-2.6.35.3-r24-imx28evk-20120815191927.bin
lrwxrwxrwx  1 raul raul47 2012-08-15 16:23
uImage-imx28evk.bin
-
uImage-2.6.35.3-r24-imx28evk-20120815191927.bin
   
then:
   
bitbake -c menuconfig virtual/kernel
bitbake -c patch virtual/kernel
bitbake -c compile virtual/kernel
bitbake  virtual/kernel
  
   Try
  
   bitbake -c compile virtual/kernel -f
  
   -M
  
   
and I'm looking again:
   
...tmp/deploy/images$ ls
-rw-r--r--  1 raul raul   2511696 2012-08-15 16:23
uImage-2.6.35.3-r24-imx28evk-20120815191927.bin
lrwxrwxrwx  1 raul raul47 2012-08-15 16:23
uImage-imx28evk.bin
-
uImage-2.6.35.3-r24-imx28evk-20120815191927.bin
   
Some One can explain to me what is the correct way to re-build the
virtual/kenel target?
   
Thanks for all Help!
   
--
Raul Rosetto Muñoz
   
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
   
  
  
  
  
   --
   Raul Rosetto Muñoz
  
   ___
   yocto mailing list
   yocto@yoctoproject.org
   https://lists.yoctoproject.org/listinfo/yocto
  
 
 
 
 
  --
  Raul Rosetto Muñoz
 
  ___
  yocto mailing list
  yocto@yoctoproject.org
  https://lists.yoctoproject.org/listinfo/yocto
 




-- 
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto