diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2013-11-14 16:01:37 -0600 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-11-14 18:15:13 -0600 |
commit | a317a41962f65a831bbd97745b96af7809543c24 (patch) | |
tree | 8f5af655291bb3c31a60b51c38b9179015618c08 /meta-fri2/conf/machine | |
parent | 3b26dd333ee59c5c00b946abbf7432216ac6767f (diff) | |
download | meta-intel-a317a41962f65a831bbd97745b96af7809543c24.tar.gz |
fri2: 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-fri2/conf/machine')
-rw-r--r-- | meta-fri2/conf/machine/fri2.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf index 488a065c..4ffdc4eb 100644 --- a/meta-fri2/conf/machine/fri2.conf +++ b/meta-fri2/conf/machine/fri2.conf | |||
@@ -26,7 +26,6 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ | |||
26 | " | 26 | " |
27 | 27 | ||
28 | PREFERRED_VERSION_xserver-xorg ?= "1.9.3" | 28 | PREFERRED_VERSION_xserver-xorg ?= "1.9.3" |
29 | PREFERRED_VERSION_mesa ?= "9.1.6" | ||
30 | PREFERRED_VERSION_xf86-input-synaptics ?= "1.6.3" | 29 | PREFERRED_VERSION_xf86-input-synaptics ?= "1.6.3" |
31 | PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" | 30 | PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" |
32 | PREFERRED_VERSION_emgd-driver-bin ?= "1.18" | 31 | PREFERRED_VERSION_emgd-driver-bin ?= "1.18" |