Re: [yocto] Hob 1.2 design - Settings dialogue

2012-02-06 Thread Barros Pena, Belen
Hi Joshua, I am keeping a list of features to be considered for future Hob versions. I've added to it changing the layer priorities through the GUI and recommending appropriate values for parallel threads based on supported cores. Cheers Belen On 03/02/2012 18:23, Joshua Lock

Re: [yocto] Hob 1.2 design - visuals

2012-02-06 Thread Barros Pena, Belen
Hi all, It looks like there are some design implementation principles laid out on the email below. Just to summarise: 1. Implement the Hob design with the toolkit provided widgets and OS theme and review which things we might want to enhance later. I understand this excludes icons: we will use

Re: [yocto] Hob 1.2 design - visuals

2012-02-06 Thread Wang, Shane
Barros Pena, Belen wrote on 2012-02-06: Hi all, It looks like there are some design implementation principles laid out on the email below. Just to summarise: 1. Implement the Hob design with the toolkit provided widgets and OS theme and review which things we might want to enhance later.

Re: [yocto] RFC: Hob 1.2 design

2012-02-06 Thread Barros Pena, Belen
Hi Shane and team, In general all sounds good. I just have a couple of small comments, which I've added below. Belen From: Wang, Shane shane.w...@intel.commailto:shane.w...@intel.com Date: Fri, 3 Feb 2012 05:29:57 + To: Xu, Dongxiao dongxiao...@intel.commailto:dongxiao...@intel.com, Belen

Re: [yocto] HOW DO I - new one added for EMGD and Crownbay

2012-02-06 Thread James Abernathy
On Feb 5, 2012, at 3:19 PM, Darren Hart wrote: On 02/05/2012 11:44 AM, James Abernathy wrote: On Feb 5, 2012, at 2:19 PM, Darren Hart wrote: On 02/04/2012 07:21 AM, jfabernathy wrote: I just added and EMGD example to the How Do I in the wiki. Jim, really appreciate your work here.

Re: [yocto] Trying to re-use sstate.

2012-02-06 Thread Chris Larson
On Mon, Feb 6, 2012 at 12:53 AM, David Nyström david.nyst...@enea.com wrote: On 02/04/2012 05:51 AM, Scott Garman wrote: Hello, I'm trying to re-use the sstate from one build directory and move it to another. It's not working - bitbake is rebuilding *everything*. My hunch is the reason for

Re: [yocto] HOW DO I - new one added for EMGD and Crownbay

2012-02-06 Thread Darren Hart
On 02/06/2012 05:00 AM, James Abernathy wrote: On Feb 5, 2012, at 3:19 PM, Darren Hart wrote: On 02/05/2012 11:44 AM, James Abernathy wrote: On Feb 5, 2012, at 2:19 PM, Darren Hart wrote: On 02/04/2012 07:21 AM, jfabernathy wrote: I just added and EMGD example to the How Do I in

Re: [yocto] Task Build Issue

2012-02-06 Thread Paul Eggleton
On Friday 03 February 2012 21:03:22 Khem Raj wrote: add ALLOW_EMPTY_ task-mytask-apps = 1 to your recipe Alternatively you could inherit task near the top of the recipe and task.bbclass takes care of this and a couple of other things already. Cheers, Paul -- Paul Eggleton Intel Open Source

Re: [yocto] [pull-sys940x 2/4] ranpwd: Add ranpwd recipe

2012-02-06 Thread Paul Eggleton
On Thursday 02 February 2012 13:11:19 Joshua Lock wrote: Apologies. I'm wrong here. It was PRIORITY which we agreed to drop. It's worth noting however, at the same time PRIORITY removal was discussed it was acknowledged that SECTION was questionable. Logical grouping of recipes/packages is a

Re: [yocto] Build Error

2012-02-06 Thread Sean Liming
Found the problem - missing package - libxml-parser-perl. It is not part of the setup. For any future reference, here is the fix: $sudo apt-get install libxml-parser-perl Ubuntu was a fresh install. I should have checked the docs in progress, which calls it out at the end. Regards, Sean

Re: [yocto] HOW DO I - new one added for EMGD and Crownbay

2012-02-06 Thread jfabernathy
On 02/06/2012 10:59 AM, Darren Hart wrote: On 02/06/2012 05:00 AM, James Abernathy wrote: On Feb 5, 2012, at 3:19 PM, Darren Hart wrote: On 02/05/2012 11:44 AM, James Abernathy wrote: On Feb 5, 2012, at 2:19 PM, Darren Hart wrote: On 02/04/2012 07:21 AM, jfabernathy wrote: I just added

Re: [yocto] Build Error

2012-02-06 Thread autif khan
Here is what I have - I started with a minimal ubuntu server and the following command seens to get all the dependencies - the last few (bison, flex and unzip) are not required - but are required for other stuff I am working on. I hope this helps with the documentation. sudo apt-get install -y

Re: [yocto] HOW DO I - new one added for EMGD and Crownbay

2012-02-06 Thread Darren Hart
On 02/06/2012 09:13 AM, jfabernathy wrote: On 02/06/2012 10:59 AM, Darren Hart wrote: On 02/06/2012 05:00 AM, James Abernathy wrote: On Feb 5, 2012, at 3:19 PM, Darren Hart wrote: On 02/05/2012 11:44 AM, James Abernathy wrote: On Feb 5, 2012, at 2:19 PM, Darren Hart wrote: On

Re: [yocto] HOW DO I - new one added for EMGD and Crownbay

2012-02-06 Thread James Abernathy
On Mon, Feb 6, 2012 at 12:32 PM, Darren Hart dvh...@linux.intel.com wrote: On 02/06/2012 09:13 AM, jfabernathy wrote: On 02/06/2012 10:59 AM, Darren Hart wrote: On 02/06/2012 05:00 AM, James Abernathy wrote: On Feb 5, 2012, at 3:19 PM, Darren Hart wrote: On 02/05/2012 11:44 AM,

Re: [yocto] HOW DO I - new one added for EMGD and Crownbay

2012-02-06 Thread Darren Hart
On 02/06/2012 10:19 AM, James Abernathy wrote: If we could make the How Do I section of the wiki broken into sub-categories so each How Do I is a separate item to be edited. That would make it easier to find, create, and edit these items. Also once an item found it's way

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

2012-02-06 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 :-) This should be covered in the existing documentation and also the more general bitbake/oe-core docs. Here is

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

2012-02-06 Thread Bruce Ashfield
On 12-02-06 03:18 PM, 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

Re: [yocto] RFC: Hob 1.2 design

2012-02-06 Thread Joshua Lock
On 31/01/12 17:39, Wang, Shane wrote: Hi, all, Belen has a new video for Hob2 workflow and design. https://wiki.yoctoproject.org/wiki/File:Hob1.2-screencast2.mov It just came to my attention through another channel that the description column of the packages table is no longer present.

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

2012-02-06 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 :-) This should be covered in the existing documentation and also the more general bitbake/oe-core docs. Here is

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, February 07, 2012 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada)

2012-02-06 Thread Liu, Song
Agenda   * Opens collection - 5 min (Song) * Yocto 1.1.1 point release update - 10 min (Josh/Beth) * Yocto 1.2 M3 status - 10 min (Song/Team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.2_Status * Opens - 10 min  * Team Sharing - 20 min   -Original Appointment- Conference

Re: [yocto] Hob 1.2 design - visuals

2012-02-06 Thread Joshua Lock
On 06/02/12 05:54, Barros Pena, Belen wrote: 3. Inherit colour scheme from applied OS theme in host computer Is it to say we use the default colors from OS, and don't specify any color? For example, Jessica wants progress bars to be green but in Ubuntu it should be orange. If so, Belen, I agree

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

2012-02-06 Thread Bruce Ashfield
On 12-02-06 04:43 PM, 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

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

2012-02-06 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 :-) This should be covered in the existing documentation and also the more general bitbake/oe-core docs. Here

Re: [yocto] Question about Yocto

2012-02-06 Thread Zhang, Jessica
Hi Tal, First, thanks for checking and considering using Yocto Project. Please send your future questions to y...@yoctoproject.orgmailto:y...@yoctoproject.org mailing list, that's the general mailing list for all Yocto project related issue/questions. As to your problem of hob download

Re: [yocto] HOW DO I - new one added for EMGD and Crownbay

2012-02-06 Thread jfabernathy
On 02/06/2012 01:27 PM, Darren Hart wrote: On 02/06/2012 10:19 AM, James Abernathy wrote: If we could make the How Do I section of the wiki broken into sub-categories so each How Do I is a separate item to be edited. That would make it easier to find, create, and edit these

Re: [yocto] [pull-sys940x 2/4] ranpwd: Add ranpwd recipe

2012-02-06 Thread Joshua Lock
On 06/02/12 08:17, Paul Eggleton wrote: On Thursday 02 February 2012 13:11:19 Joshua Lock wrote: Apologies. I'm wrong here. It was PRIORITY which we agreed to drop. It's worth noting however, at the same time PRIORITY removal was discussed it was acknowledged that SECTION was questionable.

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

2012-02-06 Thread Bruce Ashfield
On 12-02-06 5:10 PM, 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

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

2012-02-06 Thread Bruce Ashfield
On 12-02-06 8:20 PM, Bruce Ashfield wrote: On 12-02-06 5:10 PM, 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

[yocto] does udev must depends glib-2.0?

2012-02-06 Thread Ni Qingliang
hello, All: I'm trying to build my own image-lsb-core, and making LFS as reference. In LFS, there is not glib-2.0, in other words, udev can be used without glib-2.0. What can I do if I want use udev without glib2? Thanks! -- Yi Qingliang niqingli...@insigma.com.cn

Re: [yocto] does udev must depends glib-2.0?

2012-02-06 Thread Khem Raj
On (07/02/12 12:30), Ni Qingliang wrote: hello, All: I'm trying to build my own image-lsb-core, and making LFS as reference. In LFS, there is not glib-2.0, in other words, udev can be used without glib-2.0. What can I do if I want use udev without glib2? its udev-acl and

Re: [yocto] does udev must depends glib-2.0?

2012-02-06 Thread Ni Qingliang
thanks! On Tue, 2012-02-07 at 12:42 +0800, Khem Raj wrote: On (07/02/12 12:30), Ni Qingliang wrote: hello, All: I'm trying to build my own image-lsb-core, and making LFS as reference. In LFS, there is not glib-2.0, in other words, udev can be used without glib-2.0. What can I do

Re: [yocto] does udev must depends glib-2.0?

2012-02-06 Thread Ni Qingliang
does the dependency you said can be found in the bb file? I only found glib-2.0 in the udev's dependency in udev.inc. and in hob, it said that: the glib-2.0 is brought in by udev-utils, udev-acl, udev-cache, udev. maybe the problem is how to caclulate the dependency (besides DEPENDS)? On Tue,

Re: [yocto] [pull-sys940x 2/4] ranpwd: Add ranpwd recipe

2012-02-06 Thread Martin Jansa
On Mon, Feb 06, 2012 at 03:59:36PM -0800, Joshua Lock wrote: On 06/02/12 08:17, Paul Eggleton wrote: On Thursday 02 February 2012 13:11:19 Joshua Lock wrote: Apologies. I'm wrong here. It was PRIORITY which we agreed to drop. It's worth noting however, at the same time PRIORITY removal