diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2014-03-07 14:33:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-11 08:06:11 -0700 |
commit | f707b6d81d2548e1bc8effdf267d1e40cc2cb806 (patch) | |
tree | f7778fff939fd45da5ee1fd49482eb69befce8ec /meta/conf/distro/include | |
parent | f7a0aa412a921a41d301be072cedcda2662ffbd7 (diff) | |
download | openembedded-core-f707b6d81d2548e1bc8effdf267d1e40cc2cb806.tar.gz openembedded-core-f707b6d81d2548e1bc8effdf267d1e40cc2cb806.tar.bz2 openembedded-core-f707b6d81d2548e1bc8effdf267d1e40cc2cb806.zip |
xf86-video-intel: add recipe for 2.99.910, remove the git one
Intel graphics stack releases >= 2013Q3 need
xf86-video-intel >= 2.99.902. However, keep the stable release around
too, in case people need it.
The git recipe is not really used. Remove, since it has missing
PACKAGECONFIG, license checksums and so on.
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r-- | meta/conf/distro/include/default-versions.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc index 53ec2e7caf..a9a931d772 100644 --- a/meta/conf/distro/include/default-versions.inc +++ b/meta/conf/distro/include/default-versions.inc @@ -9,3 +9,6 @@ PREFERRED_VERSION_python-native ?= "2.7.3" # Force the older version of liberation-fonts until we fix the fontforge issue PREFERRED_VERSION_liberation-fonts ?= "1.04" + +# Intel video stack 2013Q3 and newer need a version >=2.99.902 +PREFERRED_VERSION_xf86-video-intel ?= "2.99.910" |