Re: [yocto] [PATCHv2 0/3][eclipse-poky] Add option to allow building from local repo

2012-12-11 Thread Timo Müller
Hi Paul, Paul Eggleton wrote, On 10.12.2012 18:36: Hi Timo, On Monday 10 December 2012 09:13:41 m...@timomueller.eu wrote: From: Timo Mueller Hi, I've rebased the patch series. It should now apply to the current master. Best regards, Timo From the original cover letter: if you

Re: [yocto] [RFCv3 0/7][eclipse-poky] Integrate yocto documentation into eclipse

2012-12-12 Thread Timo Müller
Hi, m...@timomueller.eu wrote, On 06.12.2012 16:48: From: Timo Mueller Hi, since the last proposal some things have changed: 1. Eclipse help generation is now part of the yocto-docs project (currently available in the origin/timo branch) 2. We agreed that the plugin should be licensed under t

Re: [yocto] [RFCv3 0/7][eclipse-poky] Integrate yocto documentation into eclipse

2012-12-18 Thread Timo Müller
o-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Timo Müller Sent: Wednesday, December 12, 2012 5:10 AM To: yocto@yoctoproject.org Cc: Timo Mueller Subject: Re: [yocto] [RFCv3 0/7][eclipse-poky] Integrate yocto documentation into eclipse Hi, m...@timomueller.eu

Re: [yocto] [RFC v2 10/17] plugins/sdk.ide: Add UI method to delete a profile

2013-01-30 Thread Timo Müller
Sorry, this one is already obsolete. Timo Mueller wrote, On 30.01.2013 14:56: From: Timo Mueller A profile is removed from the list, when the delete button is clicked. The deletion has to be confirmed by the user. Deleting the standard profile is not allowed. Signed-off-by: Timo Mueller ---

Re: [yocto] [RFC v2 00/18][eclipse-poky] Storing yocto settings as target profiles

2013-02-03 Thread Timo Müller
Hi Jessica, Zhang, Jessica wrote, On 31.01.2013 20:28: Hi Timo, I'm having a hard time figuring out the sequence of this patch series. You have 01/18-09/18, then 10/17 is obsolete, then you have things > like 12/18 and 12/17 and some have XX/18 and some have XX/17. Sorry, for this mess! I acc

Re: [yocto] [RFC v3 00/18][eclipse-poky] Storing yocto settings as target profiles

2013-02-07 Thread Timo Müller
Hi Jessica, Zhang, Jessica wrote, On 06.02.2013 01:22: Hi Timo, The patch series looks much better. Here're few things we probably need to refine or explore a little bit more: 1. when I remove a profile, I'll get the following warning "Do you really want to the remove the target profile "prof

Re: [yocto] [RFC v1 0/5][eclipse-poky] Enable target profiles for projects

2013-02-11 Thread Timo Müller
Hi Jessica, Zhang, Jessica wrote, On 08.02.2013 23:56: Hi Timo, Couple comments: 1. I really like the way that the global profile and project profile are linked together. But it also introduce an out of sync issue. Say I use a profile compiled my project with one set of toolchain and sysroot

Re: [yocto] [PATCH 0/5][eclipse-poky] Refactor handling of SDK check errors

2013-03-01 Thread Timo Müller
Hi Jessica, Zhang, Jessica wrote, On 27.02.2013 23:04: Hi Timo, Thanks for initiating the cleanup in this area that I agree definitely need some work. There're couple issues I'm seeing with your patch set that probably need some refinements: 1. After seeing the error message, if I go into the

Re: [yocto] [PATCH] [eclipse-poky][master]Add more comprehensive error message for invalid project name

2013-03-14 Thread Timo Müller
Hi Ioana, Ioana Grigoropol wrote, On 14.03.2013 10:06: [Yocto #4008] Signed-off-by: Ioana Grigoropol --- .../sdk/ide/wizard/NewYoctoCProjectTemplate.java | 34 +--- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/plugins/org.yocto.sdk.ide/src/org/yocto/sd

Re: [yocto] [PATCH] [eclipse-poky][master]Add more comprehensive error message for invalid project name

2013-03-14 Thread Timo Müller
Hi Ioana, Timo Müller wrote, On 14.03.2013 11:29: Hi Ioana, Ioana Grigoropol wrote, On 14.03.2013 10:06: [Yocto #4008] Signed-off-by: Ioana Grigoropol --- .../sdk/ide/wizard/NewYoctoCProjectTemplate.java | 34 +--- 1 file changed, 29 insertions(+), 5 deletions

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

2013-06-17 Thread Timo Müller
Hi Jessica, Zhang, Jessica wrote, On 14.06.2013 21:42: Hi Timo, First thanks for continuous making improvement. Most of the patches looked fine, but when I tested the functionality, I noticed that in either cases, your list contains: Project Specific and my customized profiles e.g. Standard Pr

Re: [yocto] [PATCHv2 0/8][eclipse-poky] Add target profile quick switch

2013-06-23 Thread Timo Müller
Hi Jessica Zhang, Jessica wrote, On 24.06.2013 07:25: Hi Timo, For case 1, I think we probably should bring back the grey out option. In my opinion, it's more consistent. The property window should be the centralized place for user to setup the settings. The drop down list is for user to qui

Re: [yocto] [PATCH][eclipse-poky] plugin/sdk.ide: Pre-populate project specific profile form

2013-06-25 Thread Timo Müller
Hi Jessica, Zhang, Jessica wrote, On 25.06.2013 23:52: Hi Timo, How am I supposed to apply this patch? I tried to apply it against master first, then the patch2 of your v3 patch series won't apply. If I apply your v3 patch series first, then this patch won't apply after that... I've messed u

Re: [yocto] [PATCHv3 0/8][eclipse-poky] Add target profile quick switch

2013-06-26 Thread Timo Müller
Hi Jessica, Zhang, Jessica wrote, On 26.06.2013 00:07: Hi Timo, Now it look much better and also with these patch set, I don't see the multiple selection of radio buttons, so I don't think we need the last patch of the series which enable the debugging. The only thing that's not clear to me is

[yocto] Documentation question: How are the

2012-07-03 Thread Timo Müller
CA-SA) license. Terms of Service states that all code submissions are governed by the BSD license (http://www.yoctoproject.org/about/terms-service). Can I contribute to the buildfiles under the BSD license or are they also licensed under the CCA-SA? Best regards Timo M

Re: [yocto] [RFC 0/8] Integrate yocto documentation into eclipse

2012-07-18 Thread Timo Müller
Hi Jessica, Zhang, Jessica wrote, On 18.07.2012 19:36: Hi Timo, Can you send me the link to the branch that I can take a look at this new plug-in? I've worked on origin/master-indigo: http://git.yoctoproject.org/cgit/cgit.cgi/eclipse-poky/log/?h=master-indigo Commit ID: 49849f3d70fb05bfca76b

Re: [yocto] [RFC 0/8] Integrate yocto documentation into eclipse

2012-07-18 Thread Timo Müller
Hi, Rifenbark, Scott M wrote, On 18.07.2012 17:03: Hi, This seems like a very cool idea. What about when things change > structurally for the Yocto Docs? For example, right now I am > restructuring much of the Eclipse information that is in the ADT > manual to move it to the development manua

Re: [yocto] [RFC 0/8] Integrate yocto documentation into eclipse

2012-07-19 Thread Timo Müller
Hi, Rifenbark, Scott M wrote, On 19.07.2012 16:39: Very nice... thanks -Original Message- From: Timo Müller [mailto:m...@timomueller.eu] Sent: Wednesday, July 18, 2012 11:57 PM To: Rifenbark, Scott M Cc: yocto@yoctoproject.org; Timo Mueller Subject: Re: [yocto] [RFC 0/8] Integrate

Re: [yocto] [RFC 0/8] Integrate yocto documentation into eclipse

2012-07-23 Thread Timo Müller
Hi Jessica, Zhang, Jessica wrote, On 22.07.2012 20:26: Hi Timo, Overall, I think this is very nice enhancement to Yocto Eclipse plug-in and thanks for the RFC. Couple comments/questions: > > 1st. I'd think if we add this feature, it'll probably make sense for the upcoming 1.3 release in the

Re: [yocto] [RFC 0/8] Integrate yocto documentation into eclipse

2012-07-25 Thread Timo Müller
Hi Jessica, Zhang, Jessica wrote, On 24.07.2012 01:48: Please see my comments... Thanks, Jessica -Original Message- 2nd. We need to figure out the process to generate the content for this doc plug-in since normally the content will be finalized toward the end of a release. So is t

Re: [yocto] [RFC 0/6][yocto-docs] Add eclipse help generation to build system.

2012-09-06 Thread Timo Müller
Hi Scott, Rifenbark, Scott M wrote, On 06.09.2012 16:50: Hi Timo, Thanks for the patches here. I need to be sure that these patches are based on the most recent documentation files found in the yocto-docs/master branch, which is at http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/log/.