<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/common, branch yocto-1.5</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=yocto-1.5</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=yocto-1.5'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2013-10-11T18:53:19+00:00</updated>
<entry>
<title>emgd-driver-bin*: Modify LICENSE to reflect true license</title>
<updated>2013-10-11T18:53:19+00:00</updated>
<author>
<name>Elizabeth Flanagan</name>
<email>elizabeth.flanagan@intel.com</email>
</author>
<published>2013-10-10T20:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=27d2663112bbc6e2cf075bdbbd6e68e1a15476d6'/>
<id>urn:sha1:27d2663112bbc6e2cf075bdbbd6e68e1a15476d6</id>
<content type='text'>
EMGD's user space driver contains MIT code. The current Intel
user space license contains MIT text and other licenses that
are not within the actual binary. We should strip out the
MIT text (and others) from the Intel user space license (next commit) and
correct the LICENSE field to reflect MIT license.

Signed-off-by: Elizabeth Flanagan &lt;elizabeth.flanagan@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>common: Remove obsolete QAT-related recipes</title>
<updated>2013-09-26T15:14:34+00:00</updated>
<author>
<name>Ong Boon Leong</name>
<email>boon.leong.ong@intel.com</email>
</author>
<published>2013-09-25T06:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=7dfb8ba7e099ac548d31cc67072df10117e9aafa'/>
<id>urn:sha1:7dfb8ba7e099ac548d31cc67072df10117e9aafa</id>
<content type='text'>
Remove openssl-qat-module and zlib-qat-module recipes and any
references to them from meta-intel.

This is to remove recipes for obsolete and unmaintained software
ingredients related to QAT.

Signed-off-by Ong Boon Leong &lt;boon.leong.ong@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>libva: use virtual providers of the gl components</title>
<updated>2013-09-18T13:14:30+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-09-10T23:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=7ea54402355c82027a03a21ef21c0241ecc2d533'/>
<id>urn:sha1:7ea54402355c82027a03a21ef21c0241ecc2d533</id>
<content type='text'>
These components can come from either mesa recipe of some other
custom gl providers such as emgd recipe.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
</content>
</entry>
<entry>
<title>emgd-driver-bin: add PROVIDES line for virtual opengl components</title>
<updated>2013-09-18T13:14:23+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-09-10T23:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=c58bf39c2e5e7fe10c26ab317ee9456b47e73818'/>
<id>urn:sha1:c58bf39c2e5e7fe10c26ab317ee9456b47e73818</id>
<content type='text'>
Both emgd and mesa recipes provides opengl components. With this
change recipies which depend on opengl components, can specify
what they want, and BSP config selects the right provider recipe.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
</content>
</entry>
<entry>
<title>xf86-video-mga: respect opengl DISTRO_FEATURE</title>
<updated>2013-09-12T23:07:05+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2013-09-12T14:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=b9bea40063ef7a66e31e1a06cfc24332c1c07a9b'/>
<id>urn:sha1:b9bea40063ef7a66e31e1a06cfc24332c1c07a9b</id>
<content type='text'>
Respect the opengl DISTRO_FEATURE and enable/disable DRI as appropriate.

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
</content>
</entry>
<entry>
<title>emgd-driver-bin: Fix RDEPENDS and exclude from world</title>
<updated>2013-09-11T16:59:36+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2013-09-11T16:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=4f5c753fb2db0cb1f6989ea3be270eebf3ea3572'/>
<id>urn:sha1:4f5c753fb2db0cb1f6989ea3be270eebf3ea3572</id>
<content type='text'>
One of the drivers links to libva so we need to list it as an RDEPENDS
so that when we package, we can ensure any library renaming gets applied
correctly. The bug can be seen if you "bitbake emgd-driver-bin", then
build an image using that library.

Also exclude these recipes from world since they should get built when
needed through the virtual/ mechanism, building them for say a qemux86
world build just corrupts the system due the the multiple shlibs providers.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
Reviewed-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>xf86-video-intel: remove from meta-intel</title>
<updated>2013-09-06T21:50:48+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-09-05T17:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=c5bce5dcaedc570c5220632c65dcf00773e0fd6b'/>
<id>urn:sha1:c5bce5dcaedc570c5220632c65dcf00773e0fd6b</id>
<content type='text'>
A newer version of this recipe is in oecore. And this version
is not used anymore.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>emgd-driver-bin: mark opengl as a required distro feature</title>
<updated>2013-09-05T13:20:21+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-08-21T20:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=662865482570f698571596764f1cfc748338c436'/>
<id>urn:sha1:662865482570f698571596764f1cfc748338c436</id>
<content type='text'>
emgd recipe needs 'opengl' distro feature enabled. Otherwise target image
build fails without much clue. This commit is marking the 'opengl' as a
required distro feature, which helps user understand the distro
configuration issue in case the requirement of distro features is not met.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Acked-By: Ross Burton &lt;ross.burton@intel.com&gt;
</content>
</entry>
<entry>
<title>gummiboot: Update to current HEAD (35+)</title>
<updated>2013-08-22T18:32:41+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2013-08-22T18:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=8d3f10e5e760d0af3f068d442655b176953f2b5a'/>
<id>urn:sha1:8d3f10e5e760d0af3f068d442655b176953f2b5a</id>
<content type='text'>
Update to the latest gummiboot and remove all patches from the recipe
which are now upstream in one for or anoter. Make use of the new
configuration methods for inc/lib/lds directories. Change the PV to use
the git SRCREV beyond the release tag.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>yasm: remove</title>
<updated>2013-08-14T23:40:40+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2013-08-13T22:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=3be52cc95ff2c43d9d3c46c03c636e520ebefebc'/>
<id>urn:sha1:3be52cc95ff2c43d9d3c46c03c636e520ebefebc</id>
<content type='text'>
This is now in OE-Core.

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
</feed>
