Re: [yocto] eclipse error in downloading file when trying to debug on the actual target

2013-06-17 Thread Adrian Dudau
On Sat, 2013-06-15 at 16:40 +, Thanassis Silis wrote: Hello everyone, I created a hello world ADT C application (basically following the PDM http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#application-development-workflow ) The guide gives directions to run the

Re: [yocto] eclipse error in downloading file when trying to debug on the actual target

2013-06-17 Thread Thanassis Silis
Hi Adrian, I switched to TCF perspective and indeed I cannot see the files. Looking for info on TCF I realised I needed tcf-agent running on the target board. However, ssh'ing to the target board, I see there is no tcf-agent executable. This seems odd as I have built the fsl-image-gui-sdk image.

Re: [yocto] How to deal with non-standard license.

2013-06-17 Thread Diego
In data mercoledì 12 giugno 2013 14:17:05, Flanagan, Elizabeth ha scritto: On Wed, Jun 12, 2013 at 9:41 AM, Diego diego...@zoho.com wrote: In data martedì 11 giugno 2013 15:10:42, Flanagan, Elizabeth ha scritto: On Tue, Jun 11, 2013 at 5:28 AM, Diego diego...@zoho.com wrote: Hi everybody,

Re: [yocto] Modify udev

2013-06-17 Thread ChenQi
On 06/17/2013 05:10 PM, Jack wrote: ChenQi Qi.Chen@... writes: On 06/17/2013 01:19 PM, jack wrote: ChenQi Qi.Chen at ... writes: On 06/16/2013 07:45 PM, Jack wrote: Hi, In my imageو starting udev take a long time about 6 seconds whereas the time If the performance is important, what

[yocto] [PATCH 1/1][eclipse-poky] systemtap: add button to browse to build folder

2013-06-17 Thread Adrian Dudau
[Yocto #4223] Signed-off-by: Adrian Dudau adrian.du...@enea.com --- .../src/org/yocto/remote/utils/ShellSession.java |4 ++- .../src/org/yocto/sdk/remotetools/Messages.java|1 + .../sdk/remotetools/actions/SystemtapHandler.java |3 ++-

[yocto] Creating a core-image-minimal image with package support

2013-06-17 Thread Bryan Evenson
All, I am working with the core-image-minimal image from poky/danny as a starting point, but would like to include packaging support. I have tried creating a separate recipe called core-image-opkg.bb which, from what I read in the mega-manual, should include all the parts I need for opkg

[yocto] Yocto Layers not getting recognized by bitbake

2013-06-17 Thread varun bhatnagar
Hi, I am trying to compile my code using yocto. For that I have created two layers: meta-networking and meta-oe. I have added these dependencies in bblayer.conf too. But these are not getting build. Can anyone please tell me what should I do to make this work. // Varun

Re: [yocto] Yocto Layers not getting recognized by bitbake

2013-06-17 Thread Gary Thomas
On 2013-06-17 18:08, varun bhatnagar wrote: Hi, I am trying to compile my code using yocto. For that I have created two layers: meta-networking and meta-oe. I have added these dependencies in bblayer.conf too. But these are not getting build. Can anyone please tell me what should I do to make

Re: [yocto] Yocto Layers not getting recognized by bitbake

2013-06-17 Thread varun bhatnagar
Actually the package which I am building is having some dependencies on some libraries. So I provided those libraries with the help of creating layers. I did not extract those from meta-openembedded, instead, I manually created two layers and added them in bblayer.conf file. Now, after configuring

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

2013-06-17 Thread Liu, Song
Agenda: * Opens collection - 5 min (Song) * Yocto 1.4.1 status (Paul) * Yocto 1.5 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status * SWAT team rotation: Andrei Dinu - Cristiana Voicu * Opens - 10 min * Team Sharing - 20 min -Original

Re: [yocto] Yocto Layers not getting recognized by bitbake

2013-06-17 Thread Sudhangathan B S
Can you please paste your command and it's output here..! If you don't mind..!! Or explain with equivalent clarity. It l will good if you can also put in your directory structure. - Sudhangathan BS Ph:(+91) 9731-905-205 - On Mon,

[yocto] RFC: Yocto Project Documentation Change Process for Features and Bugs

2013-06-17 Thread Liu, Song
Hi all, We have been trying to make sure that documentation changes needed for features and bugs happen early in the release cycle. What we have done in the past release is to remind people in various meetings, forums and emails. Most of the doc changes needed did get into the release. But

Re: [yocto] [PATCH 0/7][eclipse-poky] Add target profile quick switch

2013-06-17 Thread Zhang, Jessica
Hi Timo, I'd opt for if user is not check the Project Specific settings which is a valid case that he/she just chooses one of defined profiles. Just grey out the option in the drop down list instead of totally hiding it. This way, it'll show but we don't enforce user to set it and also avoid

Re: [yocto] Fix for kernel 3.8/gcc-4.8 segfault on qemuarm

2013-06-17 Thread Bruce Ashfield
On 13-06-17 11:30 PM, Khem Raj wrote: Hi Bruce and All Finally after a long innings I have diagnosed the mystery behind the below segfault that we see on kernel 3.8 which compiled with gcc 4.8 but don't show when compiled with gcc 4.7 Unable to handle kernel paging request at virtual

Re: [yocto] Fix for kernel 3.8/gcc-4.8 segfault on qemuarm

2013-06-17 Thread Bruce Ashfield
On 13-06-17 11:30 PM, Khem Raj wrote: Hi Bruce and All Finally after a long innings I have diagnosed the mystery behind the below segfault that we see on kernel 3.8 which compiled with gcc 4.8 but don't show when compiled with gcc 4.7 There also seems to be a follow up patch: commit

Re: [yocto] Fix for kernel 3.8/gcc-4.8 segfault on qemuarm

2013-06-17 Thread Bruce Ashfield
On 13-06-18 12:41 AM, Khem Raj wrote: On Jun 17, 2013, at 9:37 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-06-17 11:30 PM, Khem Raj wrote: Hi Bruce and All Finally after a long innings I have diagnosed the mystery behind the below segfault that we see on kernel 3.8 which

Re: [yocto] Fix for kernel 3.8/gcc-4.8 segfault on qemuarm

2013-06-17 Thread Khem Raj
On Jun 17, 2013, at 9:58 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-06-18 12:41 AM, Khem Raj wrote: On Jun 17, 2013, at 9:37 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-06-17 11:30 PM, Khem Raj wrote: Hi Bruce and All Finally after a long innings