<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/meta-crownbay, branch 1.4_M3.rc2</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=1.4_M3.rc2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=1.4_M3.rc2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2013-01-25T04:50:58+00:00</updated>
<entry>
<title>crownbay.conf: use the new method for specifying VA codecs</title>
<updated>2013-01-25T04:50:58+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-01-23T23:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=f3bccf8f0c91b4edff480327895dff5efb792f82'/>
<id>urn:sha1:f3bccf8f0c91b4edff480327895dff5efb792f82</id>
<content type='text'>
This replaces the old VA_FEATURES method to specify the codecs.

These VA codecs are included in the image when image has 'hwcodec'
in the IMAGE_FEATURES.

And one can disable the VA features by redefining the IMAGE_FEATURES
var in the local.conf .

The gst-va-intel package pulls in emgd driver and x11 pieces, hence
it is moved to the XSERVERCODECS var.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>crownbay: use emgd 1.16 driver for graphics</title>
<updated>2013-01-23T20:05:11+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-01-21T22:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=fbb51638e8811995e667bf8ccc62f573de8a0ec6'/>
<id>urn:sha1:fbb51638e8811995e667bf8ccc62f573de8a0ec6</id>
<content type='text'>
Move from 1.14 version to 1.16 version of the emgd driver for
graphics support.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Acked-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>emgd-1.14: prepare for coexisting with emgd-1.16 recipe</title>
<updated>2013-01-23T20:03:38+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-01-22T23:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=e3155c34af5539f8fa737bb1eee0ebc20eadf762'/>
<id>urn:sha1:e3155c34af5539f8fa737bb1eee0ebc20eadf762</id>
<content type='text'>
We want to use emgd-1.14 &amp; emgd-1.16 recipe interchangeably.
As the some of the generated package names include versions
which will be different in the emgd-1.16 recipe, this
version part is stripped from the package names so that it
will match with the emgd-1.16 recipe package names.

All the BSP configuration which were using these package names
also change accordingly to avoid any build issues.

Also with the 2 versions of emgd recipes make sure that BSPs
don't start using the emgd-1.16 version until they have been
validated to work by specifying the preferred emgd recipe
version for the relevant BSPs.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Acked-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>crownbay: clean up the linux-yocto-3.4 recipe</title>
<updated>2013-01-22T20:21:04+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-01-21T23:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=3f53ce5e83e81b8b715ea1d292bd7949bcf03e02'/>
<id>urn:sha1:3f53ce5e83e81b8b715ea1d292bd7949bcf03e02</id>
<content type='text'>
clean up unused variable.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>BSP layer READMEs: fix the YP Compliance link</title>
<updated>2013-01-19T22:18:44+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-01-18T05:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=d92dd091397b4c77000c2db152bb621a62b76cf9'/>
<id>urn:sha1:d92dd091397b4c77000c2db152bb621a62b76cf9</id>
<content type='text'>
The link has changed on the yoctoproject website, updating the URL
in the BSP layer READMEs.

This fixes the bug:
[Yocto #3730]

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>crownbay: specify graphics driver as a kernel feature</title>
<updated>2013-01-19T18:53:25+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-01-11T02:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=4a7cea9dc33da7266032006fbac971562b0365cb'/>
<id>urn:sha1:4a7cea9dc33da7266032006fbac971562b0365cb</id>
<content type='text'>
This change avoids addition of emgd source code in the noemgd bsp kernels.

This configures the crownbay BSP kernel with EMGD graphics driver
and crownbay-noemgd BSP kernel with just the VESA graphics driver.

The VESA FB support is kept for both BSPs for boot time splash screen
support.

This addresses the bug/feature request:
[YOCTO #2268]

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Use .= for adding to BBPATH and += to BBFILES</title>
<updated>2013-01-07T17:59:05+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2013-01-04T03:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=227d8fa72c2ffbccee4c21ffb32841129a550729'/>
<id>urn:sha1:227d8fa72c2ffbccee4c21ffb32841129a550729</id>
<content type='text'>
Fixes parsing errors which is appearing after this commit to
meta-openembedded

http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e

This triggers
exception NameError: name 'base_contains' is not defined
without this change

Avoid the immediate expansion operator (:=) which caused base_contains
added in the previous commit to fail to expand at the time the
meta-intel layer configs are parsed and replace it with one of the
append operators (.= or +=) that allows for delayed variable expansion.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>crownbay.conf: add EMGD VA components to VA_FEATURES variable</title>
<updated>2012-12-21T15:52:40+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2012-12-17T19:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=3af6851d40cf3677dac09c2ba72ba70cc1364f88'/>
<id>urn:sha1:3af6851d40cf3677dac09c2ba72ba70cc1364f88</id>
<content type='text'>
The following EMGD subpackages provide video acceleration and have
dependencies on libva and libx11:

  emgd-driver-video
  emgd-gst-plugins-va-0.10.10
  emgd-gst-plugins-mixvideo-0.10.34

Include these in the VA_FEATURES variable only when the EMGD XSERVER
is included in the image.

For images such as core-image-lsb which do not include X components,
including any of these emgd subpackages will pull in unwanted X
components.  This fixes that problem.

This fixes the following bug:
  [YOCTO #3507]

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>crownbay: linux-yocto_3.4.bbappend cleanup SRC_URI</title>
<updated>2012-12-14T16:34:38+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2012-12-10T22:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=3b4e4b952d9149b595cdee00b7d558b4b2dd88f5'/>
<id>urn:sha1:3b4e4b952d9149b595cdee00b7d558b4b2dd88f5</id>
<content type='text'>
Use ${KMETA} variable instead of using the branch name "meta" directly.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>crownbay README: add web links to the supported platforms</title>
<updated>2012-12-07T19:53:04+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2012-12-04T22:11:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=f0cad75959e81bdd2d4146935111b417d70699fe'/>
<id>urn:sha1:f0cad75959e81bdd2d4146935111b417d70699fe</id>
<content type='text'>
Add links in the readme so that one can find on the Internet
further details of the platforms supported by this BSP.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
</feed>
