<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/meta-chiefriver, branch danny-next</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=danny-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=danny-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2012-12-05T20:48:38+00:00</updated>
<entry>
<title>BSP README.sources: update the URL of the source tarball</title>
<updated>2012-12-05T20:48:38+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2012-12-05T18:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=38685d652212f8425ef9daa43d647b73711ac354'/>
<id>urn:sha1:38685d652212f8425ef9daa43d647b73711ac354</id>
<content type='text'>
Instead of the denzil release specify the location of the source tarball
of danny release.

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>meta-intel: update kernel SRCREVs and pin LINUX_VERSION</title>
<updated>2012-10-29T23:04:05+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2012-10-29T22:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=3898886e634523bc1bfbfae9f942959f6badfdb0'/>
<id>urn:sha1:3898886e634523bc1bfbfae9f942959f6badfdb0</id>
<content type='text'>
Update all the linux-yocto .bbappends with the latest kernel SRCREVs
and add explicit LINUX_VERSIONs for the 1.3 release, to prevent a
mismatch between the kernel version actually used in the machine
branch vs the version the recipe uses for the kernel image, which can
change with stable updates.

Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>chiefriver: add WEBTITLE &amp; Compliance information</title>
<updated>2012-10-25T20:05:16+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2012-10-23T19:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=3906dcbdea58a2147fe295dfb9504e283e05fcf2'/>
<id>urn:sha1:3906dcbdea58a2147fe295dfb9504e283e05fcf2</id>
<content type='text'>
The WEBTITLE will be used to publish the BSP on the Yocto Project Website.
And adding the Yocto Project Compliance information for the 1.3 release.

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>meta-intel: fix VA_FEATURES assignment in machine configs</title>
<updated>2012-10-25T13:28:14+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2012-10-24T13:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=6e0d82eb19a00c04460b15b6df561f608f6460e4'/>
<id>urn:sha1:6e0d82eb19a00c04460b15b6df561f608f6460e4</id>
<content type='text'>
commit 2231d38 (meta-intel: make video acceleration choice dependent
on LICENSE_FLAGS) inadvertently also changed '?=' to a hard
assignment, making it hard to override as intended.  This changes it
back.

Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>meta-intel: don't require commercial licenses for gstreamer-vaapi</title>
<updated>2012-10-22T14:09:28+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2012-10-22T11:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=71619f5ef05a3ca3a2a6b19764f6a8a93f011d67'/>
<id>urn:sha1:71619f5ef05a3ca3a2a6b19764f6a8a93f011d67</id>
<content type='text'>
Now that gstreamer-vaapi doesn't depend on ffmpeg, it can always be recommended
by the machine configuration.

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>chiefriver: update kernel repo srcrevs</title>
<updated>2012-10-17T02:13:25+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2012-10-16T15:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=81f53c90aae3d7796fc3c1546554a1493d59714f'/>
<id>urn:sha1:81f53c90aae3d7796fc3c1546554a1493d59714f</id>
<content type='text'>
Keeping up2date with the latest HEADs of the branches
from kernel v3.4 repository

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>meta-intel: update maintainers of various BSPs</title>
<updated>2012-10-12T13:41:18+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2012-10-09T19:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=dcb74b880b583220e17705d7635972b3573454ba'/>
<id>urn:sha1:dcb74b880b583220e17705d7635972b3573454ba</id>
<content type='text'>
BSP maintainership for following BSPs is now transitioned from Tom to Nitin
 sugarbay, emenlow, crownbay, jasperforest, chiefriver

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>Fix use of PRINC in meta-intel BSPs</title>
<updated>2012-10-09T23:04:30+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2012-10-09T22:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=5d8a05811101f7d69994f4028ec620c4480f6da4'/>
<id>urn:sha1:5d8a05811101f7d69994f4028ec620c4480f6da4</id>
<content type='text'>
Replaces all uses of PRINC with the form:

PRINC := "${@int(PRINC) + N}"

Where N is the previously assigned value plus one to ensure a
monotonically increasing PRINC value.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Acked-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
CC: Saul Wold &lt;sgw@linux.intel.com&gt;
CC: Nitin Kamble &lt;nitin.a.kamble@intel.com&gt;
</content>
</entry>
<entry>
<title>chiefriver: uprev v3.4 kernel commit ids</title>
<updated>2012-10-04T19:20:44+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2012-10-02T17:13:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=7a5aec127d492dc008b8d543ce9e2a263376fcb2'/>
<id>urn:sha1:7a5aec127d492dc008b8d543ce9e2a263376fcb2</id>
<content type='text'>
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>meta-intel: use FILESEXTRAPATHS for xserver-xf86-config bbappends</title>
<updated>2012-10-02T16:30:47+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2012-09-29T05:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=50ac6e8785c167ea4aa4601fd690ef783151853d'/>
<id>urn:sha1:50ac6e8785c167ea4aa4601fd690ef783151853d</id>
<content type='text'>
The xserver-xf86-config .bbappends are still using FILESPATH - update
them to use FILESEXTRAPATHS as recommended by the Poky Reference
Manual and BSP Developer's Guides.

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