Re: [yocto] question on poky and git interaction

2012-01-16 Thread Jack Mitchell
On 13/01/12 17:27, Jim Abernathy wrote: under the poky directory you git checkout of the branch you want to work with, then you clone meta-intel and within that directory you checkout a branch. if you needed to use git for you personal project, you can't put it at the same meta-intel level,

Re: [yocto] question on poky and git interaction

2012-01-16 Thread James Abernathy
On Mon, Jan 16, 2012 at 4:27 AM, Jack Mitchell m...@communistcode.co.ukwrote: On 13/01/12 17:27, Jim Abernathy wrote: under the poky directory you git checkout of the branch you want to work with, then you clone meta-intel and within that directory you checkout a branch. if you needed to

[yocto] Linux RT build fail

2012-01-16 Thread Bodke, Kishore K
Hi, I get build failure for the rt. ERROR: Function 'do_patch' failed (see /usr/local/src/jan13/poky/build-rt/tmp/work/cedartrail-poky-linux/linux-yocto-rt-3.0.14+git1+6ae3d992cf546184010e87a0349810198f1d167c_1+bcf4107c7f22d10952618a2ad146e6149d240cd2-r1/temp/log.do_patch.32459 for further

Re: [yocto] Linux RT build fail

2012-01-16 Thread Bruce Ashfield
On 12-01-16 01:40 PM, Bodke, Kishore K wrote: Hi, I get build failure for the rt. ERROR: Function 'do_patch' failed (see

Re: [yocto] Linux RT build fail

2012-01-16 Thread Darren Hart
On 01/16/2012 10:44 AM, Bruce Ashfield wrote: On 12-01-16 01:40 PM, Bodke, Kishore K wrote: Hi, I get build failure for the rt. ERROR: Function 'do_patch' failed (see

Re: [yocto] qemu EFI build failure

2012-01-16 Thread Kamble, Nitin A
Darren, I have reworked the commits to fix issues while building on other distros. Can you check this branch http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=nitin/grub-efi It is working for me on Fedora 14, for which the other grub-efi commit was failing for me. Thanks, Nitin

Re: [yocto] qemu EFI build failure

2012-01-16 Thread Darren Hart
On 01/16/2012 02:00 PM, Kamble, Nitin A wrote: Darren, I have reworked the commits to fix issues while building on other distros. Can you check this branch http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=nitin/grub-efi It is working for me on Fedora 14, for which the other

[yocto] Serial consoles

2012-01-16 Thread Jim Abernathy
I'm using a Marshalltown Cedarview board and it's serial ports are standard PC com1 and com2 so I put the following in my conf/machine/mycdv.conf file, where mycdv is the name of my machine/bsp, i.e. meta-mycdv. SERIAL_CONSOLE = 115200 ttyS0 SYSLINUX_OPTS = serial 0 115200 APPEND =

Re: [yocto] Linux RT build fail

2012-01-16 Thread Bodke, Kishore K
I get the same build ERRORS without meta-kernel-dev as well. Thanks Kishore. -Original Message- From: Hart, Darren Sent: Monday, January 16, 2012 11:14 AM To: Bruce Ashfield Cc: Bodke, Kishore K; yocto@yoctoproject.org Subject: Re: Linux RT build fail On 01/16/2012 10:44 AM, Bruce