<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-boot2qt.git/recipes/packagegroup, branch QtAS-5.12.1</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=QtAS-5.12.1</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=QtAS-5.12.1'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/'/>
<updated>2018-03-12T14:12:31+00:00</updated>
<entry>
<title>Split meta-boot2qt layer</title>
<updated>2018-03-12T14:12:31+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-03-02T11:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=344c2f97025c6504ec986600498121bb83aaeb8f'/>
<id>urn:sha1:344c2f97025c6504ec986600498121bb83aaeb8f</id>
<content type='text'>
Move distro specific recipes to own layer and leave only new recipes
and bbclasses to meta-boot2qt layer. This makes it easier to include
meta-boot2qt to your own distro layer to get access e.g., QDB and
QBSP recipes that might be useful even without boot2qt distro.

Task-number: QTBUG-65871
Change-Id: I6c353774dd1668b00f2d05aa262ad866b90bdef6
Reviewed-by: Timo Aarnipuro &lt;timo.aarnipuro@qt.io&gt;
</content>
</entry>
<entry>
<title>Add procps package to image</title>
<updated>2018-03-06T13:02:55+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-03-06T09:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=f01891c1d6a698eec0e2f35234b5339644fe8e97'/>
<id>urn:sha1:f01891c1d6a698eec0e2f35234b5339644fe8e97</id>
<content type='text'>
procps provides full 'ps' binary required to run valgrind from QtCreator

Task-number: QTBUG-61450
Task-number: QTCREATORBUG-19982
Change-Id: I7755850d3e781351b464ebe1a9897729f087fffd
Reviewed-by: Kari Oikarinen &lt;kari.oikarinen@qt.io&gt;
</content>
</entry>
<entry>
<title>Add valgrind</title>
<updated>2018-02-23T08:04:47+00:00</updated>
<author>
<name>Kari Oikarinen</name>
<email>kari.oikarinen@qt.io</email>
</author>
<published>2018-02-21T13:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=6840c1c306ed39f0be23518adc4f75401718b447'/>
<id>urn:sha1:6840c1c306ed39f0be23518adc4f75401718b447</id>
<content type='text'>
Task-number: QTBUG-61450
Change-Id: If1c8b11ecdb1902b8a77339d82d5a408dd2a00a7
Reviewed-by: Sami Nurmenniemi &lt;sami.nurmenniemi@qt.io&gt;
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
</entry>
<entry>
<title>rng-tools: include RNG daemon to image</title>
<updated>2017-09-18T13:37:55+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2017-09-18T12:10:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=ee729f80a65419e780164c2f6510d1a0cb558cd7'/>
<id>urn:sha1:ee729f80a65419e780164c2f6510d1a0cb558cd7</id>
<content type='text'>
The rngd reads from hardware random number generator device (/dev/hwrng)
and feeds that to /dev/random. Better entropy at boot time is now required
since Qt is using getentropy() for random numbers, which blocks on boot if
there is not enough generated entropy.

Unlike the upstream recipe, this one is configured to use /dev/hwrng
instead of /dev/urandom, which means the device needs to have a working
HWRNG configuration.

Task-number: QTBUG-63188
Change-Id: Icead7576572d7614de8468f1cceaf522dd45dc8d
Reviewed-by: Sami Nurmenniemi &lt;sami.nurmenniemi@qt.io&gt;
</content>
</entry>
<entry>
<title>poky: update to 2.3 (pyro)</title>
<updated>2017-08-17T06:45:20+00:00</updated>
<author>
<name>Mikko Gronoff</name>
<email>mikko.gronoff@qt.io</email>
</author>
<published>2017-08-11T10:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=551dd571b739e2f443f70ca20f5fd3a28d61fe82'/>
<id>urn:sha1:551dd571b739e2f443f70ca20f5fd3a28d61fe82</id>
<content type='text'>
* Update poky, meta-openembedded etc. layers to pyro branches
* Remove/update meta-boot2qt layer patches/recipes as needed

Task-number: QTBUG-61283
Change-Id: I425609c99ef22a0cc904dd853b3bb281d32fbcad
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/morty' into pyro</title>
<updated>2017-06-13T07:33:05+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2017-06-13T07:32:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=ba5acea9a6ffa24a216fc2a0f28db5595241745b'/>
<id>urn:sha1:ba5acea9a6ffa24a216fc2a0f28db5595241745b</id>
<content type='text'>
* origin/morty:
  dracut: remove bbappend
  BBB: add systemd service for powervr drivers
  Jetson-TX1: Add ability to mount root via NFS
  NUC: disable hw cursor for intel nuc
  adbd: remove component
  Update update-qt5-modules script handle qtlocation

Change-Id: Ied32e11749d81af9ea74714f4d3607d2680bf327
</content>
</entry>
<entry>
<title>qt5: update to 5.10</title>
<updated>2017-06-07T09:19:09+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2017-05-30T13:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=ba5a0bfd217b429be7d3cb941b5fe72bbfc11494'/>
<id>urn:sha1:ba5a0bfd217b429be7d3cb941b5fe72bbfc11494</id>
<content type='text'>
Qt Quick Compiler needs to be disabled.
Use latest from meta-mingw to get c++11 pthread support.

Change-Id: I03773d08e0c78e87601d73838c67148248244902
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>adbd: remove component</title>
<updated>2017-06-05T12:33:08+00:00</updated>
<author>
<name>Mikko Gronoff</name>
<email>mikko.gronoff@qt.io</email>
</author>
<published>2017-05-22T09:40:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=49af1e5e2a6fcd6f0d8722c411fe7a1a3847a424'/>
<id>urn:sha1:49af1e5e2a6fcd6f0d8722c411fe7a1a3847a424</id>
<content type='text'>
QDB replaced ADB in 5.9. Remove obsoleted adbd from image
and the recipe from meta layer.

Change-Id: I26c6ed7a51886e8e52bc77be6edcbe5933be3068
Reviewed-by: Kari Oikarinen &lt;kari.oikarinen@qt.io&gt;
</content>
</entry>
<entry>
<title>sdk: use python3 for toolchain</title>
<updated>2017-04-22T09:32:56+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2017-04-21T13:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=598139f2e742ccac9d0a31030209e14a73317764'/>
<id>urn:sha1:598139f2e742ccac9d0a31030209e14a73317764</id>
<content type='text'>
Python3 in now the defaut python version, include correct modules
to the toolchain.

Task-number: QTBUG-59974
Change-Id: I5b851bf7344c85469318a756b7e1a37afbb596ae
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/krogoth' into dev</title>
<updated>2017-03-21T11:06:39+00:00</updated>
<author>
<name>Mikko Gronoff</name>
<email>mikko.gronoff@qt.io</email>
</author>
<published>2017-03-21T11:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=160bd85916f723ecdde8b0514c8a67fdeb4dfe73'/>
<id>urn:sha1:160bd85916f723ecdde8b0514c8a67fdeb4dfe73</id>
<content type='text'>
* origin/krogoth:
  AM: update revision
  Add appman versions of Kit and Qt to creator
  fonts: add recipe for GNU FreeFonts
  Add multiscreen automotive demo
  neptune: update to include fix for i18ndemo
  fonts: update URL for lohit font
  Update GammaRay to the same version as used by the QtAS 1.1 host tools
  emulator: correctly append qtsimulator configuration
  Update automotive components
  setup-environment: don't exit the shell on error
  neptune-ui: add runtime dependencies
  update meta-qt5 (merged upstream/master) SHA1 to manifest.xml
  AM: Add appman tools to automotive nativesdk
  configure-qtcreator: suppress unnecessary error
  Update GammaRay to the latest 2.7 branch

Conflicts:
	recipes-qt/automotive/neptune-ui_git.bb
	recipes-qt/automotive/qtapplicationmanager_git.bb
	recipes-qt/qt5/qtlocation_git.bbappend
	scripts/manifest.xml

Change-Id: I96601e7d7a1827a6631fe59d18101d2ad3b70871
</content>
</entry>
</feed>
