Re: [meta-intel] [PATCH 1/1] emgd-driver-bin: mark opengl as a required distro feature

2013-09-04 Thread Kamble, Nitin A
Hi Ross, As you nacked the previous version of this fix. Can you Ack it this time? Thanks, Nitin > -Original Message- > From: Kamble, Nitin A > Sent: Tuesday, August 27, 2013 10:58 AM > To: Zanussi, Tom; Hart, Darren; meta-intel@yoctoproject.org > Cc: Kamble, Nitin A > Subject: [PATCH

[meta-intel] [PATCH 0/5] Misc meta-intel fixes

2013-09-04 Thread nitin . a . kamble
From: Nitin A Kamble Here are fixes for some of the meta-intel bugs. Can we expediate pulling of these commits? It will get the RC3 rolling on autobuilder. Thanks, Nitin The following changes since commit 778561d31c08c5ef46deff624ee4c8016ec319b8: emgd-driver-bin: mark opengl as a required d

[meta-intel] [PATCH 4/5] xf86-video-intel: mark opengl as a required distro feature

2013-09-04 Thread nitin . a . kamble
From: Nitin A Kamble This recipe needs 'opengl' distro feature enabled. Otherwise build fails with this error: | intel.h:66:18: fatal error: dri2.h: No such file or directory Fixes bug: [YOCTO #5096] Signed-off-by: Nitin A Kamble --- common/recipes-graphics/xorg-driver/xf86-video-intel_2.20.

[meta-intel] [PATCH 1/5] sugarbay: mention required opengl distro feature in the README

2013-09-04 Thread nitin . a . kamble
From: Nitin A Kamble Mention that if the distro policy does not list 'opengl' in the DISTRO_FEATURES, then one needs to do it in local.conf. Signed-off-by: Nitin A Kamble --- meta-sugarbay/README | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta-sugarbay/README b/meta-sugarbay/RE

[meta-intel] [PATCH 3/5] nuc: mention required opengl distro feature in the README

2013-09-04 Thread nitin . a . kamble
From: Nitin A Kamble Mention that if the distro policy does not list 'opengl' in the DISTRO_FEATURES, then one needs to do it in local.conf. Signed-off-by: Nitin A Kamble --- meta-nuc/README | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta-nuc/README b/meta-nuc/README index 3acf

[meta-intel] [PATCH 5/5] mesa: make the recipe MACHINE independent

2013-09-04 Thread nitin . a . kamble
From: Nitin A Kamble This avoids rebuilding of the recipe when a different MACHINE is selected with the same arch. Fixes bug: [YOCTO #5120] Signed-off-by: Nitin A Kamble --- common/recipes-graphics/mesa/mesa_9.1.6.bbappend | 64 1 file changed, 44 insertions(+), 20 de

[meta-intel] [PATCH 2/5] chiefriver: mention required opengl distro feature in the README

2013-09-04 Thread nitin . a . kamble
From: Nitin A Kamble Mention that if the distro policy does not list 'opengl' in the DISTRO_FEATURES, then one needs to do it in local.conf. Signed-off-by: Nitin A Kamble --- meta-chiefriver/README | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta-chiefriver/README b/meta-chiefri

Re: [meta-intel] [PATCH 5/5] mesa: make the recipe MACHINE independent

2013-09-04 Thread Darren Hart
On Thu, 2013-09-05 at 03:38 +, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > This avoids rebuilding of the recipe when a different MACHINE is > selected with the same arch. For the occasional idiot such as myself that wants to really understand what this commit does this com

Re: [meta-intel] [PATCH 0/5] Misc meta-intel fixes

2013-09-04 Thread Darren Hart
On Thu, 2013-09-05 at 03:38 +, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > Here are fixes for some of the meta-intel bugs. > Can we expediate pulling of these commits? It will get the RC3 > rolling on autobuilder. > > Thanks, > Nitin > > The following changes since commit 77

Re: [meta-intel] [PATCH 5/5] mesa: make the recipe MACHINE independent

2013-09-04 Thread Kamble, Nitin A
> -Original Message- > From: Darren Hart [mailto:dvh...@linux.intel.com] > Sent: Wednesday, September 04, 2013 9:21 PM > To: Kamble, Nitin A > Cc: Zanussi, Tom; meta-intel@yoctoproject.org; > richard.pur...@linuxfoundation.org; Wold, Saul > Subject: Re: [PATCH 5/5] mesa: make the recipe M

[meta-intel] [Patch-v2 0/1] respin of the mesa fix

2013-09-04 Thread nitin . a . kamble
From: Nitin A Kamble After sending the 1st mesa fix. I started thinking that even though the previous fix was avoiding rerun of some of the tasks like do_compile and do_install, further improvement may be possible. Then I experimented further and cooked this v2 fix, which also avoids rerun of d

[meta-intel] [Patch-v2 1/1] mesa: avoid unnecessary rerunning of tasks

2013-09-04 Thread nitin . a . kamble
From: Nitin A Kamble When this recipe is rebuilt for a different machine with same arch, then the previous change to EXTRA_OECONF was causing rerun of all the tasks starting from do_configure. This commit avoids this behavior, needing only rerun of the do_populate_sysroot task. This is achieved