Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-23 Thread Brian Hutchinson
On Sun, Jan 22, 2012 at 10:55 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: The beagle board would be building on the branch listed in the meta-yocto layer. KMACHINE_beagleboard = yocto/standard/beagleboard Everything that you've done is fine, but pushing your changes to master

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-22 Thread Brian Hutchinson
OK, hate to bring this up again but I must be doing something wrong. My kernel changes don't appear to be getting picked up. I thought it was OK before but then I did some real work on the kernel and that is when I realized something isn't right. To recap from the previous emails, I'm following

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-22 Thread Bruce Ashfield
On 12-01-22 10:33 PM, Brian Hutchinson wrote: OK, hate to bring this up again but I must be doing something wrong. My kernel changes don't appear to be getting picked up. I thought it was OK before but then I did some real work on the kernel and that is when I realized something isn't right.

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-15 Thread Koen Kooi
Op 11 jan. 2012, om 21:57 heeft Brian Hutchinson het volgende geschreven: On Wed, Jan 11, 2012 at 3:47 PM, Joshua Lock j...@linux.intel.com wrote: In meta-yocto/conf/distro/poky.conf there's a line which sets: PREFERRED_VERSION_linux-yocto ?= 2.6.37+git% Which is then overridden for

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-15 Thread Brian Hutchinson
Hey Koen, good to hear from you. My next step is to bring meta-ti. I've been following that list so I hope to get things working with it soon. Regards, Brian From Droid Incredible On Jan 15, 2012 3:47 AM, Koen Kooi k...@beagleboard.org wrote: Op 11 jan. 2012, om 21:57 heeft Brian

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-12 Thread Brian Hutchinson
Yet another follow up. I finally found my C3 Beagleboard and the default kernel built off master yesterday works on that platform too. I was able to do another build with the tips you guys gave and it looks like it is picking up the kernel from my local git repo now. I did the calibrate example

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-12 Thread Jack Mitchell
On 12/01/12 15:21, Brian Hutchinson wrote: Yet another follow up. I finally found my C3 Beagleboard and the default kernel built off master yesterday works on that platform too. I was able to do another build with the tips you guys gave and it looks like it is picking up the kernel from my

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-12 Thread Bruce Ashfield
On 12-01-12 10:21 AM, Brian Hutchinson wrote: Yet another follow up. I finally found my C3 Beagleboard and the default kernel built off master yesterday works on that platform too. I was able to do another build with the tips you guys gave and it looks like it is picking up the kernel from my

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-12 Thread Brian Hutchinson
On Thu, Jan 12, 2012 at 11:00 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: The bitbake AUTOREV code should take care of updating the clone of your local repo in downloads/git2. I take it that this isn't happening ? ... haven't tried ... was just sticking to the example in the

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-12 Thread Bruce Ashfield
On 12-01-12 11:20 AM, Brian Hutchinson wrote: On Thu, Jan 12, 2012 at 11:00 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: The bitbake AUTOREV code should take care of updating the clone of your local repo in downloads/git2. I take it that this isn't happening ? ... haven't tried ...

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-12 Thread Brian Hutchinson
On Thu, Jan 12, 2012 at 10:56 AM, Jack Mitchell m...@communistcode.co.uk wrote: Brian, What image are you building, as I cannot get core-image-minimal to boot at all on my xM. I am currently trying to fix a hosed sd card (who knows what happened to it!) and then I will see if it has made any

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-12 Thread Brian Hutchinson
On Thu, Jan 12, 2012 at 11:24 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: I prefer to work this way, since managing patches in a source git repository is much easier for me. If you only have a few patches, then they can just be pushed on top and added to the SRC_URI, but you'd be

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-12 Thread Bruce Ashfield
On 12-01-12 11:48 AM, Brian Hutchinson wrote: On Thu, Jan 12, 2012 at 11:24 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: I prefer to work this way, since managing patches in a source git repository is much easier for me. If you only have a few patches, then they can just be pushed on

[yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-11 Thread Brian Hutchinson
Hi, I followed the example in the Yocto Project Development Manual for setting up a local kernel repo and it didn't go so well. A month or two ago I checked out Edison and was able to build all the images required for Beagleboard and it booted fine (using command line ... not hob. Tried hob but

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-11 Thread Bruce Ashfield
On 12-01-11 09:41 AM, Brian Hutchinson wrote: Hi, I followed the example in the Yocto Project Development Manual for setting up a local kernel repo and it didn't go so well. A month or two ago I checked out Edison and was able to build all the images required for Beagleboard and it booted fine

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-11 Thread Brian Hutchinson
On Wed, Jan 11, 2012 at 9:57 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: It will. I sent patches recently to make that the preferred version in the master branch. Cherry picking that change would probably be all you would need. 2.  Is the example for setting up for kernel

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-11 Thread Jack Mitchell
On 11/01/12 15:20, Brian Hutchinson wrote: On Wed, Jan 11, 2012 at 9:57 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: It will. I sent patches recently to make that the preferred version in the master branch. Cherry picking that change would probably be all you would need. 2. Is

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-11 Thread Bruce Ashfield
On 12-01-11 10:20 AM, Brian Hutchinson wrote: On Wed, Jan 11, 2012 at 9:57 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: It will. I sent patches recently to make that the preferred version in the master branch. Cherry picking that change would probably be all you would need. 2. Is

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-11 Thread Brian Hutchinson
On Wed, Jan 11, 2012 at 10:29 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: Just so I'm clear. You are asking about the switch to 3.0 as the default ? If so, that was only done in master for the upcoming 1.2 release and not on the edison branch, so you wouldn't pick it up by pulling.

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-11 Thread Brian Hutchinson
bruce.ashfi...@windriver.com wrote: Just so I'm clear. You are asking about the switch to 3.0 as the default ? If so, that was only done in master for the upcoming 1.2 release and not on the edison branch, so you wouldn't pick it up by pulling. Thanks!  I did a git checkout -b master

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-11 Thread Bruce Ashfield
On 12-01-11 03:35 PM, Brian Hutchinson wrote: bruce.ashfi...@windriver.com wrote: Just so I'm clear. You are asking about the switch to 3.0 as the default ? If so, that was only done in master for the upcoming 1.2 release and not on the edison branch, so you wouldn't pick it up by pulling.

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-11 Thread Joshua Lock
On 11/01/12 06:41, Brian Hutchinson wrote: Hi, I followed the example in the Yocto Project Development Manual for setting up a local kernel repo and it didn't go so well. A month or two ago I checked out Edison and was able to build all the images required for Beagleboard and it booted fine

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-11 Thread Brian Hutchinson
On Wed, Jan 11, 2012 at 3:46 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: Starting kernel ... Uncompressing Linux... done, booting the kernel. Yocto (Built by Poky 6.0) 1.1+snapshot-20120111 beagleboard ttyO2 beagleboard login: root root@beagleboard:~# ls root@beagleboard:~#

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-11 Thread Brian Hutchinson
On Wed, Jan 11, 2012 at 3:47 PM, Joshua Lock j...@linux.intel.com wrote: In meta-yocto/conf/distro/poky.conf there's a line which sets: PREFERRED_VERSION_linux-yocto ?= 2.6.37+git% Which is then overridden for the qemu machines to: PREFERRED_VERSION_linux-yocto_qemuppc ?= 3.0% If you add