[yocto] [PATCH 3/3] fri2: Add grub-efi workaround for USB keyboard initialization

2012-10-23 Thread Darren Hart
The Fastboot firmware will sometimes fail to init the USB keyboard when connected directly in 1.0 mode (works fine through a 2.0 hub). By adding the USB modules to the grub-efi build, we can ensure the keyboard will be available in the grub menu at the expense of about a second in boot time. Signe

[yocto] [PATCH 1/3] fri2: Add linux-yocto-tiny_3.4 support

2012-10-23 Thread Darren Hart
Add support for the tiny KTYPE via a liunx-yocto-tiny bbappend for the 3.4 kernel. With this kernel, DISTRO="poky-tiny" can be used with the fri2 and fri2-noemgd machines. Signed-off-by: Darren Hart --- .../linux/linux-yocto-tiny_3.4.bbappend| 14 ++ 1 files changed, 14

[yocto] [PATCH 2/3] fri2: README: Correct typographical and wording errors

2012-10-23 Thread Darren Hart
Correct minor issues reported by Steve S. Signed-off-by: Darren Hart Reported-by: Steve Sakoman --- meta-fri2/README |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-fri2/README b/meta-fri2/README index a866174..05b7257 100644 --- a/meta-fri2/README +++ b/meta-

[yocto] [meta-intel/danny][PATCH] meta-crystalforest, linux-yocto_3.4.bbappend: Pin LINUX_VERSION

2012-10-23 Thread Khem Raj
meta-crystalforest BSPs uses 3.4.9 kernel but the default yocto kernel is 3.4.11, if we do not pin the LINUX_VERSION then we get inconsistent version number for bzImage and the modules where modules are installed under /lib/modules/3.4.9-yocto-standard/ but kernel is called bzImage-3.4.11+git2+9e3b

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

2012-10-23 Thread Liu, Song
Decision: - The community has unanimously agreed to release RC4 as the 1.3 release. Congrats to the team! Thank you all.   Attendees: MichaelH, Mihai, Jessica, Beth, PaulE, JeffP, Sean, Kevin, Nitin, ScottR, Nitin, Amit, ChrisL, Bruce, Dave, Saul, Denys, Song   Minutes:   * Clarification: What

Re: [yocto] the use of the files in meta/lib

2012-10-23 Thread Chris Larson
On Tue, Oct 23, 2012 at 6:39 PM, Liu wrote: > I'm wondering the function of the directory meta/lib.I suspect the > files are imported as modules by .bbclass.Is there any good reference docs > about the python files in the directory ? They can be used by any python anywhere in the metadata. S

[yocto] the use of the files in meta/lib

2012-10-23 Thread Liu
Dear all,     I'm wondering the function of  the directory meta/lib.I suspect the files are imported as modules by .bbclass.Is there any good reference docs about the python files in the directory ? Best Wishes Liu___ yocto mailing list y

Re: [yocto] Performance improvements and machine build configuration

2012-10-23 Thread Ross Burton
On Tuesday, 23 October 2012 at 22:37, McClintock Matthew-B29882 wrote: > > My machine has 16G of RAM, and after a good build will have 12G of "cache" > > (according to /proc), but the disk activity light was frantic. I can only > > imagine it would be more frantic with less RAM to act as an over-

Re: [yocto] Performance improvements and machine build configuration

2012-10-23 Thread McClintock Matthew-B29882
On Tue, Oct 23, 2012 at 4:24 PM, Ross Burton wrote: > On Tuesday, 23 October 2012 at 22:19, McClintock Matthew-B29882 wrote: >> On Tue, Oct 23, 2012 at 1:45 PM, Elvis Dowson > (mailto:elvis.dow...@gmail.com)> wrote: >> > The only curious thing that I've noticed is that I don't see a large >> > pe

Re: [yocto] ERROR: Function failed: do_rootfs, poky commit id 8ce23f569584f195391bc5c68a780e1bf54e4360

2012-10-23 Thread Ross Burton
On Tuesday, 23 October 2012 at 22:03, Trevor Woerner wrote: > Just out of curiosity... > > On Tue, Oct 23, 2012 at 3:53 PM, Burton, Ross (mailto:ross.bur...@intel.com)> wrote: > > An alternative (and less intrusive) is to increase the commit timeout > > on the build partition > > > How does one

Re: [yocto] Performance improvements and machine build configuration

2012-10-23 Thread Ross Burton
On Tuesday, 23 October 2012 at 22:19, McClintock Matthew-B29882 wrote: > On Tue, Oct 23, 2012 at 1:45 PM, Elvis Dowson (mailto:elvis.dow...@gmail.com)> wrote: > > The only curious thing that I've noticed is that I don't see a large > > performance improvement using a standard 3TB Seagate Barracud

Re: [yocto] [PATCH 3/6] crownbay README: add WebTitle & Compliance information

2012-10-23 Thread Darren Hart
On 10/23/2012 02:16 PM, Tom Zanussi wrote: > On Tue, 2012-10-23 at 13:24 -0700, nitin.a.kam...@intel.com wrote: >> +WebTitle: Intel Atom E6xx processor with Intel EG20T Controller Hub >> development kit (crownbay) >> + > > I'm not sure this kind of thing should be in the README since we can > ha

Re: [yocto] Performance improvements and machine build configuration

2012-10-23 Thread McClintock Matthew-B29882
On Tue, Oct 23, 2012 at 1:45 PM, Elvis Dowson wrote: > The only curious thing that I've noticed is that I don't see a large > performance improvement using a standard 3TB Seagate Barracuda 7200 RPM HDD, > and the two Intel Series 330 SSDs in a striped RAID0 configuration. The read > (600MB/s) /

Re: [yocto] [PATCH 3/6] crownbay README: add WebTitle & Compliance information

2012-10-23 Thread Tom Zanussi
On Tue, 2012-10-23 at 13:24 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > The WebTitle will be used to publish the BSP on the Yocto Project Website. > And adding the Yocto Project Compliance information for the 1.3 release. > Also specifying all the layers used from meta-intel

Re: [yocto] build failures after pull

2012-10-23 Thread Ross Burton
On Tuesday, 23 October 2012 at 18:47, Jim Abernathy wrote: > I've reported this before, but it still happens. Today, I did a git > pull into my local while master was checked out, both on poky and > meta-intel. I then tried to rerun without cleaning or deleting anything > for chiefriver. My last

Re: [yocto] ERROR: Function failed: do_rootfs, poky commit id 8ce23f569584f195391bc5c68a780e1bf54e4360

2012-10-23 Thread Trevor Woerner
Just out of curiosity... On Tue, Oct 23, 2012 at 3:53 PM, Burton, Ross wrote: > An alternative (and less intrusive) is to increase the commit timeout > on the build partition How does one go about adjusting the commit timeout on a partition/disk? ___ y

Re: [yocto] [PATCH 6/6] sugarbay README: add WebTitle & Compliance information

2012-10-23 Thread Darren Hart
On 10/23/2012 01:24 PM, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > The WebTitle will be used to publish the BSP on the Yocto Project Website. > And adding the Yocto Project Compliance information for the 1.3 release. > Also specifying all the layers used from meta-intel repository

Re: [yocto] [PATCH 3/6] crownbay README: add WebTitle & Compliance information

2012-10-23 Thread Darren Hart
On 10/23/2012 01:24 PM, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > The WebTitle will be used to publish the BSP on the Yocto Project Website. > And adding the Yocto Project Compliance information for the 1.3 release. > Also specifying all the layers used from meta-intel repository

Re: [yocto] [PATCH 2/6] chiefriver README: add WebTitle & Compliance information

2012-10-23 Thread Darren Hart
On 10/23/2012 01:24 PM, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > The WebTitle will be used to publish the BSP on the Yocto Project Website. > And adding the Yocto Project Compliance information for the 1.3 release. > Also specifying all the layers used from meta-intel repository

[yocto] [PATCH 0/6] meta-intel: README updates

2012-10-23 Thread nitin . a . kamble
From: Nitin A Kamble For the YP 1.3 release, README changes for the BSPs I am maintaining. Thanks, Nitin The following changes since commit f502e7493694c487767f60df232055bc7b854e69: gstreamer-vaapi: add missing build dependencies (2012-10-23 07:43:46 -0500) are available in the git reposit

Re: [yocto] [PATCH 0/6] meta-intel: README updates

2012-10-23 Thread Kamble, Nitin A
These commits are for both danny & master branches of meta-intel. Thanks, Nitin > -Original Message- > From: Kamble, Nitin A > Sent: Tuesday, October 23, 2012 1:25 PM > To: yocto@yoctoproject.org; Zanussi, Tom; Hart, Darren > Cc: Kamble, Nitin A > Subject: [PATCH 0/6] meta-intel: README

[yocto] [PATCH 6/6] sugarbay README: add WebTitle & Compliance information

2012-10-23 Thread nitin . a . kamble
From: Nitin A Kamble The WebTitle will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Also specifying all the layers used from meta-intel repository. Signed-off-by: Nitin A Kamble --- meta-sugarbay/README |9

[yocto] [PATCH 5/6] jasperforest README: add WebTitle & Compliance information

2012-10-23 Thread nitin . a . kamble
From: Nitin A Kamble The WebTitle will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Also specifying all the layers used from meta-intel repository. Signed-off-by: Nitin A Kamble --- meta-jasperforest/README |

[yocto] [PATCH 4/6] emenlow README: add WebTitle & Compliance information

2012-10-23 Thread nitin . a . kamble
From: Nitin A Kamble The WebTitle will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Also specifying all the layers used from meta-intel repository. Signed-off-by: Nitin A Kamble --- meta-emenlow/README | 11

[yocto] [PATCH 3/6] crownbay README: add WebTitle & Compliance information

2012-10-23 Thread nitin . a . kamble
From: Nitin A Kamble The WebTitle will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Also specifying all the layers used from meta-intel repository. Signed-off-by: Nitin A Kamble --- meta-crownbay/README | 13

[yocto] [PATCH 2/6] chiefriver README: add WebTitle & Compliance information

2012-10-23 Thread nitin . a . kamble
From: Nitin A Kamble The WebTitle will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Also specifying all the layers used from meta-intel repository. Signed-off-by: Nitin A Kamble --- meta-chiefriver/README |

[yocto] [PATCH 1/6] MAINTAINERS: corect pathname

2012-10-23 Thread nitin . a . kamble
From: Nitin A Kamble The commmon directory has more stuff than just recipes-core. All this need to be maintained together as part of the meta-intel layer. Signed-off-by: Nitin A Kamble --- MAINTAINERS |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINT

Re: [yocto] Unreadable menuconfig

2012-10-23 Thread Martin Jansa
On Tue, Oct 23, 2012 at 08:08:29PM +, Jonathan Haws wrote: > >It's still valid for me, I'm still using this > >https://github.com/shr-distribution/oe-core/commit/5d5e8783c0db7e2f0488eea02f795c9f543cd626 > > H. I did a fresh download of the Yocto repos last week and that is not > what I h

Re: [yocto] Unreadable menuconfig

2012-10-23 Thread Jonathan Haws
>It's still valid for me, I'm still using this >https://github.com/shr-distribution/oe-core/commit/5d5e8783c0db7e2f0488eea02f795c9f543cd626 H. I did a fresh download of the Yocto repos last week and that is not what I have. My file still has the HOSTLDFLAGS variable set. ___

Re: [yocto] Unreadable menuconfig

2012-10-23 Thread Martin Jansa
On Tue, Oct 23, 2012 at 07:54:58PM +, Jonathan Haws wrote: > Thanks for the help. I used the solution from the following thread to take > care of it: > > http://lists.linuxtogo.org/pipermail/openembedded-core/2012-August/027130.html > > Are there others having this issue? If so, is it some

Re: [yocto] ERROR: Function failed: do_rootfs, poky commit id 8ce23f569584f195391bc5c68a780e1bf54e4360

2012-10-23 Thread Martin Jansa
On Tue, Oct 23, 2012 at 10:35:49PM +0400, Elvis Dowson wrote: > Hi, > > On Oct 23, 2012, at 8:32 PM, Elvis Dowson wrote: > > > I haven't had any solutions for this build error that I'm facing. If > > someone could offer some insight as to what might be going wrong, it would > > be much

Re: [yocto] Unreadable menuconfig

2012-10-23 Thread Jonathan Haws
Thanks for the help. I used the solution from the following thread to take care of it: http://lists.linuxtogo.org/pipermail/openembedded-core/2012-August/027130.html Are there others having this issue? If so, is it something that should be pushed upstream? Thanks! ___

Re: [yocto] ERROR: Function failed: do_rootfs, poky commit id 8ce23f569584f195391bc5c68a780e1bf54e4360

2012-10-23 Thread Burton, Ross
On 23 October 2012 19:35, Elvis Dowson wrote: > the following entry works for the /etc/fstab for moving the /tmp file to RAM > none/tmptmpfsdefaults,noatime,nodiratime00 tmpfs is in virtual memory, so potentially swap. Have you benchmarked a build with the build on SSD verses

Re: [yocto] Unreadable menuconfig

2012-10-23 Thread Martin Jansa
On Tue, Oct 23, 2012 at 07:33:44PM +, Jonathan Haws wrote: > When I run 'bitbake linux-yocto -c menuconfig' I was not getting a menuconfig > - I had to tell my local.conf to use screen because auto was selecting a > gnome terminal which would resize itself to something too small and > menuco

Re: [yocto] Unreadable menuconfig

2012-10-23 Thread Jonathan Haws
>Try: > >OE_TERMINAL = "xterm" > >in your local.conf I get the exact same thing, just in xterm instead of konsole. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Unreadable menuconfig

2012-10-23 Thread Marc Ferland
Jonathan Haws writes: > When I run 'bitbake linux-yocto -c menuconfig' I was not getting a > menuconfig - I had to tell my local.conf to use screen because auto > was selecting a gnome terminal which would resize itself to something > too small and menuconfig would exit with an error. > > Now I c

Re: [yocto] Performance improvements and machine build configuration

2012-10-23 Thread Chris Tapp
On 23 Oct 2012, at 19:45, Elvis Dowson wrote: > Hi, > I noticed that between commits > > http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=0260bb5c6978839c068007fcff2f704937805faf > > and > > http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=a3d5e9e6b7729319c518dcaf25bbe0

[yocto] Unreadable menuconfig

2012-10-23 Thread Jonathan Haws
When I run 'bitbake linux-yocto -c menuconfig' I was not getting a menuconfig - I had to tell my local.conf to use screen because auto was selecting a gnome terminal which would resize itself to something too small and menuconfig would exit with an error. Now I can get menuconfig and make chang

[yocto] Performance improvements and machine build configuration

2012-10-23 Thread Elvis Dowson
Hi, I noticed that between commits http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=0260bb5c6978839c068007fcff2f704937805faf and http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=a3d5e9e6b7729319c518dcaf25bbe0643bfb25db the build time has improved by around 7 minutes fo

Re: [yocto] ERROR: Function failed: do_rootfs, poky commit id 8ce23f569584f195391bc5c68a780e1bf54e4360

2012-10-23 Thread Elvis Dowson
Hi, On Oct 23, 2012, at 8:32 PM, Elvis Dowson wrote: > I haven't had any solutions for this build error that I'm facing. If someone > could offer some insight as to what might be going wrong, it would be much > appreciated. > >> On Oct 23, 2012, at 12:22 AM, Elvis Dowson wrote: >> >>

[yocto] build failures after pull

2012-10-23 Thread Jim Abernathy
I've reported this before, but it still happens. Today, I did a git pull into my local while master was checked out, both on poky and meta-intel. I then tried to rerun without cleaning or deleting anything for chiefriver. My last build had been successfully built, but didn't have audio. So w

Re: [yocto] ERROR: Function failed: do_rootfs, poky commit id 8ce23f569584f195391bc5c68a780e1bf54e4360

2012-10-23 Thread Martin Jansa
On Tue, Oct 23, 2012 at 08:32:02PM +0400, Elvis Dowson wrote: > Hi, >I haven't had any solutions for this build error that I'm facing. If > someone could offer some insight as to what might be going wrong, it would be > much appreciated. > > > On Oct 23, 2012, at 12:22 AM, Elvis Dowson

Re: [yocto] ERROR: Function failed: do_rootfs, poky commit id 8ce23f569584f195391bc5c68a780e1bf54e4360

2012-10-23 Thread Elvis Dowson
Hi, I haven't had any solutions for this build error that I'm facing. If someone could offer some insight as to what might be going wrong, it would be much appreciated. > On Oct 23, 2012, at 12:22 AM, Elvis Dowson wrote: > >> | Configuring sysvinit. >> | Collected errors: >> | * preins

Re: [yocto] [PATCH] gstreamer-vaapi: add missing build dependencies

2012-10-23 Thread Tom Zanussi
On Tue, 2012-10-23 at 10:43 +0100, Ross Burton wrote: > [YOCTO #3321] > Fixed the problem for me here (sugarbay), thanks. Pulled into meta-intel/master. Tom > Signed-off-by: Ross Burton > --- > common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb |2 +- > 1 file changed, 1 insertio

[yocto] [PATCH] gstreamer-vaapi: add missing build dependencies

2012-10-23 Thread Ross Burton
[YOCTO #3321] Signed-off-by: Ross Burton --- common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb