Re: [yocto] Patching gcc-4.7.2 to add support for Xilinx MicroBlaze

2013-03-05 Thread Khem Raj
Hi Elvis I dont have a public repo for gcc its too big to host. You can just do a normal patch process on gcc in work-shared using quilt That should work Thanks -Khem On Tue, Mar 5, 2013 at 6:45 AM, Elvis Dowson wrote: > Hi Khem, > I hope you're doing fine! > > Could you give m

[yocto] Question about file systems

2013-03-05 Thread Paul D. DeRocco
This is really a Linux question, but since it is specifically about embedded systems, I'm hoping this group is a good place to ask. My application is based on an Atom, with a small USB flash drive (SLC) for its storage. I'm trying to decide what file system to use. The application doesn't do a lot

[yocto] FW: [poky] Is there a guide for adding a board to the yocto system?

2013-03-05 Thread Rifenbark, Scott M
Isn't this a matter of creating a BSP layer for the desired board? If so, doesn't one try to find a similar board from one of the supported/released yocto BSPs and then modify that to create the custom layer? Scott From: Scott Rifenbark [mailto:srifenb...@gmail.com] Sent: Tuesday, March 05, 20

Re: [yocto] [eclipse-poky][PATCH 0/4] Refactorings in org.yocto.sdk.ide plugin

2013-03-05 Thread Timo Mueller
Hi Atanas, Am 05.03.2013 17:51, schrieb Atanas Gegov: From: Atanas Gegov Hi, This patch series does some refactoring in the org.yocto.sdk.ide plugin. The natures and the utils get their own packages. Some methods and members were also moved to suitable classes. What are you trying to improv

Re: [yocto] [PATCH 0/5][eclipse-poky] Improve SDK check error messages

2013-03-05 Thread Zhang, Jessica
Merged to eclipse-poky master. Thanks, Jessica -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Timo Mueller Sent: Tuesday, March 05, 2013 12:29 AM To: yocto@yoctoproject.org Cc: Timo Mueller Subject: [yocto] [PATCH 0/5][eclipse

Re: [yocto] Hob terminal is getting terminated

2013-03-05 Thread Trevor Woerner
Do you have git installed on your development machine? ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Hob terminal is getting terminated

2013-03-05 Thread Zhang, Jessica
Hi, So how did you clone the yocto meta data, via eclipse? Seems your Linux distro is not quite setup to run bitbake. Can you follow the quick start guide(https://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html) to ensure that you can run bitbake first? Thanks,

Re: [linux-yocto] v3.8 kernel recipes in meta-intel

2013-03-05 Thread Bruce Ashfield
On 13-03-05 12:56 PM, Kamble, Nitin A wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Tuesday, March 05, 2013 9:50 AM To: Kamble, Nitin A Cc: linux-yo...@yoctoproject.org Subject: Re: v3.8 kernel recipes in meta-intel On 13-03-05 12:35 PM, Ka

Re: [linux-yocto] v3.8 kernel recipes in meta-intel

2013-03-05 Thread Kamble, Nitin A
> Not exactly, I must not be understanding what you are describing. > There's no way for the kern-tools to create a commit ID. They can only work > with what's present in the tree. > > If you see the SRCREV to "foo", and validate_branches is telling you that > "foo" isn't present in the tree at al

Re: [linux-yocto] v3.8 kernel recipes in meta-intel

2013-03-05 Thread Bruce Ashfield
On 13-03-05 12:35 PM, Kamble, Nitin A wrote: So the topic branch commit is present much deeper in the branch with different commit-id. May be merging of the emgd branch resulted it. Is it issue with the emgd branch rebased to an undesired point? It shouldn't be. That commit shouldn't be pres

Re: [linux-yocto] v3.8 kernel recipes in meta-intel

2013-03-05 Thread Kamble, Nitin A
> -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > Sent: Tuesday, March 05, 2013 9:50 AM > To: Kamble, Nitin A > Cc: linux-yo...@yoctoproject.org > Subject: Re: v3.8 kernel recipes in meta-intel > > On 13-03-05 12:35 PM, Kamble, Nitin A wrote: > >>> > >>>

Re: [linux-yocto] v3.8 kernel recipes in meta-intel

2013-03-05 Thread Kamble, Nitin A
> > > > So the topic branch commit is present much deeper in the branch with > different commit-id. > > May be merging of the emgd branch resulted it. Is it issue with the > > emgd branch rebased to an undesired point? > > It shouldn't be. That commit shouldn't be present in the repository at all

[yocto] Hob terminal is getting terminated

2013-03-05 Thread varun bhatnagar
Hi, I am using yocto-1.2 release. I have imported the bitbake project and I am trying to launch hob from the eclipse "Project" menu item. There I gave my build directory as input and clicked OK. I got a window where in hob is launched but there I am having problem. It is trying to download "quilt"

[yocto] [PATCH 4/4] Moved nature-related utils in own class

2013-03-05 Thread Atanas Gegov
From: Atanas Gegov --- .../ide/natures/YoctoSDKEmptyProjectNature.java|3 +-- .../yocto/sdk/ide/natures/YoctoSDKNatureUtils.java | 28 .../sdk/ide/natures/YoctoSDKProjectNature.java |2 +- .../src/org/yocto/sdk/ide/utils/YoctoSDKUtils.java | 20 --

[yocto] [PATCH 2/4] Moved functionality that does not belong to YoctoSDKProjectNature

2013-03-05 Thread Atanas Gegov
From: Atanas Gegov --- .../src/org/yocto/sdk/ide/YoctoSDKChecker.java |8 +- .../src/org/yocto/sdk/ide/YoctoSDKUtils.java | 153 +- .../org/yocto/sdk/ide/YoctoSDKUtilsConstants.java |8 + .../sdk/ide/natures/YoctoSDKProjectNature.java | 166 +-

[yocto] [PATCH 1/4] Moved YoctoSDK natures to their own package

2013-03-05 Thread Atanas Gegov
From: Atanas Gegov --- plugins/org.yocto.sdk.ide/plugin.xml |4 +- .../src/org/yocto/sdk/ide/YoctoSDKChecker.java |2 + .../yocto/sdk/ide/YoctoSDKEmptyProjectNature.java | 38 --- .../org/yocto/sdk/ide/YoctoSDKProjectNature.java | 267 --- .../src/

[yocto] [eclipse-poky][PATCH 0/4] Refactorings in org.yocto.sdk.ide plugin

2013-03-05 Thread Atanas Gegov
From: Atanas Gegov Hi, This patch series does some refactoring in the org.yocto.sdk.ide plugin. The natures and the utils get their own packages. Some methods and members were also moved to suitable classes. Cheers, Atanas Atanas Gegov (4): Moved YoctoSDK natures to their own package Move

[yocto] Patching gcc-4.7.2 to add support for Xilinx MicroBlaze

2013-03-05 Thread Elvis Dowson
Hi Khem, I hope you're doing fine! Could you give me the url to your gcc-4.7.2 git repo, so that I can develop patches against it to add support for the Xilinx MicroBlaze soft-processor? I've hit the following bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54663 and the patc

[yocto] distutils.bbclass cherry-pick request

2013-03-05 Thread Francesco Del Degan
Hi all, I'm working with yocto from January, and I found it an awesome project. We hope to do strong contribution to it in the near future, by opening our layer to community and/or contribute to existing ones. Could you evaluate this cherry-pick into danny? 5cf293b1f94c1c62c1fd7d0a4

[yocto] [PATCH 5/5] plugins/sdk.ide: Inform user that the settings have to revalidated

2013-03-05 Thread Timo Mueller
From: Timo Mueller If the last validation resulted in an error and the user made changes to the settings the error message is replaced by a message asking the user to revalidate. Signed-off-by: Timo Mueller --- .../org/yocto/sdk/ide/YoctoSDKMessages.properties | 1 + .../src/org/yocto/sdk/id

[yocto] [PATCH 4/5] plugins/sdk.ide: Relay events from child widgets to the parent composite

2013-03-05 Thread Timo Mueller
From: Timo Mueller If the content of the YoctoUISettings changes, because a contained widget reports a modify or selection event, an corresponding event is triggered on the parent composite. UI elements containing the YoctoUISettings can now register listeners and be notified when the content cha

[yocto] [PATCH 3/5] plugins/sdk.ide: Fix setting layout of parent composite

2013-03-05 Thread Timo Mueller
From: Timo Mueller The layout of the parent composite is set in every yocto settings element. Depending on the order in which the elements are added to the composite this may lead to different layouts being used. Layout of the composite is now set in the preference/property pages instead of sett

[yocto] [PATCH 2/5] plugins/sdk.ide: Add new error message for unselected target arch

2013-03-05 Thread Timo Mueller
From: Timo Mueller If the toolchain location contains environment scripts but no target architecture is selected show an appropriate error message. Signed-off-by: Timo Mueller --- .../org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKChecker.java| 6 ++ .../src/org/yocto/sdk/ide/YoctoSDK

[yocto] [PATCH 0/5][eclipse-poky] Improve SDK check error messages

2013-03-05 Thread Timo Mueller
From: Timo Mueller Hi, these are some minor changes to improve the display of the SDK check error messages on the property and preference pages. The 'lifetime' of the error messages has been changed slightly. If an SDK check failed the error message will now only be shown until the user changes

[yocto] [PATCH 1/5] plugins/sdk.ide: Rephrase error messages

2013-03-05 Thread Timo Mueller
From: Timo Mueller Signed-off-by: Timo Mueller --- .../src/org/yocto/sdk/ide/YoctoSDKMessages.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties b/plugins/org.yocto.sdk