Re: [yocto] [PATCHv2 1/5] xf86-video-intel: Bring 2.20.0 version to match released graphics stack

2012-10-10 Thread Burton, Ross
On 10 October 2012 03:43, Darren Hart wrote: > Saw you asked in a bug about the impact of this, I'd like to hear back > from Ross on the changes regarding xvmc and PACKAGECONFIG. So everyone hears and not just people on the bug, I'll repeat what I put. XVMC is disabled by default (as before) but

Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-10 Thread Burton, Ross
Hi Nitin, >From what I understand, EMGD's Mesa driver will only work correctly with a Mesa that matches exactly the configuration that was used to build EMGD, as the driver interface isn't stable. Have you tested the GL support with more than glxinfo? Ross ___

Re: [yocto] [PATCHv2 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-10 Thread Burton, Ross
On 10 October 2012 02:16, wrote: > Avoid following warnings while building crownbay BSPs: > > NOTE: preferred version 7.11 of mesa-dri not available (for item > virtual/libgl) > NOTE: versions of mesa-dri available: 2:8.0.4 > 2:8.0.4+git1+c1f4867c89adb1a6b19d66ec8ad146115909f0a7 This is the

[yocto] [PATCH 01/35] documentation/template/titlepage.templates.xml: Remove title info

2012-10-10 Thread mail
From: Timo Mueller The title of a pdf document is part of the image used on the title page. Thus the title defined (e.g. bookinfo.title) in a document should never be used when creating title pages for pdf documents. As other output formats may use the title information to create metadata the tit

[yocto] [PATCH 04/35] documentation/Makefile: Support for making Eclipse HTML adt manual

2012-10-10 Thread mail
From: Timo Mueller This target will generate eclipse help for the adt-manual using the adt-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile | 23 ++

[yocto] [PATCH 02/35] documentation: Move adt-manual global parameters to customization file

2012-10-10 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. Furthermore supporting new output formats can now be achieved by creating a new customization file containi

[yocto] [PATCH 03/35] documentation/adt-manual/adt-manual-eclipse-customization.xsl: new file

2012-10-10 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). Additional paramet

[yocto] [PATCH 00/35][yocto-docs] Add eclipse help generation to build system

2012-10-10 Thread mail
From: Timo Mueller Hi, this is a rework of the patches I've been submitting to include the generation of eclipse help files into the documentation build system. >From original rfc ([yocto-docs] Add eclipse help generation to build system): I've added the target 'eclipse' to the documentation's

[yocto] [PATCH 05/35] documentation/adt-manual/adt-manual.xml: Added Title tag

2012-10-10 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/adt-manual/adt-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/adt-manual/adt-manual.xml b/documentation/adt-manua

[yocto] [PATCH 06/35] documentation/Makefile: logic to make all for adt manual and cleanup

2012-10-10 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the adt-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |9 +

[yocto] [PATCH 08/35] documentation/dev-manual/dev-manual-eclipse-customization.xsl: new file

2012-10-10 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../dev-manual

[yocto] [PATCH 09/35] documentation/Makefile: Support for making Eclipse HTML dev manual

2012-10-10 Thread mail
From: Timo Mueller This target will generate eclipse help for the dev-manual using the dev-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile | 10 ++

[yocto] [PATCH 07/35] documentation: Move dev-manual global parameters to customization file

2012-10-10 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |6 +- .../dev-manual/dev-manual-customizati

[yocto] [PATCH 10/35] documentation/dev-manual/dev-manual.xml: Added Title tag

2012-10-10 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/dev-manual/dev-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manua

[yocto] [PATCH 11/35] documentation/Makefile: logic to make all for dev manual and cleanup

2012-10-10 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the dev-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |7 --- 1

[yocto] [PATCH 12/35] documentation: Move bsp-guide global parameters to customization file

2012-10-10 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |6 +- .../bsp-guide/bsp-guide-customization

[yocto] [PATCH 13/35] documentation/bsp-guide/bsp-guide-eclipse-customization.xsl: new file

2012-10-10 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../bsp-guide/

[yocto] [PATCH 14/35] documentation/Makefile: Support for making Eclipse HTML bsp guide

2012-10-10 Thread mail
From: Timo Mueller This target will generate eclipse help for the bsp-guide using the bsp-guide-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |4 +++- 1

[yocto] [PATCH 15/35] documentation/bsp-guide/bsp-guide.xml: Added Title tag

2012-10-10 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/bsp-guide/bsp-guide.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp

[yocto] [PATCH 16/35] documentation/Makefile: logic to make all for bsp guide and cleanup

2012-10-10 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the bsp-guide. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |7 --- 1 f

[yocto] [PATCH 21/35] documentation/Makefile: logic to make all for kernel-manual and cleanup

2012-10-10 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the kernel-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |8 +---

[yocto] [PATCH 18/35] documentation/kernel-manual/kernel-manual-eclipse-customization.xsl: new file

2012-10-10 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../kernel-man

[yocto] [PATCH 24/35] documentation/Makefile: Support for making Eclipse HTML poky ref manual

2012-10-10 Thread mail
From: Timo Mueller This target will generate eclipse help for the poky-ref-manual using the poky-ref-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |

[yocto] [PATCH 23/35] documentation/poky-ref-manual/poky-ref-manual-eclipse-customization.xsl: new file

2012-10-10 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../poky-ref-m

[yocto] [PATCH 27/35] documentation: Move yocto-project-qs global parameters to customization file

2012-10-10 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |3 +-- .../yocto-project-qs-customization.xsl

[yocto] [PATCH 19/35] documentation/Makefile: Support for making Eclipse HTML kernel manual

2012-10-10 Thread mail
From: Timo Mueller This target will generate eclipse help for the kernel-manual using the kernel-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |4

[yocto] [PATCH 33/35] documentation/tools/eclipse-help.sed: Processes external links for eclipse html files

2012-10-10 Thread mail
From: Timo Mueller The file is used when creating eclipse help html files. It processes all html files and converts links so that the user can navigate between different docuementation parts without leaving the eclipse help center. --- documentation/tools/eclipse-help.sed | 18

[yocto] [PATCH 20/35] documentation/kernel-manual/kernel-manual.xml: Added Title tag

2012-10-10 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/kernel-manual/kernel-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/kernel-manual/kernel-manual.xml b/documentati

[yocto] [PATCH 25/35] documentation/poky-ref-manual/poky-ref-manual.xml: Added Title tag

2012-10-10 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/poky-ref-manual/poky-ref-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/doc

[yocto] [PATCH 31/35] documentation/yocto-project-qs/yocto-project-qs.xml: Convert fake-title section into articleinfo

2012-10-10 Thread mail
From: Timo Mueller The fake title section is converted into a docbook article.articleinfo. If used with a custom title page this will lead to the excapt same output. But I will enable the creation of metadata from this title information. --- .../yocto-project-qs/yocto-project-qs.xml |

[yocto] [PATCH 17/35] documentation: Move kernel-manual global parameters to customization file

2012-10-10 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |7 +-- .../kernel-manual/kernel-manual-cust

[yocto] [PATCH 22/35] documentation: Move poky-ref-manual global parameters to customization file

2012-10-10 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |7 +-- .../poky-ref-manual-customization.xs

[yocto] [PATCH 29/35] documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl: new file

2012-10-10 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../yocto-proj

[yocto] [PATCH 26/35] documentation/Makefile: logic to make all for poky-ref-manual and cleanup

2012-10-10 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the poky-ref-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |6 +++---

[yocto] [PATCH 30/35] documentation/Makefile: Support for making Eclipse HTML yocto project qs manual

2012-10-10 Thread mail
From: Timo Mueller This target will generate eclipse help for the yocto-project-qs using the yocto-project-qs-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |

[yocto] [PATCH 35/35] documentation/Makefile: Clean up eclipse target and update help.

2012-10-10 Thread mail
From: Timo Mueller --- documentation/Makefile | 16 1 files changed, 4 insertions(+), 12 deletions(-) diff --git a/documentation/Makefile b/documentation/Makefile index 3abfb3e..957f5e5 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -11,6 +11,8 @@ #

[yocto] [PATCH 32/35] documentation/Makefile: logic to make all for yocto-project-qs and cleanup

2012-10-10 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the yocto-project-qs. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |9 +

[yocto] [PATCH 34/35] documentation/Makefile: Added conversion of links to other documentation parts.

2012-10-10 Thread mail
From: Timo Mueller The script tools/eclipse-help.sed is used to convert links that point to other documentation parts. This avoids having to leave the eclipse help center when clicking these links. --- documentation/Makefile | 18 -- 1 files changed, 16 insertions(+), 2 deletio

Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel

2012-10-10 Thread Bruce Ashfield
On 12-10-08 05:03 PM, Chris Tapp wrote: On 8 Oct 2012, at 21:30, Bodke, Kishore K wrote: < snip ...> Thanks for the really fast response on this :-) For denzil, try with this by creating a new file in meta-cedartrail/recipes-kernel/linux/linux-yocto_3.2.bbappend. FILESEXTRAPATHS_prepend :=

Re: [yocto] Control which host components are included in ADT output?

2012-10-10 Thread Evade Flow
> Seems you're more interested in generate a SDK for host? I wouldn't say 'more' interested, just... interested. I guess this is a general QA issue. We have components implementing state machines that only communicate via sockets, for example, and don't talk directly to hardware; these can be prot

Re: [yocto] how does one use a prebuilt toolchain from the toolchain/ directory?

2012-10-10 Thread Patrick Turley
I just read your posting of 26 June on the Yocto mailing list: https://lists.yoctoproject.org/pipermail/yocto/2012-June/009714.html I didn't see any responses. Did you get any help with this issue? ___ yocto mailing list yocto@yoctoproject.org https:

Re: [yocto] The BitBake equivalent of "Hello, World!"

2012-10-10 Thread Evade Flow
Again, thanks *so* much for putting this together. I tried to do this once before and didn't have the tenacity to stick with it--it is a surprisingly daunting task. Having a smallest-possible example will, I think, be really helpful to developers who want to learn how to debug bitbake and contribut

Re: [yocto] The BitBake equivalent of "Hello, World!"

2012-10-10 Thread Evade Flow
It helps a lot if you run it from the build dir. :-% build% ../../bitbake/bin/bitbake a Parsing recipes: 100% |#| Time: 00:00:00 Parsing of 1 .bb files complete (0 cached, 1 parsed). 1 targets, 0 skipped, 0 masked, 0 e

Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel

2012-10-10 Thread Bodke, Kishore K
>-Original Message- >From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] >Sent: Wednesday, October 10, 2012 6:48 AM >To: Chris Tapp >Cc: Bodke, Kishore K; yocto@yoctoproject.org Project >Subject: Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in >the >kernel > >

[yocto] Finding root cause of "host include and/or library paths were used"

2012-10-10 Thread Chris Tapp
I'm trying to get libsdl_gfx to build. I've created a .bb file which runs and installs the relevant headers and libs in tmp/sysroots. However, I'm getting a QA failure: NOTE: package libsdl-gfx-2.0.24-r1: task do_populate_sysroot: Succeeded WARNING: libsdl-gfx: The compile log indicates that hos

[yocto] denx.de site down?

2012-10-10 Thread Elvis Dowson
Hi Wolfgang, I noticed that your site has been down since yesterday? I usually sync with your u-boot and eldk repositories, and during the yocto build process, it failed because your site was un-reachable. I was able to get past the yocto build issue, by temporarily modif

Re: [yocto] [meta-baryon][PATCH 1/1] nfs-utils: workaround for nfsd regression in the 3.4 kernel

2012-10-10 Thread Paul Eggleton
On Monday 01 October 2012 10:25:47 kevin.stras...@linux.intel.com wrote: > > Hi Kevin, > > > > On Friday 28 September 2012 12:44:06 Kevin Strasser wrote: > >> The version of nfsd used in 3.4 kernels tries to upcall the > >> new reboot-recovery daemon and gets stuck if it is not found. > >> This ca

Re: [yocto] Finding root cause of "host include and/or library paths were used"

2012-10-10 Thread Bodke, Kishore K
>-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Chris Tapp >Sent: Wednesday, October 10, 2012 9:50 AM >To: yocto@yoctoproject.org Project >Subject: [yocto] Finding root cause of "host include and/or library paths were >used"

Re: [yocto] denx.de site down?

2012-10-10 Thread Tom Rini
On Wed, Oct 10, 2012 at 09:00:44PM +0400, Elvis Dowson wrote: > Hi Wolfgang, > I noticed that your site has been down since > yesterday? I usually sync with your u-boot and eldk repositories, and during > the yocto build process, it failed because your site was un-reachab

[yocto] [PATCHv3 0/6] Misc meta-intel commits

2012-10-10 Thread nitin . a . kamble
From: Nitin A Kamble In this v3 pull request, teh commits are rebased to the altest tree. And one more commit is added for Intel-binary-only License. Thanks, Nitin The following changes since commit 5d8a05811101f7d69994f4028ec620c4480f6da4: Fix use of PRINC in meta-intel BSPs (2012-10-09 16

[yocto] [PATCHv3 1/6] xf86-video-intel: Bring 2.20.0 version to match released graphics stack

2012-10-10 Thread nitin . a . kamble
From: Nitin A Kamble The Intel Linux graphics stack version 12.07 released on 2012-07-24 requires version 2.20.0 as seen here: http://intellinuxgraphics.org/2012.07.html Currently oecore has 2.19.0 version. So get this 2.20.0 version in meta-intel layer to be used by sugarbay and other BSPs u

[yocto] [PATCHv3 2/6] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-10 Thread nitin . a . kamble
From: Nitin A Kamble Avoid following warnings while building crownbay BSPs: NOTE: preferred version 7.11 of mesa-dri not available (for item virtual/libgl) NOTE: versions of mesa-dri available: 2:8.0.4 2:8.0.4+git1+c1f4867c89adb1a6b19d66ec8ad146115909f0a7 This commit addresses one of the iss

[yocto] [PATCHv3 3/6] emgd-driver_bin_1.10: Remove in favor of 1.14

2012-10-10 Thread nitin . a . kamble
From: Nitin A Kamble All BSPs have been migrated to 1.14, we can now safely retire 1.10 Signed-off-by: Nitin A Kamble --- .../xorg-driver/emgd-driver-bin_1.10.bb| 93 1 files changed, 0 insertions(+), 93 deletions(-) delete mode 100644 common/recipes-graphic

[yocto] [PATCHv3 5/6] update maintainers of various BSPs

2012-10-10 Thread nitin . a . kamble
From: Nitin A Kamble BSP maintainership for following BSPs is now transitioned from Tom to Nitin sugarbay, emenlow, crownbay, jasperforest, chiefriver Signed-off-by: Nitin A Kamble --- MAINTAINERS | 12 ++-- meta-chiefriver/README | 11 +++ meta-crownbay/REA

[yocto] [PATCHv3 4/6] fishriver BSP retirement

2012-10-10 Thread nitin . a . kamble
From: Nitin A Kamble This commit removes fishriver bsp from meta-intel layer. Fish-River-Island-2 hardware and BSP has made this Fish-River-Island hardware and BSP obsolete. Also we discussed this on the Yocto Execution Tracking Meeting, and to our knowledge no customer is using (cares about

[yocto] [PATCHv3 6/6] custom-licenses dir for Intel-binary-only License

2012-10-10 Thread nitin . a . kamble
From: Nitin A Kamble Add a directory common/custom-licenses to store license texts of recipes in meta-intel layer using custom licenses. Adding Intel-binary-only license text for emgd-driver-bin recipe. This takes care of this build warning: WARNING: emgd-driver-bin: No generic license file exi

Re: [yocto] denx.de site down?

2012-10-10 Thread Wolfgang Denk
Dear Elvis, In message <8fdc41dc-70b4-4bcb-9b95-51cfbca89...@gmail.com> you wrote: > > I noticed that your site has been down since > yesterday? I usually sync with your u-boot and eldk repositories, and > during the yocto build process, it failed because your site was > un

Re: [yocto] Finding root cause of "host include and/or library paths were used"

2012-10-10 Thread Chris Tapp
On 10 Oct 2012, at 18:26, Bodke, Kishore K wrote: > > >> -Original Message- >> From: yocto-boun...@yoctoproject.org [mailto:yocto- >> boun...@yoctoproject.org] On Behalf Of Chris Tapp >> Sent: Wednesday, October 10, 2012 9:50 AM >> To: yocto@yoctoproject.org Project >> Subject: [yocto] F

Re: [yocto] [PATCHv2 4/5] fishriver BSP retirement

2012-10-10 Thread Bruce Ashfield
On 12-10-09 09:16 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble This commit removes fishriver bsp from meta-intel layer. Fish-River-Islnad-2 hardware and BSP has made this Fish-River-Island hardware and BSP absolute. Also we discussed this on the Yocto Execution Tracking Meetin

Re: [yocto] Finding root cause of "host include and/or library paths were used"

2012-10-10 Thread Chris Tapp
On 10 Oct 2012, at 20:51, Chris Tapp wrote: > On 10 Oct 2012, at 18:26, Bodke, Kishore K wrote: > >> >> >>> -Original Message- >>> From: yocto-boun...@yoctoproject.org [mailto:yocto- >>> boun...@yoctoproject.org] On Behalf Of Chris Tapp >>> Sent: Wednesday, October 10, 2012 9:50 AM >>>

Re: [yocto] Finding root cause of "host include and/or library paths were used"

2012-10-10 Thread Bodke, Kishore K
>-Original Message- >From: Chris Tapp [mailto:opensou...@keylevel.com] >Sent: Wednesday, October 10, 2012 2:34 PM >To: Bodke, Kishore K >Cc: yocto@yoctoproject.org Project >Subject: Re: [yocto] Finding root cause of "host include and/or library paths >were used" > > >On 10 Oct 2012, at 20

Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-10 Thread Kamble, Nitin A
> -Original Message- > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Wednesday, October 10, 2012 2:24 AM > To: Kamble, Nitin A > Cc: yocto@yoctoproject.org; Zanussi, Tom; Hart, Darren > Subject: Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as > preferred ve

Re: [yocto] [PATCHv2 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-10 Thread Kamble, Nitin A
> -Original Message- > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Wednesday, October 10, 2012 2:25 AM > To: Kamble, Nitin A > Cc: Zanussi, Tom; Hart, Darren; yocto@yoctoproject.org > Subject: Re: [yocto] [PATCHv2 2/5] crownbay.conf: specify the 8.0.4 version > as preferred

Re: [yocto] [PATCHv2 4/5] fishriver BSP retirement

2012-10-10 Thread Kamble, Nitin A
> -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > Sent: Wednesday, October 10, 2012 2:07 PM > To: Kamble, Nitin A > Cc: Zanussi, Tom; Hart, Darren; yocto@yoctoproject.org > Subject: Re: [yocto] [PATCHv2 4/5] fishriver BSP retirement > > On 12-10-09 09:16

Re: [yocto] [PATCHv2 4/5] fishriver BSP retirement

2012-10-10 Thread Bruce Ashfield
On 12-10-10 7:18 PM, Kamble, Nitin A wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Wednesday, October 10, 2012 2:07 PM To: Kamble, Nitin A Cc: Zanussi, Tom; Hart, Darren; yocto@yoctoproject.org Subject: Re: [yocto] [PATCHv2 4/5] fishriver BS

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

2012-10-10 Thread Liu, Song
Sorry for the late. Attendees: ScottR, Jessica, Beth, DaveST, PaulE, Richard, Sea, Fahad, DavidW, Denys, AlexG, Ross, Song   Amit: MontaVista, based in India, Bangalore. Replacing Mark in this meeting for MontaVista Dave, Michael,   Minutes:   * Opens collection - 5 min (Song) * Yocto 1.3 sta

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

2012-10-10 Thread Liu, Song
Sorry for the late. Attendees: ScottR, Jessica, Beth, DaveST, PaulE, Richard, Sea, Fahad, DavidW, Denys, AlexG, Ross, Song   Amit: MontaVista, based in India, Bangalore. Replacing Mark in this meeting for MontaVista Dave, Michael,   Minutes:   * Opens collection - 5 min (Song) * Yocto 1.3 sta