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

2012-10-11 Thread Burton, Ross
On 11 October 2012 00:14, Kamble, Nitin A nitin.a.kam...@intel.com wrote:
   The reason is we want to know if the version of mesa in oecore has changed 
 or not. EMGD has specific needs of mesa, and in the testing we are not 
 finding any issues with v8.0.4 of mesa. But that may not hold true for future 
 versions of mesa, so we would like to pin the version here so we know that 
 this version works as expected.

That's an excellent reason.

Ross
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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 version of mesa-dri
 
 On 10 October 2012 02:16,  nitin.a.kam...@intel.com 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 preferred version in oe-core, so wouldn't it be easier to just 
 drop
 this preferred version line and avoid this repeating itself in the future?
 
 Ross

Hi Ross,
  The reason is we want to know if the version of mesa in oecore has changed or 
not. EMGD has specific needs of mesa, and in the testing we are not finding any 
issues with v8.0.4 of mesa. But that may not hold true for future versions of 
mesa, so we would like to pin the version here so we know that this version 
works as expected.

Nitin

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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,  nitin.a.kam...@intel.com 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 preferred version in oe-core, so wouldn't it be easier to
just drop this preferred version line and avoid this repeating itself
in the future?

Ross
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

2012-10-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com

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 issue reported on the bug:
[YOCTO #3238]

Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com
---
 meta-crownbay/conf/machine/crownbay.conf |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-crownbay/conf/machine/crownbay.conf 
b/meta-crownbay/conf/machine/crownbay.conf
index c18fa1d..72431de 100644
--- a/meta-crownbay/conf/machine/crownbay.conf
+++ b/meta-crownbay/conf/machine/crownbay.conf
@@ -18,7 +18,7 @@ XSERVER ?= ${XSERVER_IA32_BASE} \

 
 PREFERRED_VERSION_xserver-xorg ?= 1.9.3
-PREFERRED_VERSION_mesa-dri ?= 7.11
+PREFERRED_VERSION_mesa-dri ?= 8.0.4
 PREFERRED_VERSION_xf86-input-evdev ?= 2.6.0
 
 APPEND += video=vesafb vga=0x318 vmalloc=256MB
-- 
1.7.3.4

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

2012-10-09 Thread Darren Hart
On 10/09/2012 06:16 PM, nitin.a.kam...@intel.com wrote:
 From: Nitin A Kamble nitin.a.kam...@intel.com
 
 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 issue reported on the bug:
 [YOCTO #3238]
 
 Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com

Acked-by: Darren Hart dvh...@linux.intel.com

 ---
  meta-crownbay/conf/machine/crownbay.conf |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/meta-crownbay/conf/machine/crownbay.conf 
 b/meta-crownbay/conf/machine/crownbay.conf
 index c18fa1d..72431de 100644
 --- a/meta-crownbay/conf/machine/crownbay.conf
 +++ b/meta-crownbay/conf/machine/crownbay.conf
 @@ -18,7 +18,7 @@ XSERVER ?= ${XSERVER_IA32_BASE} \
 
  
  PREFERRED_VERSION_xserver-xorg ?= 1.9.3
 -PREFERRED_VERSION_mesa-dri ?= 7.11
 +PREFERRED_VERSION_mesa-dri ?= 8.0.4
  PREFERRED_VERSION_xf86-input-evdev ?= 2.6.0
  
  APPEND += video=vesafb vga=0x318 vmalloc=256MB
 

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto