<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git, branch 1.4</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=1.4</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=1.4'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2013-04-23T21:45:15+00:00</updated>
<entry>
<title>fri2: Disable MSI interrupts for the HDA device</title>
<updated>2013-04-23T21:45:15+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2013-04-23T21:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=6147ba0e962c3d7ba28b53b9b930f1bed5833c90'/>
<id>urn:sha1:6147ba0e962c3d7ba28b53b9b930f1bed5833c90</id>
<content type='text'>
Fixes [YOCTO 3814]

MSI interrupts fail when using the EFI firmware on the FRI2. Disabling
them enables the HDA device to function properly on both BIOS and EFI
versions of the device.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>linux-firmware: Correct rtl license file location</title>
<updated>2013-04-23T16:50:18+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2013-04-23T16:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=196a1bd193400dac765df8fd0ff5cde68180ee39'/>
<id>urn:sha1:196a1bd193400dac765df8fd0ff5cde68180ee39</id>
<content type='text'>
The rtl-license package FILES was pointing to the wrong directory as it
was removed from there in commit:

acd3735 linux-firmware: Remove duplicaed license from rtlwifi subdir

This resulted in a do_rootfs failure for core-image-sato-sdk for fri2
with ipk when the linux-firmware-dev package tried to install
linux-firmware-rtl-license which wasn't created as it was empty.

Build tested with ipk and rpm packages.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Acked-by: Tom Zanussi &lt;tom.zanussi@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>meta-jasperforest: Fix BBFILES</title>
<updated>2013-04-23T13:15:37+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2013-04-23T12:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=19740c20016561d691bf1f45e213c45213faafd2'/>
<id>urn:sha1:19740c20016561d691bf1f45e213c45213faafd2</id>
<content type='text'>
BBFILES is whitespace delimited. If .= used, no whitespace padding is added around
the addition and this can lead to it being combined with some other part of the
field, leading to parts of BBFILES mysteriously not being seen.

For example, I have in my bblayers.conf:

  /media/build1/poky/meta-intel/meta-emenlow \
  /media/build1/poky/meta-intel/meta-fri2 \
  /media/build1/poky/meta-intel/meta-jasperforest \
  /media/build1/poky/meta-intel/meta-n450 \
  /media/build1/poky/meta-intel/meta-romley \

and this results in the warning:

WARNING: No bb files matched BBFILE_PATTERN_fri2 '^/media/build1/poky/meta-intel/meta-fri2/'

and if I try to build MACHINE=fri2, I get strange errors due to the .bb files
not being parsed.

The fix is simply to use +=, just like every other layer.conf file.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>emgd-driver-bin: do not provide gl.pc</title>
<updated>2013-04-23T03:36:28+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-04-21T02:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=2e1cc12ddb955fa558f42e1845d42e7f65a5156a'/>
<id>urn:sha1:2e1cc12ddb955fa558f42e1845d42e7f65a5156a</id>
<content type='text'>
Remove the previously added gl.pc from the emgd recipe.

emgd recipe does not provide libGL, still the associated gl.pc file was
provided in the recipe, which causes conflicts with other recipes as seen
below.

These kind of errors are fixed with this commit.

| Collected errors:
|  * check_data_file_clashes: Package libgl-mesa-dev wants to install file /srv/home/nitin/build-test-bsps/build-emenlow/tmp/work/emenlow-poky-linux/core-image-sato-sdk/1.0-r0/rootfs/usr/lib/pkgconfig/gl.pc
| 	But that file is already provided by package  * emgd-driver-dev
|  * opkg_install_cmd: Cannot install package qt4-x11-free-dev.
|  * check_data_file_clashes: Package libgl-mesa-dev wants to install file /srv/home/nitin/build-test-bsps/build-emenlow/tmp/work/emenlow-poky-linux/core-image-sato-sdk/1.0-r0/rootfs/usr/lib/pkgconfig/gl.pc
| 	But that file is already provided by package  * emgd-driver-dev
|  * opkg_install_cmd: Cannot install package mesa-demos-dev.
|  * check_data_file_clashes: Package libgl-mesa-dev wants to install file /srv/home/nitin/build-test-bsps/build-emenlow/tmp/work/emenlow-poky-linux/core-image-sato-sdk/1.0-r0/rootfs/usr/lib/pkgconfig/gl.pc
| 	But that file is already provided by package  * emgd-driver-dev
|  * opkg_install_cmd: Cannot install package libva-egl-dev.
|  * check_data_file_clashes: Package libgl-mesa-dev wants to install file /srv/home/nitin/build-test-bsps/build-emenlow/tmp/work/emenlow-poky-linux/core-image-sato-sdk/1.0-r0/rootfs/usr/lib/pkgconfig/gl.pc
| 	But that file is already provided by package  * emgd-driver-dev
|  * opkg_install_cmd: Cannot install package libva-glx-dev.
|  * check_data_file_clashes: Package libgl-mesa-dev wants to install file /srv/home/nitin/build-test-bsps/build-emenlow/tmp/work/emenlow-poky-linux/core-image-sato-sdk/1.0-r0/rootfs/usr/lib/pkgconfig/gl.pc
| 	But that file is already provided by package  * emgd-driver-dev
|  * opkg_install_cmd: Cannot install package libgl-mesa-dev.
| ERROR: Function failed: do_rootfs (see
| /srv/home/nitin/build-test-bsps/build-emenlow/tmp/work/emenlow-poky-li
| nux/core-image-sato-sdk/1.0-r0/temp/log.do_rootfs.49983 for further
| information)

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Tested-by: Tom Zanussi &lt;tom.zanussi@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>init-ifupdown: move network interfaces file for fri2 and sys940x</title>
<updated>2013-04-19T14:44:55+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2013-04-18T17:04:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=b237e2acaee4316ccc67a0603c35967d66348346'/>
<id>urn:sha1:b237e2acaee4316ccc67a0603c35967d66348346</id>
<content type='text'>
With the split of netbase and init-ifupdown, the interfaces file needs
to get moved.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Acked-by: Tom Zanussi &lt;tom.zanussi@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>emgd-driver-bin: add cairo dependency</title>
<updated>2013-04-17T16:06:50+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2013-04-17T16:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=76f70c337e5daa9593153dfdf5107aec08610a44'/>
<id>urn:sha1:76f70c337e5daa9593153dfdf5107aec08610a44</id>
<content type='text'>
To fix the following autobuilder do_rootfs build erro:

Computing transaction...error: Can't install
emgd-gst-plugins-va-1.16-r0@core2: no package provides cairo &gt;=
1.12.14

Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>sys940x: specify a working libva version</title>
<updated>2013-04-13T16:33:20+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-04-01T17:13:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=94c0feea5ec4f2bc47b05f3265d5e969654b499e'/>
<id>urn:sha1:94c0feea5ec4f2bc47b05f3265d5e969654b499e</id>
<content type='text'>
With the newer (1.1.0 &amp; 1.1.1) versions of libva recipe video playback is
giving segmentation fault at the end of playback. And the 1.0.16 version
of libva is working fine for the video playback. So specifying the specific
working version of libva recipe for all the EMGD based BSPs here.

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>fri2: specify a working libva version</title>
<updated>2013-04-13T16:33:11+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-04-01T17:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=74d3e5f975c0b695f4524748a186c55c3b044770'/>
<id>urn:sha1:74d3e5f975c0b695f4524748a186c55c3b044770</id>
<content type='text'>
With the newer (1.1.0 &amp; 1.1.1) versions of libva recipe video playback is
giving segmentation fault at the end of playback. And the 1.0.16 version
of libva is working fine for the video playback. So specifying the specific
working version of libva recipe for all the EMGD based BSPs here.

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>emenlow: specify a working libva version</title>
<updated>2013-04-13T16:32:57+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-04-01T17:13:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=0ee0ab3ad891cc00d62ffdea7c0426fff1910556'/>
<id>urn:sha1:0ee0ab3ad891cc00d62ffdea7c0426fff1910556</id>
<content type='text'>
With the newer (1.1.0 &amp; 1.1.1) versions of libva recipe video playback is
giving segmentation fault at the end of playback. And the 1.0.16 version
of libva is working fine for the video playback. So specifying the specific
working version of libva recipe for all the EMGD based BSPs here.

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 a working libva version</title>
<updated>2013-04-13T16:32:47+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2013-04-01T17:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=15b948dc7da509abd05d6321dc9c03f2881ab440'/>
<id>urn:sha1:15b948dc7da509abd05d6321dc9c03f2881ab440</id>
<content type='text'>
With the newer (1.1.0 &amp; 1.1.1) versions of libva recipe video playback is
giving segmentation fault at the end of playback. And the 1.0.16 version
of libva is working fine for the video playback. So specifying the specific
working version of libva recipe for all the EMGD based BSPs here.

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>
