<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-qt5.git, branch upstream/rocko</title>
<subtitle>Mirror of https://code.qt.io/cgit/yocto/meta-qt5.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-qt5.git/atom?h=upstream%2Frocko</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-qt5.git/atom?h=upstream%2Frocko'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/'/>
<updated>2020-04-13T11:43:27+00:00</updated>
<entry>
<title>qtchooser: drop useless patch, set PV</title>
<updated>2020-04-13T11:43:27+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2018-07-27T13:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=180edd66444db330301f22266cac7d588fd48c6a'/>
<id>urn:sha1:180edd66444db330301f22266cac7d588fd48c6a</id>
<content type='text'>
* set PV to something better than just 'git'
* drop 0001-Makefile-install-the-man-dir.patch, the change was already applied long before
  the currently used SRCREV, do_patch WARNING: was correctly complaining:

WARNING: qtchooser-git-r0 do_patch:
Some of the context lines in patches were ignored. This can lead to
incorrectly applied patches.
The context lines in the patches can be updated with devtool:

    devtool modify &lt;recipe&gt;
    devtool finish --force-patch-refresh &lt;recipe&gt; &lt;layer_path&gt;

Then the updated patches and the source tree (in devtool's workspace)
should be reviewed to make sure the patches apply in the correct place
and don't introduce duplicate lines (which can, and does happen
when some of the context is ignored). Further information:
http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450
Details:
Applying patch 0001-Makefile-install-the-man-dir.patch
patching file Makefile
Hunk #1 succeeded at 2 with fuzz 1 (offset 1 line).
Hunk #2 succeeded at 79 with fuzz 2 (offset 22 lines).

Now at patch 0001-Makefile-install-the-man-dir.patch

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: fix umask for do_generate_qt_environment_file</title>
<updated>2020-04-13T11:40:40+00:00</updated>
<author>
<name>Dennis Menschel</name>
<email>menschel-d@posteo.de</email>
</author>
<published>2018-04-15T07:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=4e46626fced762e2f96b97a2569124597efe11ff'/>
<id>urn:sha1:4e46626fced762e2f96b97a2569124597efe11ff</id>
<content type='text'>
The custom task "do_generate_qt_environment_file" generates the
directory "environment-setup.d" with permission 775 instead of 755.
When other recipes populate the same directory with different
permissions, a package manager like RPM will report this as an error.

The solution is to either set the installation permissions explicitly
with "install -d [-m 755]", or specify the umask for the custom task.

This commit uses the latter approach and fixes errors like the following
when trying to generate an SDK:

  $ bitbake &lt;image-with-qt5&gt; -c populate_sdk
  [...]
  Error: Transaction check error:
    file /opt/poky/2.4.2/sysroots/x86_64-pokysdk-linux/environment-setup.d
    conflicts between attempted installs of
    nativesdk-cmake-3.8.2-r0.x86_64_nativesdk and
    nativesdk-qtbase-tools-5.9.4+git0+0d9208cecb-r0.x86_64_nativesdk

A detailed discussion about this problem can also be found here [1].

[1] https://stackoverflow.com/a/49003464

Signed-off-by: Dennis Menschel &lt;menschel-d@posteo.de&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qt5: upgrade to Qt 5.9.9</title>
<updated>2020-03-13T07:27:29+00:00</updated>
<author>
<name>Mikko Gronoff</name>
<email>mikko.gronoff@qt.io</email>
</author>
<published>2019-11-21T10:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=3efe4ea8b033f433b512ccf2cb90006a65c75834'/>
<id>urn:sha1:3efe4ea8b033f433b512ccf2cb90006a65c75834</id>
<content type='text'>
Additionally, update recipes with relevant diff
from Qt Company maintained meta-qt5 (5.9) layer.
It has few commits &amp; some upstream content merge
based changes never upstreamed for one reason or
another (license alterations &amp; other minor
things).

Signed-off-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>qt5: update SRCREVs after v5.9.8 tags were downmerged to 5.9 branch</title>
<updated>2019-05-02T21:24:26+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2019-04-26T06:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=e6fb3850d43f857e87f7c53fc7df5933fef98cbd'/>
<id>urn:sha1:e6fb3850d43f857e87f7c53fc7df5933fef98cbd</id>
<content type='text'>
* there are only a few functional changes:
  qtdeclarative:
    9d6d2ee21 Use Los Angeles to represent PST8PDT, not Vancouver
  qtimageformats:
    11a7040 Update bundled libtiff to version 4.0.10
  the rest are just change files

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qt5: upgrade to 5.9.8</title>
<updated>2019-04-22T06:47:41+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2019-04-19T11:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=f6373503a015b3a5b4f797c286dfc07e660cc20b'/>
<id>urn:sha1:f6373503a015b3a5b4f797c286dfc07e660cc20b</id>
<content type='text'>
* unfortunatelly most of the modules don't have the v5.9.8 tags
  merged to 5.9 branch yet, the only exception are:
  qtnetworkauth, qtremoteobjects, qttranslations
* in most cases it means that we're missing just changes files, but
  in some cases there are also some functional commits which are
  missing in 5.9 SRCREV:
  qtdeclarative:
  9d6d2ee21 Use Los Angeles to represent PST8PDT, not Vancouver
  qtimageformats:
  11a7040 Update bundled libtiff to version 4.0.10

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: refresh patches to apply cleanly and update them on github.com/meta-qt5 forks</title>
<updated>2019-04-19T12:26:39+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2019-04-04T12:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=5b7563e30c20156d4c6247ad259c28c17d621cb2'/>
<id>urn:sha1:5b7563e30c20156d4c6247ad259c28c17d621cb2</id>
<content type='text'>
* in preparation for 5.9.8 upgrade

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtscript: update LIC_FILES_CHKSUM entries</title>
<updated>2018-11-02T16:37:23+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@ti.com</email>
</author>
<published>2018-11-02T16:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=d8b531530fa42b59aa0a5b123d87a30d749cbcc4'/>
<id>urn:sha1:d8b531530fa42b59aa0a5b123d87a30d749cbcc4</id>
<content type='text'>
Upstream commit 51303a9ee793cdf952e165e30c50310a5ec753d6 updated license files:
http://code.qt.io/cgit/qt/qtscript.git/commit/?h=5.9&amp;id=51303a9ee793cdf952e165e30c50310a5ec753d6

Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qt5: upgrade to 5.9.7</title>
<updated>2018-11-01T13:31:22+00:00</updated>
<author>
<name>Mikko Gronoff</name>
<email>mikko.gronoff@qt.io</email>
</author>
<published>2018-06-25T10:00:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=e908589afec25bc9291f77266a6d50846e91be7b'/>
<id>urn:sha1:e908589afec25bc9291f77266a6d50846e91be7b</id>
<content type='text'>
* Update to Qt 5.9.7
* qtbase: default to internal harfbuzz-ng:
  With -no-harfbuzz, Qt uses internal copy of harfbuzz-old, which is
  no longer maintained, and is extremely buggy. Instead, use the
  harfbuzz-ng version if system harfbuzz is not used.

Signed-off-by: mikko.gronoff &lt;mikko.gronoff@qt.io&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: don't use thumb for armv[45]</title>
<updated>2018-10-15T15:21:48+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2018-05-24T18:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=d3420f1e481a2230f1c6c325fadd04490174b301'/>
<id>urn:sha1:d3420f1e481a2230f1c6c325fadd04490174b301</id>
<content type='text'>
* it fails when building with gcc8

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qt: upgrade to 5.9.6</title>
<updated>2018-06-16T09:45:29+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2018-06-14T07:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=682ad61c071a9710e9f9d8a32ab1b5f3c14953d1'/>
<id>urn:sha1:682ad61c071a9710e9f9d8a32ab1b5f3c14953d1</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
