summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/conf
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2013-11-14 16:02:23 -0600
committerTom Zanussi <tom.zanussi@intel.com>2013-11-14 18:16:34 -0600
commit1019ab55518b879684fa43a3169bc16d3af3fa78 (patch)
treef9dfa7e87eb7c485b916e5e6959ab6fde44c900f /meta-emenlow/conf
parenta317a41962f65a831bbd97745b96af7809543c24 (diff)
downloadmeta-intel-1019ab55518b879684fa43a3169bc16d3af3fa78.tar.gz
emenlow: 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/libg 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-emenlow/conf')
-rw-r--r--meta-emenlow/conf/machine/emenlow.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index 3cbebe56..eeb39d8d 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.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"