Re: [yocto] Using stable releases from git

2012-01-31 Thread jfabernathy
On 01/30/2012 11:38 PM, Joshua Lock wrote: On 30/01/12 15:32, jfabernathy wrote: On 01/30/2012 06:15 PM, Joshua Lock wrote: On 30/01/12 15:05, jfabernathy wrote: On 01/30/2012 05:58 PM, Joshua Lock wrote: It's beginning to sound like we've caught some folks off guard by pushing changes to the

Re: [yocto] Using stable releases from git

2012-01-31 Thread Joshua Lock
On 31/01/12 07:28, jfabernathy wrote: On 01/30/2012 11:38 PM, Joshua Lock wrote: On 30/01/12 15:32, jfabernathy wrote: On 01/30/2012 06:15 PM, Joshua Lock wrote: On 30/01/12 15:05, jfabernathy wrote: On 01/30/2012 05:58 PM, Joshua Lock wrote: It's beginning to sound like we've caught some

[yocto] How do I patch the kernel before it is built?

2012-01-31 Thread autif khan
I could not find a way to patch the kernel source before its is built. I promise to update the Yocto wiki's How do I section when I have a working solution for the following :-) Here is what I am trying to do: 1) Patch the kernel (add VID/PID to hid_ignore_list in drivers/hid/hid-core.c and also

Re: [yocto] How do I patch the kernel before it is built?

2012-01-31 Thread Bruce Ashfield
On 12-01-31 11:45 AM, autif khan wrote: I could not find a way to patch the kernel source before its is built. I promise to update the Yocto wiki's How do I section when I have a working solution for the following :-) This should be covered in the existing documentation and also the more gener

Re: [yocto] How do I patch the kernel before it is built?

2012-01-31 Thread Joshua Lock
On 31/01/12 08:45, autif khan wrote: I could not find a way to patch the kernel source before its is built. I promise to update the Yocto wiki's How do I section when I have a working solution for the following :-) Here is what I am trying to do: 1) Patch the kernel (add VID/PID to hid_ignore_

Re: [yocto] How do I patch the kernel before it is built?

2012-01-31 Thread Darren Hart
On 01/31/2012 08:51 AM, Bruce Ashfield wrote: > On 12-01-31 11:45 AM, autif khan wrote: >> I could not find a way to patch the kernel source before its is built. >> >> I promise to update the Yocto wiki's How do I section when I have a >> working solution for the following :-) > > This should be

Re: [yocto] New recipes not installing in core-image-minimal

2012-01-31 Thread Darren Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/27/2012 12:06 AM, Darren Hart wrote: > > > On 01/27/2012 12:02 AM, Martin Jansa wrote: >> On Thu, Jan 26, 2012 at 05:29:19PM -0800, Darren Hart wrote: >>> In support of a new BSP I've written two new recipes and >>> appended to another to dep

Re: [yocto] RFC: Yocto BSP and kernel usability tools

2012-01-31 Thread Darren Hart
Hi Tom, This is really late in coming, my apologies. This looks to be the beginnings of a very powerful set of tools, and the detail you started with should help ensure a successful initial version. Nice work. Some general questions that don't belong in any one particular place inline: o You men

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, January 31, 2012 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2012-01-31 Thread Liu, Song
Attendees: Beth, Saul, Matthew, Tom, Paul, Belen, Sean, Bruce, Richard, Michael, Jessica, Jeff, Scott, Denys, Darren, Josh, Song   Agenda:   * Opens collection - 5 min (Song)   * Yocto 1.1.1 point release update - 10 min (Josh/Beth) - All changes have been pushed. Doc is done. - Richard has m

Re: [yocto] RFC: Yocto BSP and kernel usability tools

2012-01-31 Thread Tom Zanussi
On Tue, 2012-01-31 at 14:52 -0800, Darren Hart wrote: > Hi Tom, > > This is really late in coming, my apologies. This looks to be the > beginnings of a very powerful set of tools, and the detail you started > with should help ensure a successful initial version. Nice work. > > Some general questi

[yocto] RFC: Hob 1.2 design

2012-01-31 Thread Wang, Shane
Hi, all, Belen has a new video for Hob2 workflow and design. https://wiki.yoctoproject.org/wiki/File:Hob1.2-screencast2.mov Please comment. Thanks. -- Shane ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Hob 1.2 design

2012-01-31 Thread Stewart, David C
Belen - nice work! This just gets better all the time. I really like the enhancements to the work flow. Quick question - around 6:40 in the video, once you successfully build there is a "Deploy Image" button. Then at 7:44 there is a "Write to Storage" button. Are these both doing the same thi

[yocto] Build Error

2012-01-31 Thread James W.
hi all: i am new comer. i meet a error: NOTE: package pciutils-3.1.9-r0: task do_configure: Started ERROR: Function failed: do_configure (see /home/jwang5/poky-build/tmp/work/i586-poky-linux/pciutils-3.1.9-r0/temp/log.do_configure.9978 for further information) ERROR: Logfile of failure stored in:

Re: [yocto] Build Error

2012-01-31 Thread Joshua Lock
Hi James, On 31/01/12 22:20, James W. wrote: hi all: i am new comer. i meet a error: NOTE: package pciutils-3.1.9-r0: task do_configure: Started ERROR: Function failed: do_configure (see /home/jwang5/poky-build/tmp/work/i586-poky-linux/pciutils-3.1.9-r0/temp/log.do_configure.9978 for further i

Re: [yocto] forcing a task to run while building an image

2012-01-31 Thread Joshua Immanuel
Hello, On Tue, 2012-01-31 at 12:40 +0530, Joshua Immanuel wrote: > At present in my custom image recipe I've added the following > lines > > SOME_VARIABLE = "Blah" > do_bootimg[depends] += "base-files:do_install" > > But the contents of ${SOME_VARIABLE} is not ava