<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-boot2qt.git, branch QtEE_v2.1.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_v2.1.0</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=QtEE_v2.1.0'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/'/>
<updated>2014-04-15T12:13:40+00:00</updated>
<entry>
<title>Merge branch 'stable' into release</title>
<updated>2014-04-15T12:13:40+00:00</updated>
<author>
<name>Kalle Viironen</name>
<email>kalle.viironen@digia.com</email>
</author>
<published>2014-04-15T12:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=bfb97bc3cc517c42647f5f8b1308bb7b1f4c76f1'/>
<id>urn:sha1:bfb97bc3cc517c42647f5f8b1308bb7b1f4c76f1</id>
<content type='text'>
* stable:
  wpa-supplicant: include headers and sources for external usage
  bootfs: need to use fakeroot for tar'ing
  sdk: include bluez4-dev package to sdk
  Create boot.tar.gz as part of the image build
  image: include CA certificates to image
  adbd: use network connection in imx53qsb
  sdk: libcap is required for QtWebEngine
  Include licenses to the image
  adbd: make switching between usb and ethernet easier
  use package groups for image content
  Create only tar.gz image type
  Change from dylan to dora brach in README
  mkcard: remove recipe for mkcard

Change-Id: Id56ca219d05f2f833a4de3fc3ca057c5cf50a562
</content>
</entry>
<entry>
<title>wpa-supplicant: include headers and sources for external usage</title>
<updated>2014-04-04T10:41:34+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-03-31T12:48:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=03be9b83d45659d0d98fa1bf69853e0aa297ed32'/>
<id>urn:sha1:03be9b83d45659d0d98fa1bf69853e0aa297ed32</id>
<content type='text'>
Needed sources and headers are included in -dev packages, and
that is included in the sdk.

Task-number: QTEE-451
Change-Id: Ieb5978000856a7c2780102ab751c09e7fe2a01f8
Reviewed-by: Andy Nichols &lt;andy.nichols@digia.com&gt;
Reviewed-by: Gatis Paeglis &lt;gatis.paeglis@digia.com&gt;
</content>
</entry>
<entry>
<title>bootfs: need to use fakeroot for tar'ing</title>
<updated>2014-03-28T09:32:31+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-03-28T08:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=cadcb919c9cb71cfe994f9924bc3ddec0890fc99'/>
<id>urn:sha1:cadcb919c9cb71cfe994f9924bc3ddec0890fc99</id>
<content type='text'>
Unpacking the boot.tar.gz file using sudo caused error:
"Cannot change ownership to uid 1000, gid 1000: Operation not permitted"
Now using fakeroot to not record my uid to the files.

Change-Id: I1a953e5e363a0d9fbb914cfa8837d888421d8e14
Reviewed-by: Samuli Piippo &lt;samuli.piippo@digia.com&gt;
</content>
</entry>
<entry>
<title>sdk: include bluez4-dev package to sdk</title>
<updated>2014-03-27T14:10:10+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-03-27T13:57:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=6be3714f9464ccc9129662e9bbf3eb04c70990e7'/>
<id>urn:sha1:6be3714f9464ccc9129662e9bbf3eb04c70990e7</id>
<content type='text'>
Bluez was already include in the image, but need to add dev package
to sdk so QtConnectivity/Bluetooth can use it.

Task-number: QTEE-458
Change-Id: I128bcc9c63b88e52a71089d11e37d20efbeabdeb
Reviewed-by: Andy Nichols &lt;andy.nichols@digia.com&gt;
</content>
</entry>
<entry>
<title>Create boot.tar.gz as part of the image build</title>
<updated>2014-03-26T10:42:51+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-03-25T11:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=13c0a0c319524012c2b6cc7aa92d6b5f487d4d58'/>
<id>urn:sha1:13c0a0c319524012c2b6cc7aa92d6b5f487d4d58</id>
<content type='text'>
Each machine config defines what is included in the boot.tar.gz
package. For beaglebone, include the uEnv.txt u-boot script that
is used to start up the device.

Change-Id: Ia509dd61c789fda53889cea8ea9221cfa8b469a9
Reviewed-by: Andy Nichols &lt;andy.nichols@digia.com&gt;
</content>
</entry>
<entry>
<title>image: include CA certificates to image</title>
<updated>2014-03-19T07:52:55+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-03-18T12:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=ac491beed785edeea0e8ae3d883864ab521da6b0'/>
<id>urn:sha1:ac491beed785edeea0e8ae3d883864ab521da6b0</id>
<content type='text'>
The package includes PEM files of CA certificates to allow SSL-based
applications to check for the authenticity of SSL connections.
It includes, among others, certificate authorities used by the Debian
infrastructure and those shipped with Mozilla's browsers.

Task-number: QTEE-447
Change-Id: Ib5c5d8bd13618ff97116c2d8a5952fa49a4f16a9
Reviewed-by: Andy Nichols &lt;andy.nichols@digia.com&gt;
</content>
</entry>
<entry>
<title>adbd: use network connection in imx53qsb</title>
<updated>2014-03-19T07:52:49+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-03-18T11:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=dddf81fe7fb993666d8ea4c9f5e3f84593f188bc'/>
<id>urn:sha1:dddf81fe7fb993666d8ea4c9f5e3f84593f188bc</id>
<content type='text'>
The USB connection in imx53qsb is not working correctly,
so use network connection for adbd.

Change-Id: I04ed29db169a16195d840f7180b9f2eab45c185e
Reviewed-by: Andy Nichols &lt;andy.nichols@digia.com&gt;
</content>
</entry>
<entry>
<title>sdk: libcap is required for QtWebEngine</title>
<updated>2014-03-19T07:52:43+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-03-18T11:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=56a59094a1bbb5d87bb2a229d452e22121c7fcab'/>
<id>urn:sha1:56a59094a1bbb5d87bb2a229d452e22121c7fcab</id>
<content type='text'>
Task-number: QTEE-448
Change-Id: If90c21aa917c2742ed6ac28c141b89bc65b0a937
Reviewed-by: Andy Nichols &lt;andy.nichols@digia.com&gt;
</content>
</entry>
<entry>
<title>Include licenses to the image</title>
<updated>2014-03-14T13:45:54+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-03-04T13:13:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=16dc6ca0c306026a5a2d363c7814d4d11c16dce3'/>
<id>urn:sha1:16dc6ca0c306026a5a2d363c7814d4d11c16dce3</id>
<content type='text'>
This packages licenses for all use packages and installs
them to the image. Also the license manifest it copied
to /usr/share/licenses

Task-number: QTEE-190

Change-Id: I1c8cbf2c9534a49043cb40b7e5941a749dd2af2c
Reviewed-by: Andy Nichols &lt;andy.nichols@digia.com&gt;
</content>
</entry>
<entry>
<title>adbd: make switching between usb and ethernet easier</title>
<updated>2014-03-14T08:03:22+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-03-12T12:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=d469a7df484e1916a25d566d53f2d733ae6edbb1'/>
<id>urn:sha1:d469a7df484e1916a25d566d53f2d733ae6edbb1</id>
<content type='text'>
Using settings in /etc/default/adbd, user can easily switch between
usb and ethernet connection for the adbd.

Task-number: QTEE-172
Change-Id: I8652f85878983d0bc9b9139cee6af874b8207fce
Reviewed-by: Rainer Keller &lt;rainer.keller@digia.com&gt;
</content>
</entry>
</feed>
