<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-boot2qt.git, branch QtEE_v3.0.0</title>
<subtitle>Mirror of https://code.qt.io/cgit/yocto/meta-boot2qt.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=QtEE_v3.0.0</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=QtEE_v3.0.0'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/'/>
<updated>2014-05-26T10:54:14+00:00</updated>
<entry>
<title>Merge branch 'stable' into release</title>
<updated>2014-05-26T10:54:14+00:00</updated>
<author>
<name>Kalle Viironen</name>
<email>kalle.viironen@digia.com</email>
</author>
<published>2014-05-26T10:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=24cb0946765e299d4553ab5fa2a37afcac1ea242'/>
<id>urn:sha1:24cb0946765e299d4553ab5fa2a37afcac1ea242</id>
<content type='text'>
* stable: (25 commits)
  blacklist evbug kernel module
  ca-certificates: enable c_rehash in update-ca-certificates
  openssl: make sure c_rehash is included in the image
  emulator: include mesa back to the image
  mesa: include gles development files in sdk
  sabre: updated kernel arguments
  imx6: kernel update for nitrogen6x
  mesa: remove from emulator image
  Include support for Freescale SABRE SD (iMX6Q)
  sabresd: add function fs support to sabresd kernel
  gstreamer: include icydemuxer needed for internet radios
  libsdl: disable dependency to libglu
  linux-yocto: upstream version has changed
  wpa-supplicant: upstream version has changed
  gpu-viv-bin-mx6q: upstream version has changed
  busybox: upstream version has changed
  nitrogen6x: use preferred version for kernel
  libgles: inhibit QA error for files already being stripped
  Update used branch to daisy
  Move to version 1.6
  ...

Change-Id: Ie81ed17be1096dbb37b1e5f023aa4eba846ca0fe
</content>
</entry>
<entry>
<title>blacklist evbug kernel module</title>
<updated>2014-05-21T11:45:39+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-05-21T11:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=2ab3d7fc456ece32ab23e1909ea0d865955f29d9'/>
<id>urn:sha1:2ab3d7fc456ece32ab23e1909ea0d865955f29d9</id>
<content type='text'>
This was causing lot's of kernel messages from input devices.

Task-number: QTEE-565
Change-Id: I9460e2eb972b0201bb2caa5cce064b05619af561
Reviewed-by: Kalle Viironen &lt;kalle.viironen@digia.com&gt;
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@digia.com&gt;
</content>
</entry>
<entry>
<title>ca-certificates: enable c_rehash in update-ca-certificates</title>
<updated>2014-05-21T08:06:31+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-05-20T05:44:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=39c91776f85b24b9f4a9e30df3160d53454bb658'/>
<id>urn:sha1:39c91776f85b24b9f4a9e30df3160d53454bb658</id>
<content type='text'>
c_rehash was not called from update-ca-certificates and hashes were
not generated. Disabling the patch so that it's now again called.

Task-number: QTEE-502
Change-Id: I4640427d34f3875b3ddb953bb40a31f6a7d255ff
Reviewed-by: Kalle Viironen &lt;kalle.viironen@digia.com&gt;
</content>
</entry>
<entry>
<title>openssl: make sure c_rehash is included in the image</title>
<updated>2014-05-21T08:06:25+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-05-19T14:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=2548e68fdc74edc7b5da703565bc777da7f2cd8d'/>
<id>urn:sha1:2548e68fdc74edc7b5da703565bc777da7f2cd8d</id>
<content type='text'>
And make /usr/lib/ssl/certs symbolic link to /etc/ssl/certs,
so that ca-certificates are used.

Task-number: QTEE-502
Change-Id: Id673b5db066b184465425b56df9c1fa41e68fa70
Reviewed-by: Kalle Viironen &lt;kalle.viironen@digia.com&gt;
</content>
</entry>
<entry>
<title>emulator: include mesa back to the image</title>
<updated>2014-05-16T10:19:00+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-05-16T07:20:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=506533ebc0e592b34d68bb1fa944866edf3e389d'/>
<id>urn:sha1:506533ebc0e592b34d68bb1fa944866edf3e389d</id>
<content type='text'>
Qt gets dependency to libEGL.so which need to be in the image as well.

Change-Id: I414198d06e42432cb03a58d70ce622a1eb8890a1
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@digia.com&gt;
Reviewed-by: Andy Nichols &lt;andy.nichols@digia.com&gt;
</content>
</entry>
<entry>
<title>mesa: include gles development files in sdk</title>
<updated>2014-05-15T12:09:46+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-05-15T07:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=52b5016e0c35bd1e6459eb31f5502c6817c04367'/>
<id>urn:sha1:52b5016e0c35bd1e6459eb31f5502c6817c04367</id>
<content type='text'>
The sdk still needs to have gles development files, since the
qtqlesstream is not there yet.

Change-Id: I5a078171b28542ead2e96a9942b781a93f4b697e
Reviewed-by: Andy Nichols &lt;andy.nichols@digia.com&gt;
</content>
</entry>
<entry>
<title>sabre: updated kernel arguments</title>
<updated>2014-05-15T11:04:45+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-05-09T12:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=97eb833c35d19c049bc2d19544165de0a9b340b6'/>
<id>urn:sha1:97eb833c35d19c049bc2d19544165de0a9b340b6</id>
<content type='text'>
- disabled cursor blinking and blanking
- activated hdmi output
- use i2c probe to detect if hdmi is used

Change-Id: I7c1b98c305d3c2c9ab098ba3cfba38ff2b6b78d1
Reviewed-by: Kalle Viironen &lt;kalle.viironen@digia.com&gt;
</content>
</entry>
<entry>
<title>imx6: kernel update for nitrogen6x</title>
<updated>2014-05-14T12:53:12+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-05-14T08:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=f64f1f26dfad731f4506107ba62eb745831d323d'/>
<id>urn:sha1:f64f1f26dfad731f4506107ba62eb745831d323d</id>
<content type='text'>
Correctly append new kernel configs for the updated kernel version
and include device tree files in the boot image.

Change-Id: I3d7c826e3e96338048e82b23a6723212e4adbd03
Reviewed-by: Kalle Viironen &lt;kalle.viironen@digia.com&gt;
Reviewed-by: Andy Nichols &lt;andy.nichols@digia.com&gt;
</content>
</entry>
<entry>
<title>mesa: remove from emulator image</title>
<updated>2014-05-14T09:05:20+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-05-09T06:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=b20a3f58ee264318fa351e449821ce76035df5ef'/>
<id>urn:sha1:b20a3f58ee264318fa351e449821ce76035df5ef</id>
<content type='text'>
Mesa is no longer needed in emulator image since we are using
qtglesstreaming

Change-Id: I1b16cc11b73e58f7c489db77ed161aabff5b1061
Reviewed-by: Andy Nichols &lt;andy.nichols@digia.com&gt;
</content>
</entry>
<entry>
<title>Include support for Freescale SABRE SD (iMX6Q)</title>
<updated>2014-05-14T08:57:39+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-05-08T08:34:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=7c9a43aa044ab46279f2ec33c92fcb91fc1b7202'/>
<id>urn:sha1:7c9a43aa044ab46279f2ec33c92fcb91fc1b7202</id>
<content type='text'>
Change-Id: Iaa6004f4c9e3d0ec1948d18561bcf0ead81cb7c4
Reviewed-by: Andy Nichols &lt;andy.nichols@digia.com&gt;
</content>
</entry>
</feed>
