[yocto] Hello world package error

2013-05-21 Thread Zafrullah Syed
Hi all, I am trying to add Hello world package, my path is as follows, */home/siguser/yocto/poky* --meta-bebot --recipes-bebot --helloworld --helloworld.bb +--- |

Re: [yocto] Hello world package error

2013-05-21 Thread Zafrullah Syed
Hi Paul, I sourced oe-init-build-env and ran *bitbake helloworld *from build directory*. *Then i get this error. previously, i ran bitbake core-image-minimal and was successful. No idea where i am doing wrong? On Tue, May 21, 2013 at 12:04 PM, Paul Barker p...@paulbarker.me.uk wrote: On 21

Re: [yocto] Hello world package error

2013-05-21 Thread Paul Barker
On 21 May 2013 11:12, Zafrullah Syed zafrullahme...@gmail.com wrote: I sourced oe-init-build-env and ran bitbake helloworld from build directory. Then i get this error. previously, i ran bitbake core-image-minimal and was successful. No idea where i am doing wrong? Ok, I guess that it's

Re: [yocto] Hello world package error

2013-05-21 Thread Paul Barker
On 21 May 2013 11:35, Paul Barker p...@paulbarker.me.uk wrote: On 21 May 2013 11:12, Zafrullah Syed zafrullahme...@gmail.com wrote: I sourced oe-init-build-env and ran bitbake helloworld from build directory. Then i get this error. previously, i ran bitbake core-image-minimal and was

Re: [yocto] Hello world package error

2013-05-21 Thread Zafrullah Syed
Hi Paul, I followed this manual https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_do_I_put_my_recipe_into_Yocto.3F and replaced my helloworld.bb file. Sourced oe-init-build and ran* bitbake gumstix-console-image* got this error: http://pastebin.com/fxUwQina Previously, i ran

Re: [yocto] Hello world package error

2013-05-21 Thread Paul Barker
On 21 May 2013 12:02, Zafrullah Syed zafrullahme...@gmail.com wrote: Hi Paul, I followed this manual https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_do_I_put_my_recipe_into_Yocto.3F and replaced my helloworld.bb file. Sourced oe-init-build and ran bitbake gumstix-console-image got

Re: [yocto] Hello world package error

2013-05-21 Thread Marco
Il 21/05/2013 13:08, Paul Barker ha scritto: On 21 May 2013 12:02, Zafrullah Syed zafrullahme...@gmail.com wrote: If you run into a missing dependency, search for it on layers.openembedded.org: http://layers.openembedded.org/layerindex/recipes/?q=devmem Does your bblayers.conf point to the

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, May 21, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2013-05-21 Thread Liu, Song
Attendees: Saul, Sean, ScottR, MarkH, Kevin, Nitin, LaurentiuP, Tom, Cristian, JeffP, PaulE, RichardP, AlexD, Belen, Ross, Beth, Corneliu, BjörnS, Song Agenda: * Opens collection - 5 min (Song) * 1.3.2 status (Ross) - Everything looks fine in testing. QA report is already out. - Beth needs

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, May 21, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2013-05-21 Thread Liu, Song
Attendees: Saul, Sean, ScottR, MarkH, Kevin, Nitin, LaurentiuP, Tom, Cristian, JeffP, PaulE, RichardP, AlexD, Belen, Ross, Beth, Corneliu, BjörnS, Song Agenda: * Opens collection - 5 min (Song) * 1.3.2 status (Ross) - Everything looks fine in testing. QA report is already out. - Beth needs

[yocto] Weekly build availability.

2013-05-21 Thread Flanagan, Elizabeth
The weekly build has been kicked and should be available soon at: http://autobuilder.yoctoproject.org/pub/nightly/20130521-1 meta-fsl-arm323b2de457377929223eedd3007b184a31087add meta-fsl-ppc70afc09e8a5aac8c06d654c6477cc06c90d2d164 meta-intel

Re: [yocto] ADT Install Issues

2013-05-21 Thread Rudolf Streif
What root file system are you using with your Eclipse ADT setup? If you are using one of the default ones that you can specify in adt_installer.conf or your own? In any case it looks as if your root file system image is not suitable for development work. You would need to use image targets that

Re: [linux-yocto] Yocto Kernel Headers

2013-05-21 Thread Manish Sharma
During some testing, my qmeu kernel hangs. Any way to create core dump for this hung kernel? Linux ways of alt+sysrq is not working! Regards Manish Sharma On Mon, May 13, 2013 at 12:46 PM, Manish Sharma sharma.manis...@gmail.comwrote: Thanks.. That was helpful.. Another query if you could

[linux-yocto] [yocto][PATCH] mfd: omap-usb-host: Don't spam console on clk_set_parent failure

2013-05-21 Thread Simarpreet Singh
From: Roger Quadros rog...@ti.com commit a8c4e9e1118f0a12e3a9524d8d597487d7e3476d upstream clk_set_parent is expected to fail on OMAP3 platforms. We don't consider that as fatal so don't spam console. Signed-off-by: Roger Quadros rog...@ti.com Reviewed-by: Felipe Balbi ba...@ti.com [SS: minor