summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/conf/machine/crownbay.conf
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2013-11-14 15:25:39 -0600
committerTom Zanussi <tom.zanussi@intel.com>2013-11-14 18:12:53 -0600
commit3b26dd333ee59c5c00b946abbf7432216ac6767f (patch)
tree66953095b41fcb45903c19852d38e79d35fb6601 /meta-crownbay/conf/machine/crownbay.conf
parent06623c901bd6e8e177f722ce03ffa96574e2e0e2 (diff)
downloadmeta-intel-3b26dd333ee59c5c00b946abbf7432216ac6767f.tar.gz
crownbay: Remove mesa PREFERRED_VERSION
From Ross: "There's only one version of Mesa in oe-core *and* mesa isn't used by these BSPs anymore (they use mesa-gl)." So remove the preferred version and get rid of warnings such as below: NOTE: preferred version 9.1.6 of mesa not available (for item virtual/libgl) NOTE: versions of mesa available: 2:9.2.2 2:9.2.2+gitAUTOINC+8f0742051e 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.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf
index b0287821..20fff973 100644
--- a/meta-crownbay/conf/machine/crownbay.conf
+++ b/meta-crownbay/conf/machine/crownbay.conf
@@ -25,7 +25,6 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
25 " 25 "
26 26
27PREFERRED_VERSION_xserver-xorg ?= "1.9.3" 27PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
28PREFERRED_VERSION_mesa ?= "9.1.6"
29PREFERRED_VERSION_xf86-input-synaptics ?= "1.6.3" 28PREFERRED_VERSION_xf86-input-synaptics ?= "1.6.3"
30PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" 29PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
31PREFERRED_VERSION_emgd-driver-bin ?= "1.18" 30PREFERRED_VERSION_emgd-driver-bin ?= "1.18"