<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/meta-sugarbay/conf/machine/sugarbay.conf, branch 1.3.2.final</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=1.3.2.final</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=1.3.2.final'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2012-10-25T20:05:49+00:00</updated>
<entry>
<title>sugarbay: add WEBTITLE &amp; Compliance information</title>
<updated>2012-10-25T20:05:49+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2012-10-23T19:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=c19e9f51ebbdc603124994f3694fc79b0a83cf41'/>
<id>urn:sha1:c19e9f51ebbdc603124994f3694fc79b0a83cf41</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>meta-intel: make video acceleration choice dependent on LICENSE_FLAGS</title>
<updated>2012-09-15T20:02:17+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2012-09-14T19:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=2231d3800e94e39a6cc77473c6654cb221e7e55b'/>
<id>urn:sha1:2231d3800e94e39a6cc77473c6654cb221e7e55b</id>
<content type='text'>
The gst-ffmpeg recipe in oe-core had LICENSE_FLAGS added to make it
"commercial", so to avoid build errors the BSPs that use it (via the
gst-va-intel VA_FEATURE) should only include it if the user has added
"commercial" to LICENSE_FLAGS_WHITELIST when building.

This adds a conditional to detect that, along with a NOTE in the
README to explain the need for the flag.

Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>meta-intel: use va-impl-intel MACHINE_FEATURE</title>
<updated>2012-08-30T21:28:19+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2012-07-19T19:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=2a7a46cad31df8c8c7559d2d55c905ac23a56b65'/>
<id>urn:sha1:2a7a46cad31df8c8c7559d2d55c905ac23a56b65</id>
<content type='text'>
Explicitly specify the va-impl-intel MACHINE_FEATURE, and update the
mixvideo uses with the feature rename.

Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>sugarbay: set v3.4 as the default kernel recipe version</title>
<updated>2012-07-09T18:52:00+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2012-07-06T11:01:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=1fc06d4e90d728ff8260f8595d78497c9fc5864a'/>
<id>urn:sha1:1fc06d4e90d728ff8260f8595d78497c9fc5864a</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-sugarbay: use gst-va-intel and va-intel</title>
<updated>2012-05-30T19:22:51+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2012-05-20T02:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=3b8ef4511f240dff4d940f250fa12f05698b74c0'/>
<id>urn:sha1:3b8ef4511f240dff4d940f250fa12f05698b74c0</id>
<content type='text'>
Have sugarbay use gst-va-intel and va-intel so we can easily test and
make use of the video acceleration capabilities of this machine.

Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>n450: fix wrong video driver</title>
<updated>2012-03-23T04:27:31+00:00</updated>
<author>
<name>Zhai Edwin</name>
<email>edwin.zhai@intel.com</email>
</author>
<published>2012-03-23T01:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=2cd93a046edf78537297ecfe8c1ef10520734e89'/>
<id>urn:sha1:2cd93a046edf78537297ecfe8c1ef10520734e89</id>
<content type='text'>
n450 should use i915 rather than i965.

[YOCTO #1840] fixed

Signed-off-by: Zhai Edwin &lt;edwin.zhai@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>meta-sugarbay: switch to linux-yocto-3.2 kernel</title>
<updated>2012-03-18T20:51:24+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2012-03-02T21:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=53ae200809bb6acfad89c254fa611d9fbace964e'/>
<id>urn:sha1:53ae200809bb6acfad89c254fa611d9fbace964e</id>
<content type='text'>
Switch sugarbay to the 3.2 kernel and update kernel SRCREVs.

Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>Have sugarbay.conf use the common ia32-base .inc file and remove the</title>
<updated>2011-11-21T15:30:00+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2011-11-16T04:25:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=2061bbe2a0e29a493a8965e5ce3bc3b03d21760f'/>
<id>urn:sha1:2061bbe2a0e29a493a8965e5ce3bc3b03d21760f</id>
<content type='text'>
open-coded machine settings.

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