summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/conf/machine/crownbay.conf
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-10-08 10:27:11 -0700
committerTom Zanussi <tom.zanussi@intel.com>2012-10-12 08:40:43 -0500
commitd490931da4f120d564c76029600f28eb4c927f93 (patch)
tree284644a076f84b176b15e620c6c13f94cd3175e3 /meta-crownbay/conf/machine/crownbay.conf
parent7397bb5b448f8e38c310f207bdfcff4b64dfa000 (diff)
downloadmeta-intel-d490931da4f120d564c76029600f28eb4c927f93.tar.gz
meta-crownbay: specify the 8.0.4 version as preferred version of mesa-dri
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.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-crownbay/conf/machine/crownbay.conf')
-rw-r--r--meta-crownbay/conf/machine/crownbay.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf
index c18fa1da..72431de7 100644
--- a/meta-crownbay/conf/machine/crownbay.conf
+++ b/meta-crownbay/conf/machine/crownbay.conf
@@ -18,7 +18,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
18 " 18 "
19 19
20PREFERRED_VERSION_xserver-xorg ?= "1.9.3" 20PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
21PREFERRED_VERSION_mesa-dri ?= "7.11" 21PREFERRED_VERSION_mesa-dri ?= "8.0.4"
22PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" 22PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
23 23
24APPEND += "video=vesafb vga=0x318 vmalloc=256MB" 24APPEND += "video=vesafb vga=0x318 vmalloc=256MB"